| Interface | Description |
|---|---|
| MailFilter |
Classes that can alter the contents of an email should implement this interface.
|
| Class | Description |
|---|---|
| AttachHeader |
Wrapper that extracts typical attachment keys from the corresponding header
|
| Attachment |
Wrapper class for an attachment.
|
| FileTypes |
Mapping of content types based on the file extensions.
|
| Header |
Decodes mail headers and provides methods to easily extract them.
|
|
Wrapper class for a mail.
|
|
| MailDate |
Decode/encode the dates from the mail headers with various format fallbacks.
|
| MailHeader |
Wrapper for the global mail headers that extracts typical fields into the class fields.
|
| MailUtils |
Mail-related helper functions
|
| MailUtils.MXRecord |
Wrapper around a MX DNS entry
|
| Sendmail |
Class for sending mails.
|