The POP3 client data provider class, provides API classes as children.
Definition Pop3ClientDataProviderBase.qc.dox.h:28
The POP3 message parent data provider.
Definition Pop3ClientMessageDataProvider.qc.dox.h:28
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*string getDesc()
Returns the data provider description.
constructor(Pop3Client pop3, string id)
Creates the object from an POP3 connection.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
string getName()
Returns the data provider name.
const ProviderInfo
Provider info.
Definition Pop3ClientMessageDataProvider.qc.dox.h:32
string id
Message ID.
Definition Pop3ClientMessageDataProvider.qc.dox.h:37
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
Qore Pop3ClientDataProvider class definition.
Definition Pop3ClientDataProvider.qc.dox.h:26