Class | Description |
---|---|
CommonEmail<T extends CommonEmail<T>> |
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<T extends javax.activation.DataSource> |
Email attachment.
|
EmailAttachmentBuilder |
Helper class for convenient
EmailAttachment creation. |
EmailFilter |
EmailFilter helps in building boolean queries of search terms. |
EmailMessage |
Represents email message including the mime type and encoding.
|
EmailUtil |
Email utilities.
|
EMLComposer | |
EMLParser |
Developer-friendly class for parsing EML files.
|
ImapServer |
IMAP Server.
|
ImapSslServer |
IMAP SSL Server.
|
MailServer<MailSessionImpl extends jodd.mail.MailSession> | |
MailServer.Builder |
Used to create implementing instances of
MailServer . |
Pop3Server |
Represents simple plain POP server for sending emails.
|
Pop3SslServer |
POP3 SSL server.
|
ReceivedEmail |
Received email.
|
ReceiveMailSession |
Encapsulates
Email receiving session. |
ReceiverBuilder |
Fluent builder
|
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 |
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 |
Jodd Mail exception.
|
Copyright © 2003-present Jodd Team