Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
titlePOP3 Transport Handler
linenumberstrue
output = ACCESS({source='Source',
wrapper='GenericPull',
transport='POP3',
protocol='CSV',
dataHandler='Tuple',
options=[
 ['host','smtp.example.com'],
 ['folder','INBOX'],
 ['keep','false'],
 ['username','Alice'],
 ['password','***']],
}, result)