You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

NOT WORKING

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

Options

  • host: The host URL of the email server.
  • port: The port of the email server.
  • username:
  • password:
  • folder:
  • keep:
  • pattern:
  • readcontent:
  • mimetypehandler:
  • markasread:
  • unreadonly:

Example

PQL

IMAP Transport Handler
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)

  • No labels