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 | |
MailBinding |
A Strategy used to convert between a Camel
Exchange and Message to and
from a Mail MimeMessage |
MailComponent |
Component for JavaMail.
|
MailComponentConfigurer |
Source code generated by org.apache.camel:apt
|
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.
|
MailConvertersLoader |
Source code generated by org.apache.camel:apt
|
MailEndpoint |
To send or receive emails using imap/pop3 or smtp protocols.
|
MailEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
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
SearchTerm s. |
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