The POP3 client data provider class, provides API classes as children.
Definition Pop3ClientDataProviderBase.qc.dox.h:28
The POP3 message parent data provider.
Definition Pop3ClientMessageGetDataProvider.qc.dox.h:28
string id
Message ID.
Definition Pop3ClientMessageGetDataProvider.qc.dox.h:37
const ProviderInfo
Provider info.
Definition Pop3ClientMessageGetDataProvider.qc.dox.h:32
constructor(Pop3Client pop3, string id)
Creates the object from an POP3 connection.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string getName()
Returns the data provider name.
*string getDesc()
Returns the data provider description.
Qore Pop3ClientDataProvider class definition.
Definition Pop3ClientDataProvider.qc.dox.h:26