Package jodd.mail

Simple e-mail sending.

See:
          Description

Interface Summary
ReceiveMailSessionProvider Create email receiving sessions.
SendMailSessionProvider Create email seding sessions.
 

Class Summary
CommonEmail Common stuff for both Email and ReceivedEmail
Email 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.
EmailMessage Represents e-mail message: string with mime type and encoding.
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 Summary
MailException Mailing exception.
 

Package jodd.mail Description

Simple e-mail sending.



Copyright © 2003-2013 Jodd Team