Package | Description |
---|---|
org.apache.camel.component.mail |
Defines the Email Component
|
Class and 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.
|
MailBinding
A Strategy used to convert between a Camel
Exchange and Message to and
from a Mail MimeMessage |
MailBoxPostProcessAction
Is used for doing post processing tasks on the mailbox once the normal processing ended.
|
MailComponent
Component for JavaMail.
|
MailConfiguration
Represents the configuration data for communicating over email
|
MailEndpoint
To send or receive emails using imap/pop3 or smtp protocols.
|
MailMessage
Represents a
Message for working with Mail |
MailUidGenerator
To generate an unique ID of the mail message.
|
SearchTermBuilder
A builder to build compound
SearchTerm s. |
SearchTermBuilder.Comparison |
SearchTermBuilder.Op |
SimpleSearchTerm
Allows to configure common
SearchTerm 's using a POJO style,
which can be done from XML DSLs. |
Apache Camel