| Interface | Description |
|---|---|
| AttachmentsContentTransferEncodingResolver |
Resolver to determine Content-Transfer-Encoding for file attachments.
|
| ContentTypeResolver |
Resolver to determine Content-Type for file attachments.
|
| JavaMailSender |
The JavaMailSender interface contains all the methods of a JavaMailSender
implementation currently used by the mail component.
|
| MailBoxPostProcessAction |
Is used for doing post processing tasks on the mailbox once the normal processing ended.
|
| MailUidGenerator |
To generate an unique ID of the mail message.
|
| Class | Description |
|---|---|
| DefaultAuthenticator |
Mail
Authenticator that supplies username and password |
| DefaultJavaMailSender |
Default
JavaMailSender which uses the JDK Mail API. |
| DefaultMailUidGenerator | |
| DummySSLSocketFactory |
DummySSLSocketFactory for testing with SSL - NOT SECURE.
|
| DummyTrustManager |
DummyTrustManager that accepts any given certificate - NOT SECURE.
|
| MailBinding |
A Strategy used to convert between a Camel
Exchange and Message to and
from a Mail MimeMessage |
| MailComponent |
Component for JavaMail.
|
| MailConfiguration |
Represents the configuration data for communicating over email
|
| MailConstants | |
| MailConsumer |
A
Consumer which consumes messages from JavaMail using a
Transport and dispatches them to the Processor |
| MailConverters |
JavaMail specific converters.
|
| MailEndpoint |
To send or receive emails using imap/pop3 or stmp protocols.
|
| MailHeaderFilterStrategy | |
| MailMessage |
Represents a
Message for working with Mail |
| MailProducer |
A Producer to send messages using JavaMail.
|
| MailSorter |
Utility class for sorting of mail messages
|
| MailUtils |
Mail utility class.
|
| NowSearchTerm |
A
SearchTerm that is based on
DateTerm that compares with current date (eg now). |
| SearchTermBuilder |
A builder to build compound
SearchTerms. |
| SimpleSearchTerm |
Allows to configure common
SearchTerm's using a POJO style,
which can be done from XML DSLs. |
| SplitAttachmentsExpression |
A
Expression which can be used to split a MailMessage
per attachment. |
| Enum | Description |
|---|---|
| SearchTermBuilder.Comparison | |
| SearchTermBuilder.Op |
Apache Camel