![]() |
Qore Pop3ClientDataProvider Module Reference 2.1
|
The Pop3ClientDataProvider module provides a data provider API for POP3 servers.
This data provider provides Pop3Client API access to:
The name of the Pop3Client data provider factory is pop3.
The data provider has the following structure:
pop3/ - Root data providerlist - List messages (supports request returning message info with UIDLs){id}/ - Individual message providerget - Retrieve full messageheaders - Retrieve headers only (uses TOP command)capabilities - Get server capabilities (CAPA command)uidl - Get unique message identifiersThese 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.
qdp pop3client/list
qdp pop3client/list/1/get
qdp pop3client/list/1/headers
qdp pop3client/capabilities
qdp pop3client/uidl
capabilities endpoint for CAPA command (RFC 2449)uidl endpoint for UIDL commandheaders endpoint for efficient header-only retrieval (TOP command)list endpoint to return message sizes and UIDLs via request