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

A

addAttachment(BodyPart) - Method in class de.alpharogroup.email.messages.EmailMessageWithAttachments
Adds an attachment to the EmailMessage.
addAttachment(byte[], String, String) - Method in class de.alpharogroup.email.messages.EmailMessageWithAttachments
Adds the attachment.
addAttachment(DataHandler, String) - Method in class de.alpharogroup.email.messages.EmailMessageWithAttachments
Adds the attachment.
addAttachment(File) - Method in class de.alpharogroup.email.messages.EmailMessageWithAttachments
Adds an attachment to the EmailMessage.
addAttachment(File, String) - Method in class de.alpharogroup.email.messages.EmailMessageWithAttachments
Adds an attachment to the EmailMessage.
addAttachment(BodyPart) - Method in class de.alpharogroup.email.messages.EmailWithAttachments
Adds an attachment to the EmailMessage.
addAttachment(byte[], String, String) - Method in class de.alpharogroup.email.messages.EmailWithAttachments
Adds the attachment.
addAttachment(DataHandler, String) - Method in class de.alpharogroup.email.messages.EmailWithAttachments
Adds the attachment.
addAttachment(File) - Method in class de.alpharogroup.email.messages.EmailWithAttachments
Adds an attachment to the EmailMessage.
addAttachment(File, String) - Method in class de.alpharogroup.email.messages.EmailWithAttachments
Adds an attachment to the EmailMessage.
addBcc(Address) - Method in class de.alpharogroup.email.messages.EmailMessage
Adding one bcc-address to the EmailMessage.
addCc(Address) - Method in class de.alpharogroup.email.messages.EmailMessage
Adding one cc-address to the EmailMessage.
addFrom(Address) - Method in class de.alpharogroup.email.messages.EmailMessage
Adding one from-address to the EmailMessage.
ADDRESS_STRICT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant ADDRESS_STRICT.
addTo(Address) - Method in class de.alpharogroup.email.messages.EmailMessage
Adding one to-address to the EmailMessage.
addToRecipientToEmailMessage(String, String, String, EmailMessage) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Adds a 'to' recipient to the email message.
ALLOW8BITMIME - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant ALLOW8BITMIME.
ALLOWREADONLYSELECT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant ALLOWREADONLYSELECT.
ALTERNATES - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant ALTERNATES.
APOP_ENABLE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant APOP_ENABLE.
APPENDBUFFERSIZE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant APPENDBUFFERSIZE.
AUTH - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant AUTH.
AUTH_LOGIN_DISABLE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant AUTH_LOGIN_DISABLE.
AUTH_PLAIN_DISABLE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant AUTH_PLAIN_DISABLE.

B

BASE64_IGNOREERRORS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant BASE64_IGNOREERRORS.
ByteArrayDataSource - Class in de.alpharogroup.email.data.sources
DataSource object for a byte array.
ByteArrayDataSource(byte[], String) - Constructor for class de.alpharogroup.email.data.sources.ByteArrayDataSource
Constructor with the bytearray and the contenttype.

C

CHARSET - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant CHARSET.
CHARSET_PREFIX - Static variable in class de.alpharogroup.email.messages.EmailConstants
Constant for the charset-prefix.
CHARSET_UTF8 - Static variable in class de.alpharogroup.email.messages.EmailConstants
Constant for the charset 'UTF-8'.
CLASS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant CLASS.
clone() - Method in class de.alpharogroup.email.messages.EmailMessage
Clone.
CONNECTIONPOOLSIZE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant CONNECTIONPOOLSIZE.
CONNECTIONPOOLTIMEOUT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant CONNECTIONPOOLTIMEOUT.
CONNECTIONTIMEOUT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant CONNECTIONTIMEOUT.

D

de.alpharogroup.email.data.sources - package de.alpharogroup.email.data.sources
 
de.alpharogroup.email.messages - package de.alpharogroup.email.messages
 
de.alpharogroup.email.properties - package de.alpharogroup.email.properties
Provides classes with constants for the email properties.
de.alpharogroup.email.send - package de.alpharogroup.email.send
 
de.alpharogroup.email.utils - package de.alpharogroup.email.utils
 
DEBUG - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant DEBUG.
DECODETEXT_STRICT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant DECODETEXT_STRICT.
DISABLETOP - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant DISABLETOP.
DOT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant DOT.
DSN_NOTIFY - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant DSN_NOTIFY.
DSN_RET - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant DSN_RET.

E

EHLO - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant EHLO.
EmailConstants - Class in de.alpharogroup.email.messages
The class EmailConstants for constants.
EmailConstants() - Constructor for class de.alpharogroup.email.messages.EmailConstants
 
EmailExtensions - Class in de.alpharogroup.email.utils
The class EmailExtensions provides methods for create email addresses and validate email addresses.
EmailExtensions() - Constructor for class de.alpharogroup.email.utils.EmailExtensions
 
EmailMessage - Class in de.alpharogroup.email.messages
This class represents an email message.
EmailMessage() - Constructor for class de.alpharogroup.email.messages.EmailMessage
Default constructor.
EmailMessage(Session) - Constructor for class de.alpharogroup.email.messages.EmailMessage
Constructor with a Session.
EmailMessageWithAttachments - Class in de.alpharogroup.email.messages
This class adds the functionality to add attachments to the EmailMessage.
EmailMessageWithAttachments(EmailMessage) - Constructor for class de.alpharogroup.email.messages.EmailMessageWithAttachments
Constructor for the EmailAttachments.
EmailWithAttachments - Class in de.alpharogroup.email.messages
This class adds the functionality to add attachments to the EmailMessage.
EmailWithAttachments() - Constructor for class de.alpharogroup.email.messages.EmailWithAttachments
Constructor for the EmailAttachments.
ENCODEEOL_STRICT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant ENCODEEOL_STRICT.
equals(Object) - Method in class de.alpharogroup.email.messages.EmailMessage
 

F

FETCHSIZE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant FETCHSIZE.
FOLDTEXT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant FOLDTEXT.
FORGETTOPHEADERS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant FORGETTOPHEADERS.
FROM - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant FROM.

G

getAddressArray(Address...) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Gets the address array from the given address objects.
getAuthenticator() - Method in class de.alpharogroup.email.send.SendEmail
 
getByteArray() - Method in class de.alpharogroup.email.data.sources.ByteArrayDataSource
Gets the byte array.
getCharsetFromContentType(String) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Gets the encoding from the header.
getExtension(File) - Static method in enum de.alpharogroup.email.messages.Mimetypes
Gets the mime type from the given File.
getExtension(String) - Static method in enum de.alpharogroup.email.messages.Mimetypes
Gets the mime type from the given File.
getHeaderName() - Method in enum de.alpharogroup.email.messages.HeaderNames
Gets the header name.
getInputStream() - Method in class de.alpharogroup.email.data.sources.ByteArrayDataSource
getMimeMultiPart() - Method in class de.alpharogroup.email.messages.EmailMessageWithAttachments
Gets the MimeMultipart from the EmailAttachments.
getMimeMultiPart() - Method in class de.alpharogroup.email.messages.EmailWithAttachments
Gets the MimeMultipart from the EmailAttachments.
getMimeType(File) - Static method in enum de.alpharogroup.email.messages.Mimetypes
Gets the mime type from the given File.
getMimetype() - Method in enum de.alpharogroup.email.messages.Mimetypes
Gets the mimetype.
getName() - Method in class de.alpharogroup.email.data.sources.ByteArrayDataSource
getSession() - Method in class de.alpharogroup.email.send.SendEmail
Gets the Session-object.

H

hashCode() - Method in class de.alpharogroup.email.messages.EmailMessage
 
HeaderNames - Enum in de.alpharogroup.email.messages
The Enum HeaderNames contains some header names that are added in the header of an email.
HOST - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant HOST.

I

IMAP - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant IMAP.
isDebug() - Method in interface de.alpharogroup.email.send.SendMail
Checks the debug flag if it is true or false.

L

LOCALADDRESS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant LOCALADDRESS.
LOCALHOST - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant LOCALHOST.
LOCALPORT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant LOCALPORT.

M

MAIL - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MAIL.
MAIL_ALTERNATES - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.alternates".
MAIL_DEBUG - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.debug".
MAIL_FROM - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.debug".
MAIL_HOST - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.host".
MAIL_IMAP - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
Prefix for the imap keys.
MAIL_IMAP_ALLOWREADONLYSELECT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.allowreadonlyselect".
MAIL_IMAP_APPENDBUFFERSIZE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.appendbuffersize".
MAIL_IMAP_AUTH_LOGIN_DISABLE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.auth.login.disable".
MAIL_IMAP_AUTH_PLAIN_DISABLE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.auth.plain.disable".
MAIL_IMAP_CONNECTIONPOOLSIZE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.connectionpoolsize".
MAIL_IMAP_CONNECTIONPOOLTIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.connectionpooltimeout".
MAIL_IMAP_CONNECTIONTIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.connectiontimeout".
MAIL_IMAP_FETCHSIZE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.fetchsize".
MAIL_IMAP_HOST - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.host".
MAIL_IMAP_LOCALADDRESS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.localaddress".
MAIL_IMAP_LOCALPORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.localport".
MAIL_IMAP_PARTIALFETCH - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.partialfetch".
MAIL_IMAP_PASSWORD - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.password".
MAIL_IMAP_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.port".
MAIL_IMAP_SASL_AUTHORIZATIONID - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.sasl.authorizationid".
MAIL_IMAP_SASL_ENABLE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.sasl.enable".
MAIL_IMAP_SASL_MECHANISMS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.sasl.mechanisms".
MAIL_IMAP_SEPARATESTORECONNECTION - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.separatestoreconnection".
MAIL_IMAP_SOCKETFACTORY_CLASS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.socketFactory.class".
MAIL_IMAP_SOCKETFACTORY_FALLBACK - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.socketFactory.fallback".
MAIL_IMAP_SOCKETFACTORY_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.socketFactory.port".
MAIL_IMAP_STARTTLS_ENABLE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.starttls.enable".
MAIL_IMAP_STATUSCACHETIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.statuscachetimeout".
MAIL_IMAP_TIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.timeout".
MAIL_IMAP_USER - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.imap.user".
MAIL_MIME - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MAIL_MIME.
MAIL_MIME_ADDRESS_STRICT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.address.strict".
MAIL_MIME_BASE64_IGNOREERRORS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.base64.ignoreerrors".
MAIL_MIME_CHARSET - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.charset".
MAIL_MIME_DECODETEXT_STRICT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.decodetext.strict".
MAIL_MIME_ENCODEEOL_STRICT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.encodeeol.strict".
MAIL_MIME_FOLDTEXT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.foldtext".
MAIL_MIME_MULTIPART_IGNOREMISSINGENDBOUNDARY - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.multipart.ignoremissingendboundary".
MAIL_MIME_SETCONTENTTYPEFILENAME - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.setcontenttypefilename".
MAIL_MIME_SETDEFAULTTEXTCHARSET - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.mime.setdefaulttextcharset".
MAIL_POP3 - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
Prefix for the pop3 keys.
MAIL_POP3_APOP_ENABLE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.apop.enable".
MAIL_POP3_CONNECTIONTIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.connectiontimeout".
MAIL_POP3_DISABLETOP - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.disabletop".
MAIL_POP3_FORGETTOPHEADERS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.forgettopheaders".
MAIL_POP3_HOST - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.host".
MAIL_POP3_LOCALADDRESS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.localaddress".
MAIL_POP3_LOCALPORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.localport".
MAIL_POP3_MESSAGE_CLASS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.message.class".
MAIL_POP3_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.port".
MAIL_POP3_RSETBEFOREQUIT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.rsetbeforequit".
MAIL_POP3_SOCKETFACTORY_CLASS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.socketFactory.class".
MAIL_POP3_SOCKETFACTORY_FALLBACK - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.socketFactory.fallback".
MAIL_POP3_SOCKETFACTORY_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.socketFactory.port".
MAIL_POP3_TIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.connectiontimeout".
MAIL_POP3_USER - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.pop3.user".
MAIL_PROTOCOL - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MAIL_PROTOCOL.
MAIL_PROTOCOL_CLASS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.user".
MAIL_PROTOCOL_HOST - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.protocol.host".
MAIL_PROTOCOL_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.protocol.port".
MAIL_PROTOCOL_USER - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.protocol.user".
MAIL_REPLYALLCC - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.replyallcc".
MAIL_SMTP - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
Prefix for the smtp keys.
MAIL_SMTP_ALLOW8BITMIME - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.allow8bitmime".
MAIL_SMTP_AUTH - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.auth".
MAIL_SMTP_CONNECTIONTIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.connectiontimeout".
MAIL_SMTP_DSN_NOTIFY - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.dsn.notify".
MAIL_SMTP_DSN_RET - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.dsn.ret".
MAIL_SMTP_EHLO - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.ehlo".
MAIL_SMTP_FROM - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.from".
MAIL_SMTP_HOST - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.host".
MAIL_SMTP_LOCALADDRESS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.localaddress".
MAIL_SMTP_LOCALHOST - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.localhost".
MAIL_SMTP_LOCALPORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.localport".
MAIL_SMTP_MAILEXTENSION - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.mailextension".
MAIL_SMTP_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.port".
MAIL_SMTP_QUITWAIT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.quitwait".
MAIL_SMTP_REPORTSUCCESS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.reportsuccess".
MAIL_SMTP_SASL_REALM - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.sasl.realm".
MAIL_SMTP_SENDPARTIAL - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.sendpartial".
MAIL_SMTP_SOCKETFACTORY_CLASS - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.socketFactory.class".
MAIL_SMTP_SOCKETFACTORY_FALLBACK - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.socketFactory.fallback".
MAIL_SMTP_SOCKETFACTORY_PORT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.socketFactory.port".
MAIL_SMTP_STARTTLS_ENABLE - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.starttls.enable".
MAIL_SMTP_SUBMITTER - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.submitter".
MAIL_SMTP_TIMEOUT - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.timeout".
MAIL_SMTP_USER - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.user".
MAIL_SMTP_USERSET - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.smtp.userset".
MAIL_STORE_PROTOCOL - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.store.protocol".
MAIL_TRANSPORT_PROTOCOL - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.transport.protocol".
MAIL_USER - Static variable in class de.alpharogroup.email.properties.PropertyKeys
This is the key for the property "mail.user".
MAILEXTENSION - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MAILEXTENSION.
MailPropertiesConst - Class in de.alpharogroup.email.properties
The class MailPropertiesConst.
MailPropertiesConst() - Constructor for class de.alpharogroup.email.properties.MailPropertiesConst
 
MESSAGE_CLASS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MESSAGE_CLASS.
MIME - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MIME.
MIMETYPE_TEXT_HTML - Static variable in class de.alpharogroup.email.messages.EmailConstants
Constant for the mimetype text/html.
MIMETYPE_TEXT_PLAIN - Static variable in class de.alpharogroup.email.messages.EmailConstants
Constant for the mimetype text/plain.
Mimetypes - Enum in de.alpharogroup.email.messages
The Enum Mimetypes.
MULTIPART_IGNOREMISSINGENDBOUNDARY - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant MULTIPART_IGNOREMISSINGENDBOUNDARY.

N

newAddress(String) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Creates an Address from the given the email address as String object.
newAddress(String, String) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Creates from the given the address and personal name an Adress-object.
newAddress(String, String, String) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Creates an Address from the given the address and personal name.

P

PARTIALFETCH - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant PARTIALFETCH.
PASSWORD - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant PASSWORD.
POP3 - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant POP3.
PORT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant PORT.
PROPERTIES_FILENAME - Static variable in class de.alpharogroup.email.messages.EmailConstants
Constant for the name from the properties-file.
PropertyKeys - Class in de.alpharogroup.email.properties
Helper-class for the keys from the email-properties.
PropertyKeys() - Constructor for class de.alpharogroup.email.properties.PropertyKeys
 
PROTOCOL - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant PROTOCOL.

Q

QUITWAIT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant QUITWAIT.

R

REPLYALLCC - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant REPLYALLCC.
REPORTSUCCESS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant REPORTSUCCESS.
RSETBEFOREQUIT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant RSETBEFOREQUIT.

S

SASL_AUTHORIZATIONID - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SASL_AUTHORIZATIONID.
SASL_ENABLE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SASL_ENABLE.
SASL_MECHANISMS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SASL_MECHANISMS.
SASL_REALM - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SASL_REALM.
SendEmail - Class in de.alpharogroup.email.send
Helper-class for sending emails.
SendEmail() - Constructor for class de.alpharogroup.email.send.SendEmail
The Constructor.
SendEmail(Properties) - Constructor for class de.alpharogroup.email.send.SendEmail
The Constructor.
SendEmail(Properties, Authenticator) - Constructor for class de.alpharogroup.email.send.SendEmail
The Constructor.
sendEmail(String, String, String, String) - Method in class de.alpharogroup.email.send.SendEmail
Sends a simple plain text email.
sendEmail(String, String, String, String) - Method in interface de.alpharogroup.email.send.SendMail
Sends a simple plain text email.
sendEmailMessage(EmailMessage) - Method in class de.alpharogroup.email.send.SendEmail
Sends the given EmailMessage.
sendEmailMessage(EmailMessage) - Method in interface de.alpharogroup.email.send.SendMail
Sends the given EmailMessage.
sendEmailMessages(Collection<EmailMessage>) - Method in class de.alpharogroup.email.send.SendEmail
Send email messages.
sendEmailMessages(Collection<EmailMessage>) - Method in interface de.alpharogroup.email.send.SendMail
Send email messages.
sendEmailMessagesWithAtachments(Collection<EmailMessageWithAttachments>) - Method in class de.alpharogroup.email.send.SendEmail
Send email messages with atachments.
sendEmailMessagesWithAtachments(Collection<EmailMessageWithAttachments>) - Method in interface de.alpharogroup.email.send.SendMail
Send email messages with atachments.
sendEmailMessageWithAttachments(EmailMessageWithAttachments) - Method in class de.alpharogroup.email.send.SendEmail
Sends the EmailMessage thats wrappes from the EmailMessagWithAttachments.
sendEmailMessageWithAttachments(EmailMessageWithAttachments) - Method in interface de.alpharogroup.email.send.SendMail
Sends the EmailMessage thats wrappes from the EmailMessagWithAttachments.
SendMail - Interface in de.alpharogroup.email.send
The Interface SendMail.
SENDPARTIAL - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SENDPARTIAL.
SEPARATESTORECONNECTION - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SEPARATESTORECONNECTION.
setAuthenticator(Authenticator) - Method in class de.alpharogroup.email.send.SendEmail
 
setContent(Object, String) - Method in class de.alpharogroup.email.messages.EmailMessage
Sets the content.
SETCONTENTTYPEFILENAME - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SETCONTENTTYPEFILENAME.
setDebug(boolean) - Method in class de.alpharogroup.email.send.SendEmail
Sets the debug flag.
setDebug(boolean) - Method in interface de.alpharogroup.email.send.SendMail
Sets the debug flag.
SETDEFAULTTEXTCHARSET - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SETDEFAULTTEXTCHARSET.
setFrom(String) - Method in class de.alpharogroup.email.messages.EmailMessage
Sets the from address.
setFromToEmailMessage(String, String, String, EmailMessage) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Sets the from to the email message.
setSubject(String) - Method in class de.alpharogroup.email.messages.EmailMessage
Sets the subject.
setSubject(String, String) - Method in class de.alpharogroup.email.messages.EmailMessage
Sets the subject.
setUtf8Content(Object) - Method in class de.alpharogroup.email.messages.EmailMessage
Sets the utf8 content.
SMTP - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SMTP.
SOCKETFACTORY_CLASS - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SOCKETFACTORY_CLASS.
SOCKETFACTORY_FALLBACK - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SOCKETFACTORY_FALLBACK.
SOCKETFACTORY_PORT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SOCKETFACTORY_PORT.
STARTTLS_ENABLE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant STARTTLS_ENABLE.
STATUSCACHETIMEOUT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant STATUSCACHETIMEOUT.
STORE - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant STORE.
SUBMITTER - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant SUBMITTER.

T

TIMEOUT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant TIMEOUT.
TRANSPORT - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant TRANSPORT.

U

USER - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant USER.
USERSET - Static variable in class de.alpharogroup.email.properties.MailPropertiesConst
The Constant USERSET.

V

validateEmailAdress(String) - Static method in class de.alpharogroup.email.utils.EmailExtensions
Validate the given email address.
valueOf(String) - Static method in enum de.alpharogroup.email.messages.HeaderNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.email.messages.Mimetypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.email.messages.HeaderNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.email.messages.Mimetypes
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 L M N P Q R S T U V 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.