Interface MailEndpointBuilderFactory.MailBuilders

    • Method Detail

      • imap

        default MailEndpointBuilderFactory.MailEndpointBuilder imap​(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:
        path - host:port
      • 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
      • imaps

        default MailEndpointBuilderFactory.MailEndpointBuilder imaps​(String path)
        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
      • pop3

        default MailEndpointBuilderFactory.MailEndpointBuilder pop3​(String path)
        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
      • pop3s

        default MailEndpointBuilderFactory.MailEndpointBuilder pop3s​(String path)
        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
      • smtp

        default MailEndpointBuilderFactory.MailEndpointBuilder smtp​(String path)
        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
      • smtps

        default MailEndpointBuilderFactory.MailEndpointBuilder smtps​(String path)
        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