Skip navigation links
A B C D E F G H I J M N P S T U V 

A

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.

B

body(TextMimeSubType, String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
Required: Sets the email body.
body(TextMimeSubType, String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
Required: Sets the email body.
build() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
Constructs a new instance of MimeMessage.
build() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
Constructs a new instance of MimeMessage.
build() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilder
Builds a new Session object and returns wrapper.
build() - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
Builds a new Session object and returns wrapper.
builderForBinaryAttachment() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
Optional: Creates a builder for binary attachments.
builderForBinaryAttachment() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
Optional: Creates a builder for binary attachments.
builderForTextAttachment() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
Optional: Creates a builder for text attachments.
builderForTextAttachment() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
Optional: Creates a builder for text attachments.
byteArr - Variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachment
Data for attachment

C

com.googlecode.kevinarpe.papaya.java_mail - package com.googlecode.kevinarpe.papaya.java_mail
 
createInternetAddress() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress
Creates an instance of InternetAddress for use with MimeMessage.
createMimeMessageFromByteArr(Session, byte[]) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailMessageService
 
createMimeMessageFromByteArr(Session, byte[]) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailMessageServiceImp
customPort(int) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilder
Sets a standard port number for SMTP gateway.
customPort(int) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
Sets a standard port number for SMTP gateway.
customTextMimeSubType(String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
RARE: Sets the text MIME sub-type to a custom value.
customTextMimeSubType(String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
RARE: Sets the text MIME sub-type to a custom value.

D

DEFAULT_CHARSET - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
 
disposition - Variable in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachmentType
 

E

emailAddress - Variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress
Ex: "kevinarpe@gmail.com"
EmailMessageAddress - Class in com.googlecode.kevinarpe.papaya.java_mail
Both EmailMessageAddress.hashCode() and EmailMessageAddress.equals(Object) are implemented, so these objects are safe to use with Set.
EmailMessageAddressListType - Enum in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageAddressType - Enum in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageAttachment - Class in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageAttachment(EmailMessageAttachmentType, String, String, byte[], IsEmptyAllowed) - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachment
EmailMessageAttachmentTextNewLine - Enum in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageAttachmentType - Enum in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageBinaryAttachmentBuilder - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageBinaryAttachmentBuilderFactory - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageBinaryAttachmentBuilderImp - Class in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageBinaryAttachmentBuilderImp(EmailMessageBuilder) - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
 
EmailMessageBuilder - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
emailMessageBuilder() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSession
 
emailMessageBuilder() - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionImp
EmailMessageBuilderFactory - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageBuilderImp - Class in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageBuilderImp(JavaMailSession) - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
 
EmailMessageTextAttachmentBuilder - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageTextAttachmentBuilderFactory - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageTextAttachmentBuilderImp - Class in com.googlecode.kevinarpe.papaya.java_mail
 
EmailMessageTextAttachmentBuilderImp(EmailMessageBuilder) - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
 
equals(Object) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress

F

fromEmailAddressAndDisplayName(String, String) - Static method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress
Constructs a new email address with a display name, e.g., "First Middle LAST <username@example.com>".
fromEmailAddressOnly(String) - Static method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress
Constructs a new email address without a display name, e.g., "username@example.com".

G

getMimeContentAsByteArr(Message) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailMessageService
Converts a Java mail message to an array of bytes suitable to write to file or attach to an email.
getMimeContentAsByteArr(Message) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailMessageServiceImp
Converts a Java mail message to an array of bytes suitable to write to file or attach to an email.

H

hashCode() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress
headers() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
Optional: Access custom headers multi-map.
headers() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
Optional: Access custom headers multi-map.
host(String, AlwaysTrustSSL) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilder
Sets the hostname of SMTP gateway.
host(String, AlwaysTrustSSL) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
Sets the hostname of SMTP gateway.

I

inline() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
RARE: Sets the attachment type to EmailMessageAttachmentType.INLINE and clears the attachment file name.
inline() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
RARE: Sets the attachment type to EmailMessageAttachmentType.INLINE and clears the attachment file name.
inline() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
RARE: Sets the attachment type to EmailMessageAttachmentType.INLINE and clears the attachment file name.
inline() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
RARE: Sets the attachment type to EmailMessageAttachmentType.INLINE and clears the attachment file name.
INSTANCE - Static variable in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderFactory
 
INSTANCE - Static variable in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderFactory
 
INSTANCE - Static variable in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderFactory
 
INSTANCE - Static variable in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailMessageService
 
INSTANCE - Static variable in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderFactory
 
INSTANCE - Static variable in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionFactory
 
IsEmptyAllowed - Enum in com.googlecode.kevinarpe.papaya.java_mail
 
isRequired - Variable in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressType
 

J

JavaMailMessageService - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailMessageServiceImp - Class in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailMessageServiceImp() - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.JavaMailMessageServiceImp
 
javaMailSession() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
 
javaMailSession() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
JavaMailSession - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailSessionBuilder - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailSessionBuilderFactory - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailSessionBuilderImp - Class in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailSessionBuilderImp() - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
JavaMailSessionFactory - Interface in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailSessionImp - Class in com.googlecode.kevinarpe.papaya.java_mail
 
JavaMailSessionImp(Session) - Constructor for class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionImp
 

M

MAIL_SMTP_AUTH - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
MAIL_SMTP_HOST - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
MAIL_SMTP_PASSWORD - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
MAIL_SMTP_PORT - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
MAIL_SMTP_SSL_TRUST - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
MAIL_SMTP_STARTTLS_ENABLE - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
MAIL_SMTP_USER - Static variable in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
 
mimeType - Variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachment
Ex(Text): "text/plain; charset=utf-8"
mimeType(String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
Sets the MIME type.
mimeType(String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
Sets the MIME type.

N

newInstance(EmailMessageBuilder) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderFactory
 
newInstance(JavaMailSession) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderFactory
 
newInstance(EmailMessageBuilder) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderFactory
 
newInstance() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderFactory
 
newInstance(Session) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionFactory
 
nullableDisplayName - Variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress
Never empty or all whitespace
nullableFileName - Variable in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAttachment
nullableRecipientType - Variable in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressListType
 

P

parent() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilder
Access the parent email message builder
parent() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBinaryAttachmentBuilderImp
Access the parent email message builder
parent() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
Access the parent email message builder
parent() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
Access the parent email message builder
port(SmtpPort) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilder
Sets a standard port number for SMTP gateway.
port(SmtpPort) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
Sets a standard port number for SMTP gateway.
port - Variable in enum com.googlecode.kevinarpe.papaya.java_mail.SmtpPort
 
properties() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilder
Optional: Directly access Properties collection used to build final Session object.
properties() - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
Optional: Directly access Properties collection used to build final Session object.

S

sendMessage(Message) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSession
Connects to SMTP gateway, then sends message.
sendMessage(Message) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionImp
Connects to SMTP gateway, then sends message.
session() - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSession
Directly access the underlying Session object.
session() - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionImp
Directly access the underlying Session object.
setValue(MimeMessage, InternetAddress[]) - Method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressListType
 
setValue(MimeMessage, InternetAddress) - Method in enum com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddressType
 
SmtpPort - Enum in com.googlecode.kevinarpe.papaya.java_mail
Port reference: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#Ports
subject(String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilder
Required: Sets the email subject.
subject(String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageBuilderImp
Required: Sets the email subject.

T

textMimeSubType(TextMimeSubType) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilder
Sets the text MIME sub-type to a common value -- text or plain.
textMimeSubType(TextMimeSubType) - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageTextAttachmentBuilderImp
Sets the text MIME sub-type to a common value -- text or plain.
TextMimeSubType - Enum in com.googlecode.kevinarpe.papaya.java_mail
 
textMimeSubType - Variable in enum com.googlecode.kevinarpe.papaya.java_mail.TextMimeSubType
Ex: "plain" or "html"
toString() - Method in class com.googlecode.kevinarpe.papaya.java_mail.EmailMessageAddress

U

usernameAndPassword(String, String) - Method in interface com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilder
Optional: Sets the username and password to authenticate with SMTP gateway.
usernameAndPassword(String, String) - Method in class com.googlecode.kevinarpe.papaya.java_mail.JavaMailSessionBuilderImp
Optional: Sets the username and password to authenticate with SMTP gateway.

V

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.
A B C D E F G H I J M N P S T U V 
Skip navigation links

Copyright © 2013–2020. All rights reserved.