Interface MailEndpointBuilderFactory.MailBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- MailEndpointBuilderFactory
public static interface MailEndpointBuilderFactory.MailBuilders
-
Method Summary
Modifier and TypeMethodDescriptionimap()IMAP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.IMAP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.IMAP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.IMAPS (Secure) (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.POP3 (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.POP3S (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.SMTP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.SMTPS (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.
-
Method Details
-
imap
IMAP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail- Returns:
- the dsl builder for the headers' name.
-
imap
IMAP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:imap:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
path- host:port- Returns:
- the dsl builder
-
imap
IMAP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:imap:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- host:port- Returns:
- the dsl builder
-
imaps
IMAPS (Secure) (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:imaps:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
path- host:port- Returns:
- the dsl builder
-
pop3
POP3 (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:pop3:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
path- host:port- Returns:
- the dsl builder
-
pop3s
POP3S (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:pop3s:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
path- host:port- Returns:
- the dsl builder
-
smtp
SMTP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:smtp:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
path- host:port- Returns:
- the dsl builder
-
smtps
SMTPS (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail Syntax:smtps:host:portPath parameter: host (required) The mail server host name Path parameter: port The port number of the mail server- Parameters:
path- host:port- Returns:
- the dsl builder
-