- MAIL_TAG_BCC - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "Bcc" field of the email
- MAIL_TAG_CC - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "Cc" field of the email
- MAIL_TAG_FROM - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "From" field of the email
- MAIL_TAG_REPLYTO - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "Reply-To" field of the email
- MAIL_TAG_SENTDATE - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "Date" field of the email
- MAIL_TAG_SUBJECT - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "Subject" field of the email
- MAIL_TAG_TO - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this is the tag for the "To" field of the email
- MailComponent - Class in org.apache.servicemix.mail
-
- MailComponent() - Constructor for class org.apache.servicemix.mail.MailComponent
-
- MailConnectionConfiguration - Class in org.apache.servicemix.mail.utils
-
a data holder class for the connection information
- MailConnectionConfiguration() - Constructor for class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- MailContentType - Enum in org.apache.servicemix.mail.utils
-
- MailEndpointType - Interface in org.apache.servicemix.mail
-
- MailPollerEndpoint - Class in org.apache.servicemix.mail
-
This is the polling endpoint for the mail component.
- MailPollerEndpoint() - Constructor for class org.apache.servicemix.mail.MailPollerEndpoint
-
default constructor
- MailSenderEndpoint - Class in org.apache.servicemix.mail
-
this is the sending endpoint for the mail component
- MailSenderEndpoint() - Constructor for class org.apache.servicemix.mail.MailSenderEndpoint
-
- MailUtils - Class in org.apache.servicemix.mail.utils
-
utility class
- MSG_TAG_BCC - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the BCC address
this exchange should be mailed to
- MSG_TAG_CC - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the CC address the
mail was sent to OR the CC address this exchange should be mailed to
- MSG_TAG_FROM - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the address the
mail was received from OR the address this exchange should be sent from
- MSG_TAG_HOST - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the mail server hostname
- MSG_TAG_HTML - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the html content used in
the received mail or to be used in the mail to be sent
- MSG_TAG_MAIL_CHARSET - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the charset used in
the received mail or to be used in the mail to be sent
- MSG_TAG_MAIL_CONTENT_TYPE - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the content type of
the mail received or the mail to be sent
- MSG_TAG_MAIL_USE_INLINE_ATTACHMENTS - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to flag that the attachments have to be
treatened as inline attachments
- MSG_TAG_PASSWORD - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the password of the mail account
- MSG_TAG_PORT - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the port number used for mail server
- MSG_TAG_PROTOCOL - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the used protocol
- MSG_TAG_REPLYTO - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the reply-to address
of the mail received OR the reply-to address of the mail to be sent
- MSG_TAG_SENTDATE - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the date when
the mail was sent
- MSG_TAG_SUBJECT - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the subject of the
mail received OR the subject of the mail to be sent
- MSG_TAG_TEXT - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the plain text content used in
the received mail or to be used in the mail to be sent
- MSG_TAG_TO - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the address the
mail was sent to OR the address this exchange should be mailed to
- MSG_TAG_USER - Static variable in class org.apache.servicemix.mail.marshaler.AbstractMailMarshaler
-
this tag is used in normalized messages to represent the user which owns the mail account
- setConnection(String) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
Specifies the connection URI used to connect to a mail server.
- setConnection(String) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies the connection URI used to connect to a mail server.
- setCustomProperties(Map<String, String>) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
Specifies a java.util.Map which may contain additional
properties for the connection.
- setCustomProperties(Map<String, String>) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies a java.util.Map which may contain additional
properties for the connection.
- setCustomTrustManagers(String) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
Specifies one or more trust manager classes separated by a semicolon (;).
These classes have to implement the Trustmanager interface and need to provide
an empty default constructor to be valid.
If you want to accept all security certificates without a check you may
consider using the DummyTrustManager class.
- setCustomTrustManagers(String) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies one or more trust manager classes separated by a semicolon (;).
These classes have to implement the Trustmanager interface and need to provide
an empty default constructor to be valid.
If you want to accept all security certificates without a check you may
consider using the DummyTrustManager class.
- setDebugMode(boolean) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
Specifies if the JavaMail is run in DEBUG mode.
- setDebugMode(boolean) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies if the JavaMail is run in DEBUG mode.
- setDeleteProcessedMessages(boolean) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
This flag is used to indicate what happens to a processed mail polled
from a mail folder.
- setEndpoints(MailEndpointType[]) - Method in class org.apache.servicemix.mail.MailComponent
-
- setFolderName(String) - Method in class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- setHost(String) - Method in class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- setIgnoreMessageProperties(IgnoreList) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies a java.util.List which may contain message
properties to skip.
- setMarshaler(AbstractMailMarshaler) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
With this method you can specify a marshaler class which provides the
logic for converting a mail into a normalized message.
- setMarshaler(AbstractMailMarshaler) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
With this method you can specify a marshaler class which provides the
logic for converting a normalized message into a mail.
- setMaxFetchSize(int) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
This sets the maximum amount of mails to process within one polling cycle.
- setPassword(String) - Method in class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- setPort(int) - Method in class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- setProcessOnlyUnseenMessages(boolean) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
This flag is used to indicate whether all mails are polled from a
mail folder or only the unseen mails are processed.
If it is set to true only the unseen mails will be
processed.
If it is set to false all mails will be processed.
- setProtocol(String) - Method in class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- setReceiver(String) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies the receiver address(es) of the mail which is being sent.
- setSender(String) - Method in class org.apache.servicemix.mail.MailSenderEndpoint
-
Specifies the sender address of the mail which is being sent.
- setStorage(Store) - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
Specifies a org.apache.servicemix.store.Store object which
will be used for storing the identifications of already processed messages.
This store is only used with the POP3 protocol and if unseen mails are
processed only.
- setUsername(String) - Method in class org.apache.servicemix.mail.utils.MailConnectionConfiguration
-
- setValue(Object) - Method in class org.apache.servicemix.mail.utils.IgnoreListEditor
-
- SSL_FACTORY - Static variable in class org.apache.servicemix.mail.utils.MailUtils
-
- start() - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-
- stop() - Method in class org.apache.servicemix.mail.MailPollerEndpoint
-