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:
Name
<service-name>(@<domain>?)
Address
smtp://<host>(:<port>?)
Reference Parameters
Security / Credentials etc
From
To
Cc
Bcc
Subject
Body (the message payload being a multipart attachment)
For incoming messages:
Name
<service-name>(@<domain>?)
Address
pop3://<host>(:<port>?)
Reference Parameters
Security / Credentials etc
Polling frequency
Comments