| Name | Package | Description |
| ByteArrayDataSource | org.apache.commons.mail | This class implements a typed DataSource from:
- an InputStream
- a byte array
- a String
|
| DefaultAuthenticator | org.apache.commons.mail | This is a very simple authentication object that can be used for any
transport needing basic userName and password type authentication. |
| Email | org.apache.commons.mail | The base class for all email messages. |
| EmailAttachment | org.apache.commons.mail | This class models an email attachment. |
| HtmlEmail | org.apache.commons.mail | An HTML multipart email. |
| MultiPartEmail | org.apache.commons.mail | A multipart email. |
| SimpleEmail | org.apache.commons.mail | This class is used to send simple internet email messages without
attachments. |