Version 2

    EmailEndpoint

     

    This pages contains some architectural notes for the design of JBossESB.

     

    WARNING: this page is under construction!!

     

    Introduction

    The EmailEndpoint is a gateway to or from a mail system.

     

    EPR Definition

    The EPR definition defines a schema which is used by the EndpointDeployer

    when validating and deploying EPR implementations. The following schema

    attributes are required:

     

    For outgoing messages:

    1. Name

      1. <service-name>(@<domain>?)

    2. Address

      1. smtp://<host>(:<port>?)

    3. Reference Parameters

      1. Security / Credentials etc

      2. From

      3. To

      4. Cc

      5. Bcc

      6. Subject

      7. Body (the message payload being a multipart attachment)

     

    For incoming messages:

    1. Name

      1. <service-name>(@<domain>?)

    2. Address

      1. pop3://<host>(:<port>?)

    3. Reference Parameters

      1. Security / Credentials etc

      2. Polling frequency