Skip to content

Commit

Permalink
Rename Identity#mayDeleteIdentity => #mayDelete
Browse files Browse the repository at this point in the history
For consistency with Mailbox object.
  • Loading branch information
neilj committed Oct 23, 2017
1 parent 39da026 commit fe39389
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/mail/identity.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ A **Identity** object stores information about an email address (or domain) the
Signature the client SHOULD insert into new rich-text messages that will be sending from this identity. Clients MAY ignore this and/or combine this with a client-specific signature preference.
- **htmlSignature**: `String`
Signature the client SHOULD insert into new HTML messages that will be sending from this identity. This text MUST be an HTML snippet to be inserted into the `<body></body>` section of the new email. Clients MAY ignore this and/or combine this with a client-specific signature preference.
- **mayDeleteIdentity**: `Boolean`
Is the user allowed to delete this identity? Servers may wish to set this to
false for the user's username or other default address.
- **mayDelete**: `Boolean`
Is the user allowed to delete this identity? This property may only be set by the server. Servers may wish to set this to `false` for the user's username or other default address.

Multiple identities with the same email address MAY exist, to allow for different settings the user wants to pick between (for example with different names/signatures).

Expand Down

0 comments on commit fe39389

Please sign in to comment.