Interface MailEndpointBuilderFactory.MailBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
MailEndpointBuilderFactory

public static interface MailEndpointBuilderFactory.MailBuilders
  • 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:port Path 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

      default MailEndpointBuilderFactory.MailEndpointBuilder imap(String componentName, String path)
      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:port Path 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 name
      path - 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:port Path 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:port Path 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:port Path 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:port Path 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:port Path 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