A B C F H J M N R S T

A

attach(String, File) - Method in class com.github.jknack.mwa.mail.MailBuilder
Add an attachment to the MimeMessage, taking the content from a java.io.File.
attach(File) - Method in class com.github.jknack.mwa.mail.MailBuilder
Add an attachment to the MimeMessage, taking the content from a java.io.File.
attach(String, InputStream, String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Add an attachment to the MimeMessage.
attach(String, Resource, String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Add an attachment to the MimeMessage.

B

bcc(String...) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'bcc' with the provided email addresses.
bcc(Iterable<String>) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'bcc' with the provided email addresses.
build() - Method in class com.github.jknack.mwa.mail.MailBuilder
Return a MimeMessage ready to be send.

C

cc(String...) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set cc with the provided email addresses.
cc(Iterable<String>) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set cc with the provided email addresses.
com.github.jknack.mwa.mail - package com.github.jknack.mwa.mail
 

F

from(String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'from' with the provided email address.
from(String, String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'from' with the provided email address.

H

html(String, Object...) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.

J

javaMailSender(Environment) - Method in class com.github.jknack.mwa.mail.MailModule
Publish a JavaMailSender into the application context.

M

MAIL_PASSWORD - Static variable in class com.github.jknack.mwa.mail.MailModule
Set the password for the account at the mail host, if any.
MAIL_USER - Static variable in class com.github.jknack.mwa.mail.MailModule
Set the username for the account at the mail host, if any.
MailBuilder - Class in com.github.jknack.mwa.mail
Helper class for sending rich mail messages.
mailInputStream(InputStream, String) - Static method in class com.github.jknack.mwa.mail.MailBuilder
Add content-type information to an InputStream.
MailModule - Class in com.github.jknack.mwa.mail
Provide common mail features.
MailModule() - Constructor for class com.github.jknack.mwa.mail.MailModule
 

N

newMail(JavaMailSender) - Static method in class com.github.jknack.mwa.mail.MailBuilder
Creates a new mail message with multi-part support.
newSimpleMail(JavaMailSender) - Static method in class com.github.jknack.mwa.mail.MailBuilder
Creates a new simple mail message without multi-part support.

R

replyTo(String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'replayTo' with the provided email address.
replyTo(String, String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'replayTo' with the provided email address.

S

SMTP_ALLOW_8BIT_MIME - Static variable in class com.github.jknack.mwa.mail.MailModule
If set to true, and the server supports the 8BITMIME extension, text parts of this message that use the "quoted-printable" or "base64" encodings are converted to use "8bit" encoding if they follow the RFC 2045 rules for 8bit text.
SMTP_AUTH - Static variable in class com.github.jknack.mwa.mail.MailModule
Use SMTP-AUTH to authenticate to SMTP server.
SMTP_DSN_NOTIFY - Static variable in class com.github.jknack.mwa.mail.MailModule
Set notification options to be used if the server supports Delivery Status Notification (RFC 1891).
SMTP_DSN_RET - Static variable in class com.github.jknack.mwa.mail.MailModule
Set return option to be used if server supports Delivery Status Notification (RFC 1891).
SMTP_ENVELOP_FROM - Static variable in class com.github.jknack.mwa.mail.MailModule
Set the From address to appear in the SMTP envelope.
SMTP_HOST - Static variable in class com.github.jknack.mwa.mail.MailModule
Set the mail server host, typically an SMTP host.
SMTP_PORT - Static variable in class com.github.jknack.mwa.mail.MailModule
Set the mail server port.
SMTP_SENDPARTIAL - Static variable in class com.github.jknack.mwa.mail.MailModule
If set to true, and this message has some valid and some invalid addresses, send the message anyway, reporting the partial failure with a SendFailedException.
SMTP_START_TLS - Static variable in class com.github.jknack.mwa.mail.MailModule
Use TLS to encrypt communication with SMTP server.
subject(String) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'subject' of the message.

T

text(String, Object...) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set the given text directly as content.
to(String...) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'to' with the provided email addresses.
to(Iterable<String>) - Method in class com.github.jknack.mwa.mail.MailBuilder
Set 'to' with the provided email addresses.

A B C F H J M N R S T

Copyright © 2012. All Rights Reserved.