The POP3 transport handler allows the receiving of processing results as an email via POP3.

Options

Example

PQL

output = ACCESS({source='Pop3Source',
wrapper='GenericPull',
transport='POP3',
protocol='None',
dataHandler='Tuple',
options=[
 ['host','pop3.example.com'],
 ['folder','INBOX'],
 ['keep','true'],
 ['markasread','false'],
 ['unreadonly','false'],
 ['readcontent', 'true'],
 ['username','Alice'],
 ['mimetypehandler', 'objectmap'],
 ['password','***']]
})