| 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 |
A utility class to parse, clean up, and extract email addresses from messages
per RFC2822 syntax.
|
| 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.
|
| ImapServer |
IMAP Server.
|
| ImapSslServer |
IMAP SSL Server.
|
| 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.
|
| SendMailSession |
Encapsulates email sending session.
|
| SimpleAuthenticator |
Performs simple authentication when the server requires it.
|
| SmtpServer |
Represents simple plain SMTP server for sending emails.
|
| SmtpSslServer |
Secure SMTP server (STARTTLS) for sending emails.
|
| Exception | Description |
|---|---|
| MailException |
Mailing exception.
|
Copyright © 2003-2013 Jodd Team