Skip to content

Commit

Permalink
Server should generate default vacation body if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
neilj committed Dec 6, 2018
1 parent 9c6580a commit c77813c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/mail/vacationresponse.mdown
Expand Up @@ -14,9 +14,9 @@ related settings for an account. It has the following properties:
- **toDate**: `UTCDate|null`
If *isEnabled* is `true`, emails that arrive before this date-time should receive the user's vacation response. If `null`, the vacation response is effective indefinitely.
- **subject**: `String|null`
The subject that will be used by the message sent in response to emails when the vacation response is enabled. If null, an appropriate subject SHOULD be set by the server.
The subject that will be used by the message sent in response to emails when the vacation response is enabled. If `null`, an appropriate subject SHOULD be set by the server.
- **textBody**: `String|null`
The plain text body to send in response to emails when the vacation response is enabled. If this is `null`, when the vacation message is sent a plain-text body part SHOULD be generated from the *htmlBody* but the server MAY choose to send the response as HTML only.
The plain text body to send in response to emails when the vacation response is enabled. If this is `null`, when the vacation message is sent a plain-text body part SHOULD be generated from the *htmlBody* but the server MAY choose to send the response as HTML only. If both *textBody* and *htmlBody* are `null`, an appropriate default body SHOULD be generated for responses by the server.
- **htmlBody**: `String|null`
The HTML body to send in response to emails when the vacation response is enabled. If this is `null`, when the vacation message is sent an HTML body part MAY be generated from the *textBody*, or the server MAY choose to send the response as plain-text only.

Expand Down

0 comments on commit c77813c

Please sign in to comment.