A B C D E F G H I M N P R S T U V W 

A

address(AddressType, Iterable<String>) - Method in interface net.emphased.malle.Mail
 
address(AddressType, String[]) - Method in interface net.emphased.malle.Mail
 
address(AddressType, String) - Method in interface net.emphased.malle.Mail
 
address(AddressType, String, String) - Method in interface net.emphased.malle.Mail
 
AddressType - Enum in net.emphased.malle
 
apply(Mail, Map<String, ?>) - Method in interface net.emphased.malle.template.MailTemplate
 
attachment(InputStreamSupplier, String, String) - Method in interface net.emphased.malle.Mail
 
attachment(InputStreamSupplier, String) - Method in interface net.emphased.malle.Mail
 
attachmentEncoding(Encoding) - Method in interface net.emphased.malle.Mail
 

B

bcc(Iterable<String>) - Method in interface net.emphased.malle.Mail
 
bcc(String[]) - Method in interface net.emphased.malle.Mail
 
bcc(String, String) - Method in interface net.emphased.malle.Mail
 
bcc(String) - Method in interface net.emphased.malle.Mail
 
body(BodyType, String) - Method in interface net.emphased.malle.Mail
 
bodyEncoding(Encoding) - Method in interface net.emphased.malle.Mail
 
BodyType - Enum in net.emphased.malle
 
ByteProducer - Interface in net.emphased.malle.support
 
bytes(byte[], int, int) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
bytes(byte[]) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 

C

cc(Iterable<String>) - Method in interface net.emphased.malle.Mail
 
cc(String[]) - Method in interface net.emphased.malle.Mail
 
cc(String, String) - Method in interface net.emphased.malle.Mail
 
cc(String) - Method in interface net.emphased.malle.Mail
 
charset(Charset) - Method in interface net.emphased.malle.Mail
 
charset(String) - Method in interface net.emphased.malle.Mail
 
checkArgument(boolean) - Static method in class net.emphased.malle.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class net.emphased.malle.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class net.emphased.malle.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkElementIndex(int, int) - Static method in class net.emphased.malle.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class net.emphased.malle.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - Static method in class net.emphased.malle.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class net.emphased.malle.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class net.emphased.malle.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class net.emphased.malle.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class net.emphased.malle.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class net.emphased.malle.util.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - Static method in class net.emphased.malle.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class net.emphased.malle.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class net.emphased.malle.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.

D

DEFAULT_ATTACHMENT_ENCODING - Static variable in interface net.emphased.malle.Mail
 
DEFAULT_BODY_ENCODING - Static variable in interface net.emphased.malle.Mail
 
DEFAULT_CHARSET - Static variable in interface net.emphased.malle.Mail
 

E

Encoding - Enum in net.emphased.malle
 

F

file(Path) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
file(String) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
from(Iterable<String>) - Method in interface net.emphased.malle.Mail
 
from(String[]) - Method in interface net.emphased.malle.Mail
 
from(String) - Method in interface net.emphased.malle.Mail
 
from(String, String) - Method in interface net.emphased.malle.Mail
 

G

GenericMailException - Exception in net.emphased.malle
 
GenericMailException(String) - Constructor for exception net.emphased.malle.GenericMailException
 
GenericMailException(String, Throwable) - Constructor for exception net.emphased.malle.GenericMailException
 
GenericMailException(Throwable) - Constructor for exception net.emphased.malle.GenericMailException
 
GenericMailTemplateException - Exception in net.emphased.malle.template
 
GenericMailTemplateException(String) - Constructor for exception net.emphased.malle.template.GenericMailTemplateException
 
GenericMailTemplateException(String, Throwable) - Constructor for exception net.emphased.malle.template.GenericMailTemplateException
 
GenericMailTemplateException(Throwable) - Constructor for exception net.emphased.malle.template.GenericMailTemplateException
 
getInputStream() - Method in interface net.emphased.malle.InputStreamSupplier
 
getName() - Method in interface net.emphased.malle.template.MailTemplate
 
getTemplate(Reader, String) - Method in interface net.emphased.malle.template.MailTemplateEngine
 
getTemplate(String, Locale) - Method in interface net.emphased.malle.template.MailTemplateEngine
 
getTemplate(String) - Method in interface net.emphased.malle.template.MailTemplateEngine
 

H

header(String, String) - Method in interface net.emphased.malle.Mail
 
html(String) - Method in interface net.emphased.malle.Mail
 

I

id(String) - Method in interface net.emphased.malle.Mail
 
inline(InputStreamSupplier, String, String) - Method in interface net.emphased.malle.Mail
 
inline(InputStreamSupplier, String) - Method in interface net.emphased.malle.Mail
 
inputStream(InputStream) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
InputStreamSupplier - Interface in net.emphased.malle
 
InputStreamSuppliers - Class in net.emphased.malle.support
 

M

Mail - Interface in net.emphased.malle
Fluent mail builder.
mail() - Method in interface net.emphased.malle.MailSystem
 
mail(boolean) - Method in interface net.emphased.malle.MailSystem
 
MailAddressException - Exception in net.emphased.malle
 
MailAddressException(String) - Constructor for exception net.emphased.malle.MailAddressException
 
MailAddressException(String, Throwable) - Constructor for exception net.emphased.malle.MailAddressException
 
MailAddressException(Throwable) - Constructor for exception net.emphased.malle.MailAddressException
 
MailAuthenticationException - Exception in net.emphased.malle
 
MailAuthenticationException(String) - Constructor for exception net.emphased.malle.MailAuthenticationException
 
MailAuthenticationException(String, Throwable) - Constructor for exception net.emphased.malle.MailAuthenticationException
 
MailAuthenticationException(Throwable) - Constructor for exception net.emphased.malle.MailAuthenticationException
 
MailException - Exception in net.emphased.malle
 
MailException(String) - Constructor for exception net.emphased.malle.MailException
 
MailException(String, Throwable) - Constructor for exception net.emphased.malle.MailException
 
MailException(Throwable) - Constructor for exception net.emphased.malle.MailException
 
MailIOException - Exception in net.emphased.malle
 
MailIOException(String) - Constructor for exception net.emphased.malle.MailIOException
 
MailIOException(String, Throwable) - Constructor for exception net.emphased.malle.MailIOException
 
MailIOException(Throwable) - Constructor for exception net.emphased.malle.MailIOException
 
MailSendException - Exception in net.emphased.malle
 
MailSendException(String) - Constructor for exception net.emphased.malle.MailSendException
 
MailSendException(String, Throwable) - Constructor for exception net.emphased.malle.MailSendException
 
MailSendException(Throwable) - Constructor for exception net.emphased.malle.MailSendException
 
MailSystem - Interface in net.emphased.malle
Mail factory interface.
MailTemplate - Interface in net.emphased.malle.template
 
MailTemplateEngine - Interface in net.emphased.malle.template
 
MailTemplateException - Exception in net.emphased.malle.template
 
MailTemplateException(String) - Constructor for exception net.emphased.malle.template.MailTemplateException
 
MailTemplateException(String, Throwable) - Constructor for exception net.emphased.malle.template.MailTemplateException
 
MailTemplateException(Throwable) - Constructor for exception net.emphased.malle.template.MailTemplateException
 

N

net.emphased.malle - package net.emphased.malle
 
net.emphased.malle.support - package net.emphased.malle.support
 
net.emphased.malle.template - package net.emphased.malle.template
 
net.emphased.malle.util - package net.emphased.malle.util
 

P

plain(String) - Method in interface net.emphased.malle.Mail
 
Preconditions - Class in net.emphased.malle.util
Static convenience methods that help a method or constructor check whether it was invoked correctly (whether its preconditions have been met).
priority(int) - Method in interface net.emphased.malle.Mail
 
producer(ByteProducer) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 

R

replyTo(Iterable<String>) - Method in interface net.emphased.malle.Mail
 
replyTo(String[]) - Method in interface net.emphased.malle.Mail
 
replyTo(String) - Method in interface net.emphased.malle.Mail
 
replyTo(String, String) - Method in interface net.emphased.malle.Mail
 
resource(String) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
resource(String, Class<?>) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
resource(String, ClassLoader) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 

S

send() - Method in interface net.emphased.malle.Mail
 
send(Mail...) - Method in interface net.emphased.malle.MailSystem
 
send(Iterable<? extends Mail>) - Method in interface net.emphased.malle.MailSystem
 
subject(String) - Method in interface net.emphased.malle.Mail
 

T

template(String, Locale, Map<String, ?>) - Method in interface net.emphased.malle.Mail
 
template(String, Locale, Object...) - Method in interface net.emphased.malle.Mail
 
template(String, Map<String, ?>) - Method in interface net.emphased.malle.Mail
 
template(String, Object...) - Method in interface net.emphased.malle.Mail
 
to(Iterable<String>) - Method in interface net.emphased.malle.Mail
 
to(String[]) - Method in interface net.emphased.malle.Mail
 
to(String) - Method in interface net.emphased.malle.Mail
 
to(String, String) - Method in interface net.emphased.malle.Mail
 

U

url(URL) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 
url(String) - Static method in class net.emphased.malle.support.InputStreamSuppliers
 

V

valueOf(String) - Static method in enum net.emphased.malle.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.emphased.malle.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.emphased.malle.Encoding
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.emphased.malle.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.emphased.malle.BodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.emphased.malle.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(OutputStream) - Method in interface net.emphased.malle.Mail
 
writeTo(Path) - Method in interface net.emphased.malle.Mail
 
writeTo(String) - Method in interface net.emphased.malle.Mail
 
writeTo(OutputStream) - Method in interface net.emphased.malle.support.ByteProducer
 
A B C D E F G H I M N P R S T U V W 

Copyright © 2015. All rights reserved.