mail library
Classes
- Address
- Attachment
- Represents a single email attachment.
- Content
- Envelope
- FileAttachment
- Mailable
- MailView
- StreamAttachment
- StringAttachment
Enums
Functions
-
parseMailboxes(
String addresses) → List< Address> -
Parse a comma-separated list of rfc5322 3.4 mailboxes to a
List<Address>
. Does not handle rfc5322 comments.