Qore Pop3ClientDataProvider Module Reference 2.0
Loading...
Searching...
No Matches

Introduction to the Pop3ClientDataProvider Module

The Pop3ClientDataProvider module provides a data provider API for POP3 servers.

This data provider provides Pop3Client API access to:

  • xxx

Pop3Client Data Provider Factory

The name of the Pop3Client data provider factory is pop3.

Pop3Client Data Provider Examples

These examples are with qdp, the command-line interface to the Data Provider API, and additionally assume that there is an available connection called pop3client, which has been fully authorized with OAuth2 to access Pop3Client on behalf of the user.

Event Example: Wait for New Emails
qdp pop3client/wait listen
API Example: List Available Messages
qdp pop3client/list
API Example: Retrieve a Specific Message
qdp pop3client/list/xxx/get dor
API Example: Retrieve a Specific Message Without Marking It For Deletion
qdp pop3client/list/xxx/peek dor

Release Notes

Pop3ClientDataProvider v1.0

  • initial release of the module