| Interface | Description |
|---|---|
| ReceiveMailSessionProvider |
Create
email receiving sessions. |
| SendMailSessionProvider |
Create
email seding sessions. |
| Class | Description |
|---|---|
| CommonEmail |
Common stuff for both
Email and ReceivedEmail |
|
E-mail holds all parts of an email and handle attachments.
|
|
| EmailAddress |
Storage for personal name and email address.
|
| EmailAttachment |
Email attachment.
|
| EmailAttachmentBuilder |
Helper class for convenient attachment creation.
|
| EmailFilter |
EmailFilter helps in building boolean queries of search terms. |
| EmailMessage |
Represents e-mail message: string with mime type and encoding.
|
| EmailUtil |
Email utilities.
|
| EMLComposer | |
| EMLParser |
Developer-friendly class for parsing EML files.
|
| ImapServer |
IMAP Server.
|
| ImapSslServer |
IMAP SSL Server.
|
| JoddMail |
Jodd MAIL module.
|
| MailSystem |
Defines mail system behavior.
|
| Pop3Server |
Represents simple plain POP server for sending emails.
|
| Pop3SslServer |
POP3 SSL server.
|
| ReceivedEmail |
Received email.
|
| ReceiveMailSession |
Encapsulates email receiving session.
|
| RFC2822AddressParser |
Utility class to parse, clean up, and extract email addresses per RFC2822 syntax.
|
| RFC2822AddressParser.ParsedAddress |
Parsed message address and various information.
|
| SendMailSession |
Encapsulates email sending session.
|
| SimpleAuthenticator |
Performs simple authentication when the server requires it.
|
| SmtpServer<T extends SmtpServer> |
Represents simple plain SMTP server for sending emails.
|
| SmtpSslServer |
Secure SMTP server (STARTTLS) for sending emails.
|
| Enum | Description |
|---|---|
| EmailFilter.Operator |
Comparison operator.
|
| Exception | Description |
|---|---|
| MailException |
Mailing exception.
|
Copyright © 2003-2013 Jodd Team