- address(EmailMessageAddressType, EmailMessageAddress) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
-
Sets an email address.
- address(EmailMessageAddressType, EmailMessageAddress) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
-
Sets an email address.
- addressSet(EmailMessageAddressListType) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
-
Access an address set.
- addressSet(EmailMessageAddressListType) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
-
Access an address set.
- AlwaysTrustSSL - Enum in com.googlecode.kevinarpe.papaya.java_mail
-
- attachBinaryData(byte[], IsEmptyAllowed) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
-
Adds new attachment to the parent builder.
- attachBinaryData(byte[], IsEmptyAllowed) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
-
Adds new attachment to the parent builder.
- attachBinaryFile(File, IsEmptyAllowed) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
-
Immediately reads the contents of the file as binary data, then adds new attachment to the parent builder.
- attachBinaryFile(File, IsEmptyAllowed) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
-
Immediately reads the contents of the file as binary data, then adds new attachment to the parent builder.
- attachBinaryInputStream(InputStream, IsEmptyAllowed) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
-
Immediately reads the contents of the InputStream as binary data,
then adds new attachment to the parent builder.
- attachBinaryInputStream(InputStream, IsEmptyAllowed) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
-
Immediately reads the contents of the InputStream as binary data,
then adds new attachment to the parent builder.
- attachmentFileName(String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
-
This is the most common attachment type.
- attachmentFileName(String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
-
This is the most common attachment type.
- attachmentFileName(String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
-
This is the most common attachment type.
- attachmentFileName(String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
-
This is the most common attachment type.
- attachmentList() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
-
Optional: Directly access list of attachments.
- attachmentList() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
-
Optional: Directly access list of attachments.
- attachmentType - Variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachment
-
- attachMessage(Message) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
-
Converts a MIME message to binary data, then adds new attachment to the parent builder.
- attachMessage(Message) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
-
Converts a MIME message to binary data, then adds new attachment to the parent builder.
- attachText(String, EmailMessageAttachmentTextNewLine, IsEmptyAllowed) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
-
Converts text new-lines (if necessary), then adds new attachment to the parent builder.
- attachText(String, EmailMessageAttachmentTextNewLine, IsEmptyAllowed) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
-
Converts text new-lines (if necessary), then adds new attachment to the parent builder.
- attachTextFile(File, Charset, EmailMessageAttachmentTextNewLine, IsEmptyAllowed) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
-
Immediately reads the contents of the file as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
- attachTextFile(File, Charset, EmailMessageAttachmentTextNewLine, IsEmptyAllowed) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
-
Immediately reads the contents of the file as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
- attachTextInputStream(InputStream, Charset, EmailMessageAttachmentTextNewLine, IsEmptyAllowed) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
-
Immediately reads the contents of the InputStream as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
- attachTextInputStream(InputStream, Charset, EmailMessageAttachmentTextNewLine, IsEmptyAllowed) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
-
Immediately reads the contents of the InputStream as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.AlwaysTrustSSL
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressListType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachmentTextNewLine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.IsEmptyAllowed
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.SmtpPort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.TextMimeSubType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.AlwaysTrustSSL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressListType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachmentTextNewLine
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachmentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.IsEmptyAllowed
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.SmtpPort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.kevinarpe.papaya.java_mail.TextMimeSubType
-
Returns an array containing the constants of this enum type, in
the order they are declared.