Scheme used to send (SMTP) ore receive (IMAP,POP3)
emails
SMTP/IMAP/POP3 server
Server port (standard ports are 25=SMTP, 110=POP3,
143=IMAP)
User name to connect to the server
Password to connect to the server
From address (if not specified, use the
ws-addressing FROM property in the JBI message)
ReplyTo address (if not specified, use the
ws-addressing REPLY_TO property in the JBI message)
To address (if not specified, use the ws-addressing
TO property in the JBI message)
Subject (if not specified, use the ws-addressing
ACTION property in the JBI message)
Folder (default folder is INBOX)
remove messages are marked as DELETED,(default is
TRUE)
Checking for new mail period, in ms (used to send
emails)
Send either the source, the attachments or both of
the payload. Default value is : content-and-attachments.
HELO host for SMTP
Assume mail content is XML (for Consumes mode)