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) Expunge deleted messages (read messages are marked as DELETED, default is TRUE) Checking for new mail period, in ms (used to send emails)