Package org.apache.camel.component.mail

Defines the Email Component

See:
          Description

Interface Summary
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.
 

Class Summary
DefaultAuthenticator Mail Authenticator that supplies username and password
DefaultJavaMailSender Default JavaMailSender which uses the JDK Mail API.
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 Endpoint for Camel Mail.
MailMessage Represents a Message for working with Mail
MailProducer A Producer to send messages using JavaMail.
MailUtils Mail utility class.
SplitAttachmentsExpression A Expression which can be used to split a MailMessage per attachment.
 

Package org.apache.camel.component.mail Description

Defines the Email Component



Apache CAMEL