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

Options

Example

PQL

output = ACCESS({source='Source',
wrapper='GenericPull',
transport='IMAP',
protocol='CSV',
dataHandler='Tuple',
options=[
 ['host','smtp.example.com'],
 ['folder','INBOX'],
 ['keep','false']
 ['username','Alice'],
 ['password','***']],
}, result)