Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mentawai.mail: Javadoc index of package org.mentawai.mail.


Package Samples:

org.mentawai.mail

Classes:

HtmlEmail: An HTML multipart email. This class is used to send HTML formatted email. A text message can also be set for HTML unaware email clients, such as text-based email clients. This class also inherits from MultiPartEmail, so it is easy to add attachents to the email. To send an email in HTML, one should create a HtmlEmail, then use the setFrom, addTo, etc. methods. The HTML content can be set with the setHtmlMsg method. The alternate text content can be set with setTextMsg. Either the text or HTML can be omitted, in which case the "main" part of the multipart becomes whichever is supplied rather than ...
MultiPartEmail: A multipart email. This class is used to send multi-part internet email like messages with attachments. To create a multi-part email, call the default constructor and then you can call setMsg() to set the message and call the different attach() methods.
Email: The base class for all email messages. This class sets the sender's email & name, receiver's email & name, subject, and the sent date. Subclasses are responsible for setting the message body.
DefaultAuthenticator: This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.
ByteArrayDataSource: This class implements a typed DataSource from: - an InputStream - a byte array - a String
SimpleEmail: This class is used to send simple internet email messages without attachments.
EmailAttachment: This class models an email attachment. Used by MultiPartEmail.
RandomStringUtils: Operations for random String s.
EmailException: EmailException
VelocityLetter
StringUtils
Letter

Home | Contact Us | Privacy Policy | Terms of Service