A B C D E F G H I K M O P R S T U 

A

addBcc(String) - Method in class org.apache.commons.mail.Email
Add a blind BCC recipient to the email.
addBcc(String, String) - Method in class org.apache.commons.mail.Email
Add a blind BCC recipient to the email.
addCc(String) - Method in class org.apache.commons.mail.Email
Add a recipient CC to the email.
addCc(String, String) - Method in class org.apache.commons.mail.Email
Add a recipient CC to the email.
addHeader(String, String) - Method in class org.apache.commons.mail.Email
Adds a header ( name, value ) to the headers Hashtable.
addPart(String, String) - Method in class org.apache.commons.mail.MultiPartEmail
Add a new part to the email.
addPart(MimeMultipart) - Method in class org.apache.commons.mail.MultiPartEmail
Add a new part to the email.
addReplyTo(String) - Method in class org.apache.commons.mail.Email
Add a reply to address to the email.
addReplyTo(String, String) - Method in class org.apache.commons.mail.Email
Add a reply to address to the email.
addTo(String) - Method in class org.apache.commons.mail.Email
Add a recipient TO to the email.
addTo(String, String) - Method in class org.apache.commons.mail.Email
Add a recipient TO to the email.
attach(EmailAttachment) - Method in class org.apache.commons.mail.MultiPartEmail
Attach an EmailAttachement.
attach(URL, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
Attach a file located by its URL.
attach(URL, String, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
Attach a file located by its URL.
attach(DataSource, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
Attach a file specified as a DataSource interface.
attach(DataSource, String, String, String) - Method in class org.apache.commons.mail.MultiPartEmail
Attach a file specified as a DataSource interface.
ATTACHMENT - Static variable in class org.apache.commons.mail.EmailAttachment
Defintion of the part being an attachment
ATTACHMENTS - Static variable in class org.apache.commons.mail.Email
 
authenticator - Variable in class org.apache.commons.mail.Email
Instance of an Authenticator object that will be used when authentication is requested from the mail server.

B

bccList - Variable in class org.apache.commons.mail.Email
List of "bcc" email adresses
bounceAddress - Variable in class org.apache.commons.mail.Email
Address to which undeliverable mail should be sent.
ByteArrayDataSource - Class in org.apache.commons.mail
A DataSource implementation that may be used to feed images to emails (inline or attached), that are available as byte arrays.
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.commons.mail.ByteArrayDataSource
Creates a new instance of ByteArrayDataSource

C

ccList - Variable in class org.apache.commons.mail.Email
List of "cc" email adresses
charset - Variable in class org.apache.commons.mail.Email
The charset to use for this message
CID_LENGTH - Static variable in class org.apache.commons.mail.HtmlEmail
Defintion of the length of generated CID's
content - Variable in class org.apache.commons.mail.Email
The content
CONTENT_TYPE - Static variable in class org.apache.commons.mail.Email
 
contentType - Variable in class org.apache.commons.mail.Email
The content type

D

debug - Variable in class org.apache.commons.mail.Email
Set session debugging on or off
DefaultAuthenticator - Class in org.apache.commons.mail
This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.
DefaultAuthenticator(String, String) - Constructor for class org.apache.commons.mail.DefaultAuthenticator
Default constructor

E

Email - Class in org.apache.commons.mail
The base class for all email messages.
Email() - Constructor for class org.apache.commons.mail.Email
 
EMAIL_BODY - Static variable in class org.apache.commons.mail.Email
 
EMAIL_SUBJECT - Static variable in class org.apache.commons.mail.Email
 
EmailAttachment - Class in org.apache.commons.mail
This class models an email attachment.
EmailAttachment() - Constructor for class org.apache.commons.mail.EmailAttachment
 
emailBody - Variable in class org.apache.commons.mail.Email
An attachment
embed(URL, String) - Method in class org.apache.commons.mail.HtmlEmail
Embeds an URL in the HTML.
embed(DataSource, String) - Method in class org.apache.commons.mail.HtmlEmail
Embeds a DataSource in the HTML.

F

FILE_SERVER - Static variable in class org.apache.commons.mail.Email
 
fromAddress - Variable in class org.apache.commons.mail.Email
The Address of the sending party, mandatory

G

getContainer() - Method in class org.apache.commons.mail.MultiPartEmail
Gets the message container.
getContentType() - Method in class org.apache.commons.mail.ByteArrayDataSource
 
getDescription() - Method in class org.apache.commons.mail.EmailAttachment
Get the description.
getDisposition() - Method in class org.apache.commons.mail.EmailAttachment
Get the disposition.
getInputStream() - Method in class org.apache.commons.mail.ByteArrayDataSource
 
getMailSession() - Method in class org.apache.commons.mail.Email
Initialise a mailsession object
getName() - Method in class org.apache.commons.mail.ByteArrayDataSource
 
getName() - Method in class org.apache.commons.mail.EmailAttachment
Get the name.
getOutputStream() - Method in class org.apache.commons.mail.ByteArrayDataSource
 
getPasswordAuthentication() - Method in class org.apache.commons.mail.DefaultAuthenticator
Gets the authentication object that will be used to login to the mail server.
getPath() - Method in class org.apache.commons.mail.EmailAttachment
Get the path.
getPrimaryBodyPart() - Method in class org.apache.commons.mail.MultiPartEmail
Gets first body part of the message.
getSentDate() - Method in class org.apache.commons.mail.Email
Gets the sent date for the email.
getSubType() - Method in class org.apache.commons.mail.MultiPartEmail
Get the MIME subtype of the email.
getURL() - Method in class org.apache.commons.mail.EmailAttachment
Get the URL.

H

headers - Variable in class org.apache.commons.mail.Email
Used to specify the mail headers.
hostName - Variable in class org.apache.commons.mail.Email
The hostname of the mail server with which to connect.
html - Variable in class org.apache.commons.mail.HtmlEmail
Html part of the message
HtmlEmail - Class in org.apache.commons.mail
An HTML multipart email.
HtmlEmail() - Constructor for class org.apache.commons.mail.HtmlEmail
 

I

init() - Method in class org.apache.commons.mail.MultiPartEmail
Initialize the multipart email.
INLINE - Static variable in class org.apache.commons.mail.EmailAttachment
Defintion of the part being inline
inlineImages - Variable in class org.apache.commons.mail.HtmlEmail
Embeded images
isBoolHasAttachments() - Method in class org.apache.commons.mail.MultiPartEmail
 
ISO_8859_1 - Static variable in class org.apache.commons.mail.Email
 

K

KOI8_R - Static variable in class org.apache.commons.mail.Email
 

M

MAIL_DEBUG - Static variable in class org.apache.commons.mail.Email
 
MAIL_HOST - Static variable in class org.apache.commons.mail.Email
 
MAIL_PORT - Static variable in class org.apache.commons.mail.Email
 
MAIL_SMTP_AUTH - Static variable in class org.apache.commons.mail.Email
 
MAIL_SMTP_FROM - Static variable in class org.apache.commons.mail.Email
 
MAIL_TRANSPORT_PROTOCOL - Static variable in class org.apache.commons.mail.Email
 
message - Variable in class org.apache.commons.mail.Email
The email message to send.
MultiPartEmail - Class in org.apache.commons.mail
A multipart email.
MultiPartEmail() - Constructor for class org.apache.commons.mail.MultiPartEmail
 

O

org.apache.commons.mail - package org.apache.commons.mail
 

P

popBeforeSmtp - Variable in class org.apache.commons.mail.Email
 
popHost - Variable in class org.apache.commons.mail.Email
 
popPassword - Variable in class org.apache.commons.mail.Email
 
popUsername - Variable in class org.apache.commons.mail.Email
 

R

RECEIVER_EMAIL - Static variable in class org.apache.commons.mail.Email
 
RECEIVER_NAME - Static variable in class org.apache.commons.mail.Email
 
replyList - Variable in class org.apache.commons.mail.Email
List of "replyTo" email adresses

S

send() - Method in class org.apache.commons.mail.Email
Does the work of actually sending the email.
send() - Method in class org.apache.commons.mail.HtmlEmail
Does the work of actually sending the email.
send() - Method in class org.apache.commons.mail.MultiPartEmail
Sends the mail message
SENDER_EMAIL - Static variable in class org.apache.commons.mail.Email
 
SENDER_NAME - Static variable in class org.apache.commons.mail.Email
 
sentDate - Variable in class org.apache.commons.mail.Email
Sent date
setAuthentication(String, String) - Method in class org.apache.commons.mail.Email
Sets the userName and password if authentication is needed.
setAuthenticator(Authenticator) - Method in class org.apache.commons.mail.Email
Sets the Authenticator to be used when authentication is requested from the mail server.
setBcc(Collection) - Method in class org.apache.commons.mail.Email
Set a list of "BCC" addresses
setBoolHasAttachments(boolean) - Method in class org.apache.commons.mail.MultiPartEmail
 
setBounceAddress(String) - Method in class org.apache.commons.mail.Email
Set the "bounce address" - the address to which undeliverable messages will be returned.
setCc(Collection) - Method in class org.apache.commons.mail.Email
Set a list of "CC" addresses
setCharset(String) - Method in class org.apache.commons.mail.Email
Set the charset of the message.
setContent(MimeMultipart) - Method in class org.apache.commons.mail.Email
Set the emailBody to a MimeMultiPart
setContent(Object, String) - Method in class org.apache.commons.mail.Email
Set the content & contentType
setDebug(boolean) - Method in class org.apache.commons.mail.Email
Setting to true will enable the display of debug information.
setDescription(String) - Method in class org.apache.commons.mail.EmailAttachment
Set the description.
setDisposition(String) - Method in class org.apache.commons.mail.EmailAttachment
Set the disposition.
setFrom(String) - Method in class org.apache.commons.mail.Email
Set the FROM field of the email.
setFrom(String, String) - Method in class org.apache.commons.mail.Email
Set the FROM field of the email.
setHeaders(Hashtable) - Method in class org.apache.commons.mail.Email
Used to specify the mail headers.
setHostName(String) - Method in class org.apache.commons.mail.Email
Set the hostname of the outgoing mail server
setHtmlMsg(String) - Method in class org.apache.commons.mail.HtmlEmail
Set the HTML content.
setMailSession(Session) - Method in class org.apache.commons.mail.Email
Supply a mail Session object to use
setMsg(String) - Method in class org.apache.commons.mail.Email
Define the content of the mail.
setMsg(String) - Method in class org.apache.commons.mail.HtmlEmail
Set the message.
setMsg(String) - Method in class org.apache.commons.mail.MultiPartEmail
Set the message of the email.
setMsg(String) - Method in class org.apache.commons.mail.SimpleEmail
Set the content of the mail
setName(String) - Method in class org.apache.commons.mail.EmailAttachment
Set the name.
setPath(String) - Method in class org.apache.commons.mail.EmailAttachment
Set the path to the attachment.
setPopBeforeSmtp(boolean, String, String, String) - Method in class org.apache.commons.mail.Email
Set details regarding "pop3 before smtp" authentication
setSentDate(Date) - Method in class org.apache.commons.mail.Email
Sets the sent date for the email.
setSmtpPort(int) - Method in class org.apache.commons.mail.Email
Set the port number of the outgoing mail server.
setSubject(String) - Method in class org.apache.commons.mail.Email
Set the email subject.
setSubType(String) - Method in class org.apache.commons.mail.MultiPartEmail
Set the MIME subtype of the email.
setTextMsg(String) - Method in class org.apache.commons.mail.HtmlEmail
Set the text content.
setTo(Collection) - Method in class org.apache.commons.mail.Email
Set a list of "TO" addresses
setURL(URL) - Method in class org.apache.commons.mail.EmailAttachment
Set the URL.
SimpleEmail - Class in org.apache.commons.mail
This class is used to send simple internet email messages without attachments.
SimpleEmail() - Constructor for class org.apache.commons.mail.SimpleEmail
 
SMTP - Static variable in class org.apache.commons.mail.Email
 
smtpPort - Variable in class org.apache.commons.mail.Email
The port number of the mail server to connect to.
subject - Variable in class org.apache.commons.mail.Email
The Subject

T

text - Variable in class org.apache.commons.mail.HtmlEmail
Text part of the message.
TEXT_HTML - Static variable in class org.apache.commons.mail.Email
 
TEXT_PLAIN - Static variable in class org.apache.commons.mail.Email
 
toInternetAddressArray(ArrayList) - Method in class org.apache.commons.mail.Email
Utility to copy ArrayList of known InternetAddress objects into an array.
toList - Variable in class org.apache.commons.mail.Email
List of "to" email adresses

U

US_ASCII - Static variable in class org.apache.commons.mail.Email
 
A B C D E F G H I K M O P R S T U 

Copyright © 2015. All rights reserved.