Skip navigation links
B C F M S T W 

B

bcc(InternetAddress) - Method in class be.ceau.simplemail.Mail
Adds an email address as bcc recipient.
Calling this method multiple times adds multiple bcc addresses to the email.
bcc(String) - Method in class be.ceau.simplemail.Mail
 
bcc(InternetAddress) - Method in class be.ceau.simplemail.Mailer.Builder
Adds an email address to the list of bcc addresses that will be added to every email sent by the resulting Mailer instance.
bcc(String) - Method in class be.ceau.simplemail.Mailer.Builder
 
be.ceau.simplemail - package be.ceau.simplemail
 
build() - Method in class be.ceau.simplemail.Mailer.Builder
 
builder(String) - Static method in class be.ceau.simplemail.Mailer
 

C

cc(InternetAddress) - Method in class be.ceau.simplemail.Mail
Adds an email address as cc recipient.
Calling this method multiple times adds multiple cc addresses to the email.
cc(String) - Method in class be.ceau.simplemail.Mail
 
cc(InternetAddress) - Method in class be.ceau.simplemail.Mailer.Builder
Adds an email address to the list of cc addresses that will be added to every email sent by the resulting Mailer instance.
cc(String) - Method in class be.ceau.simplemail.Mailer.Builder
 

F

from(InternetAddress) - Method in class be.ceau.simplemail.Mail
Adds an email address as sender.
Calling this method overwrites any value for the from field set previously.
from(String) - Method in class be.ceau.simplemail.Mail
 
from(InternetAddress) - Method in class be.ceau.simplemail.Mailer.Builder
Sets an email address that will be used as the from address for any Mail instance that does not specify such an address.
from(String) - Method in class be.ceau.simplemail.Mailer.Builder
 

M

Mail - Class in be.ceau.simplemail
 
Mail() - Constructor for class be.ceau.simplemail.Mail
Constructs a new empty Mail instance
Mailer - Class in be.ceau.simplemail
Mailer service that handles the sending of one-off messages.
Instances of this class are immutable and threadsafe.
To create new instances of this class, a public constructor is available, as well as a fluent builder that provides some optional extras.
Mailer(String) - Constructor for class be.ceau.simplemail.Mailer
Construct a new Mailer instance to send mail over the given SMTP host.
Mailer.Builder - Class in be.ceau.simplemail
 

S

send(Mail) - Method in class be.ceau.simplemail.Mailer
Verifies and sends given Mail argument.
Verification checks whether sufficient information is availabe for sending the given Mail instance.
In accordance with RFC 2822, the only required email headers are origination date (section 3.6.1) and from (section 3.6.2).

T

to(InternetAddress) - Method in class be.ceau.simplemail.Mail
Adds an email address as to recipient.
Calling this method multiple times adds multiple to addresses to the email.
to(String) - Method in class be.ceau.simplemail.Mail
 
to(InternetAddress) - Method in class be.ceau.simplemail.Mailer.Builder
Adds an email address to the list of to addresses that will be added to every email sent by the resulting Mailer instance.
to(String) - Method in class be.ceau.simplemail.Mailer.Builder
 
toString() - Method in class be.ceau.simplemail.Mail
 

W

withHtml(String) - Method in class be.ceau.simplemail.Mail
 
withSubject(String) - Method in class be.ceau.simplemail.Mail
 
withText(String) - Method in class be.ceau.simplemail.Mail
 
B C F M S T W 
Skip navigation links

Copyright © 2015. All rights reserved.