
Classes | |
| interface | Delegate |
Public Member Functions | |
| void | _deliveryFailed (Throwable failure) |
| void | _deliverySucceeded () |
| void | _invalidRecipients (NSArray< String > invalidRecipientAddresses) |
| String | allRecipientsAsString (boolean includeBcc, int maxAddresses) throws MessagingException |
| String | allRecipientsAsString (boolean includeBcc) throws MessagingException |
| String | allRecipientsAsString () throws MessagingException |
| String | contextString () |
| MimeMessage | mimeMessage () |
| Address[] | recipients (Message.RecipientType recipientType) throws MessagingException |
| String | recipientsAsString (Message.RecipientType recipientType, int maxAddresses) throws MessagingException, AddressException |
| String | recipientsAsString (Message.RecipientType recipientType) throws MessagingException, AddressException |
| void | setContextString (String contextString) |
| void | setDelegate (ERMessage.Delegate delegate) |
| void | setDeleteFlag () throws MessagingException |
| void | setMimeMessage (MimeMessage m) |
| void | setUserInfo (NSDictionary< String, Object > userInfo) |
| boolean | shouldSendMessage () |
| String | toString () |
| NSDictionary< String, Object > | userInfo () |
Private Attributes | |
| String | _contextString |
| ERMessage.Delegate | _delegate |
| MimeMessage | _message |
| NSDictionary< String, Object > | _userInfo |
| void _deliveryFailed | ( | Throwable | failure | ) |
Called by ERMailSender
| void _deliverySucceeded | ( | ) |
Called by ERMailSender
| void _invalidRecipients | ( | NSArray< String > | invalidRecipientAddresses | ) |
Called by ERMailSender
| String allRecipientsAsString | ( | boolean | includeBcc, | |
| int | maxAddresses | |||
| ) | throws MessagingException |
| String allRecipientsAsString | ( | boolean | includeBcc | ) | throws MessagingException |
| String allRecipientsAsString | ( | ) | throws MessagingException |
| String contextString | ( | ) |
| MimeMessage mimeMessage | ( | ) |
| Address [] recipients | ( | Message.RecipientType | recipientType | ) | throws MessagingException |
| recipientType | which can be: Message.RecipientType.To, Message.RecipientType.CC, or Message.RecipientType.BCC |
| String recipientsAsString | ( | Message.RecipientType | recipientType, | |
| int | maxAddresses | |||
| ) | throws MessagingException, AddressException |
| String recipientsAsString | ( | Message.RecipientType | recipientType | ) | throws MessagingException, AddressException |
| void setContextString | ( | String | contextString | ) |
| void setDelegate | ( | ERMessage.Delegate | delegate | ) |
| void setDeleteFlag | ( | ) | throws MessagingException |
| void setMimeMessage | ( | MimeMessage | m | ) |
| void setUserInfo | ( | NSDictionary< String, Object > | userInfo | ) |
| boolean shouldSendMessage | ( | ) |
| String toString | ( | ) |
| NSDictionary<String, Object> userInfo | ( | ) |
String _contextString [private] |
ERMessage.Delegate _delegate [private] |
MimeMessage _message [private] |
1.5.8