Qore Pop3Client Module Reference 2.1
Loading...
Searching...
No Matches
Pop3Client Namespace Reference

the main namespace for the Pop3Client module More...

Classes

class  Pop3Client
 This class provides the interface to POP3 servers. More...
 
class  Pop3Connection
 class for POP3 connections; returns an object of class Pop3Client for receiving or polling for emails More...
 
class  Pop3PingPollOperation
 Poll operation for non-blocking POP3 ping operations. More...
 

Enumerations

enum  
 POP3 ping poll operation states.
 

Variables

const auto DefaultConnectTimeout = ...
 30 second connect timeout
 
const auto DefaultIoTimeout = ...
 15 second I/O timeout
 

Detailed Description

the main namespace for the Pop3Client module

To use this module, use "%requires Pop3Client" in your code.

See examples/pop3.q for an example program using this module

All the public symbols in the module are defined in this namespace