A B C D E G M N S

A

addBcc(String) - Method in class net.christopherschultz.mail.MailMessage
Adds a blind carbon-copy (BCC) recipient to this message.
addBcc(String, String) - Method in class net.christopherschultz.mail.MailMessage
Adds a blind carbon-copy (BCC) recipient to this message.
addBcc(Address) - Method in class net.christopherschultz.mail.MailMessage
Adds a blind carbon-copy (BCC) recipient to this message.
addCc(String) - Method in class net.christopherschultz.mail.MailMessage
Adds a carbon-copy (CC) recipient to this message.
addCc(String, String) - Method in class net.christopherschultz.mail.MailMessage
Adds a carbon-copy (CC) recipient to this message.
addCc(Address) - Method in class net.christopherschultz.mail.MailMessage
Adds a carbon-copy (CC) recipient to this message.
addHeader(String, String) - Method in class net.christopherschultz.mail.MailMessage
Adds an SMTP header to this MailMessage.
addReplyTo(String) - Method in class net.christopherschultz.mail.MailMessage
Adds a reply-to recipient to this message.
addReplyTo(String, String) - Method in class net.christopherschultz.mail.MailMessage
Adds a reply-to recipient to this message.
addReplyTo(Address) - Method in class net.christopherschultz.mail.MailMessage
Adds a reply-to recipient to this message.
addTo(String) - Method in class net.christopherschultz.mail.MailMessage
Adds a recipient to this message.
addTo(String, String) - Method in class net.christopherschultz.mail.MailMessage
Adds a recipient to this message.
addTo(Address) - Method in class net.christopherschultz.mail.MailMessage
Adds a recipient to this message.
attach(File) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified file to this message.
attach(String, File) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified file to this message.
attach(String, String, File) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified file to this message.
attach(String, String, String, String, File) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified file to this message.
attach(DataSource, String) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified DataSource to this message.
attach(DataSource, String, String) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified DataSource to this message.
attach(DataSource, String, String, String) - Method in class net.christopherschultz.mail.MailMessage
Attaches the specified DataSource to this message.

B

buildMimeMessage(Session) - Method in class net.christopherschultz.mail.MailMessage
Builds a MimeMessage object from this MailMessage.

C

createHTMLBodyPart(boolean) - Method in class net.christopherschultz.mail.MailMessage
 

D

DISPOSITION_ATTACHMENT - Static variable in class net.christopherschultz.mail.MailMessage
A content disposition indicating that an attachment is to be attached as a separate file.
DISPOSITION_INLINE - Static variable in class net.christopherschultz.mail.MailMessage
A content disposition indicating that an attachment is to be placed inline.

E

embedHTML(DataSource) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified DataSource in this message's HTML part.
embedHTML(DataSource, String) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified DataSource in this message's HTML part.
embedHTML(DataSource, String, String) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified DataSource in this message's HTML part.
embedHTML(DataSource, String, String, String) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified DataSource in this message's HTML part.
embedHTML(File) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified File in this message's HTML part.
embedHTML(String, File) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified File in this message's HTML part.
embedHTML(String, String, File) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified File in this message's HTML part.
embedHTML(String, String, String, File) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified File in this message's HTML part.
embedHTML(String, String, String, String, File) - Method in class net.christopherschultz.mail.MailMessage
Embeds the specified File in this message's HTML part.

G

generateContentId() - Method in class net.christopherschultz.mail.MailMessage
 

M

Mailer - Class in net.christopherschultz.mail
A command-line driver to send email messages using the MailMessage class.
MailMessage - Class in net.christopherschultz.mail
Provides a nice wrapper around the javamail API for building an email message to send.
MailMessage() - Constructor for class net.christopherschultz.mail.MailMessage
Creates a new MailMessage.
main(String[]) - Static method in class net.christopherschultz.mail.Mailer
 
makeInternetAddress(String, String, String) - Method in class net.christopherschultz.mail.MailMessage
 

N

net.christopherschultz.mail - package net.christopherschultz.mail
 

S

send(Session, Transport) - Method in class net.christopherschultz.mail.MailMessage
Sends this message using the specified Session and Transport.
setBcc(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the blind carbon-copy (BCC) recipient for this message.
setBcc(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the blind carbon-copy (BCC) recipient for this message.
setBcc(Address) - Method in class net.christopherschultz.mail.MailMessage
Sets the blind carbon-copy (BCC) recipient for this message.
setBody(Object, boolean) - Method in class net.christopherschultz.mail.MailMessage
 
setCc(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the carbon-copy (CC) recipient of this message.
setCc(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the carbon-copy (CC) recipient of this message.
setCc(Address) - Method in class net.christopherschultz.mail.MailMessage
Sets the carbon-copy (CC) recipient of this message.
setFrom(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the sender of this message.
setFrom(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the sender of this message.
setFrom(Address) - Method in class net.christopherschultz.mail.MailMessage
Sets the sender of this message.
setHTMLText(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the HTML body of this message.
setHTMLText(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the HTML body of this message.
setMultipartPreamble(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the multipart preamble for this message.
setPlainText(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the plain-text body of this message.
setPlainText(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the plain-text body of this message.
setReplyTo(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the reply-to address for this message.
setReplyTo(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the reply-to address for this message.
setReplyTo(Address) - Method in class net.christopherschultz.mail.MailMessage
Sets the reply-to address for this message.
setSender(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the sender of this message.
setSender(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the sender of this message.
setSender(Address) - Method in class net.christopherschultz.mail.MailMessage
Sets the sender of this message.
setSimpleBody(Object, String, String) - Method in class net.christopherschultz.mail.MailMessage
 
setSubject(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the subject of this message.
setTo(String) - Method in class net.christopherschultz.mail.MailMessage
Sets the recipient of this message.
setTo(String, String) - Method in class net.christopherschultz.mail.MailMessage
Sets the recipient of this message.
setTo(Address) - Method in class net.christopherschultz.mail.MailMessage
Sets the recipient of this message.

A B C D E G M N S