NOT WORKING

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

Options

Example

PQL

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