Package | Description |
---|---|
org.apache.camel.component.mail |
Defines the Email Component
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthenticator
Mail
Authenticator that supplies username and password |
Modifier and Type | Method and Description |
---|---|
MailAuthenticator |
JavaMailSender.getAuthenticator() |
MailAuthenticator |
MailConfiguration.getAuthenticator() |
MailAuthenticator |
DefaultJavaMailSender.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
JavaMailSender.setAuthenticator(MailAuthenticator authenticator) |
void |
MailConfiguration.setAuthenticator(MailAuthenticator authenticator)
The authenticator for login.
|
void |
DefaultJavaMailSender.setAuthenticator(MailAuthenticator authenticator) |
Apache Camel