40 Qore::Thread::Mutex
lck();
The POP3 client data provider class, provides API classes as children.
Definition Pop3ClientDataProviderBase.qc.dox.h:28
The POP3 message list parent data provider.
Definition Pop3ClientListDataProvider.qc.dox.h:28
constructor(*hash< auto > options)
Creates the object from constructor options.
string getName()
Returns the data provider name.
constructor(Pop3Client pop3)
Creates the object from an POP3 connection.
*string getDesc()
Returns the data provider description.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
const ProviderInfo
Provider info.
Definition Pop3ClientListDataProvider.qc.dox.h:32
*hash< string, bool > msgs
Message set.
Definition Pop3ClientListDataProvider.qc.dox.h:37
*hash< string, bool > getAllMessages()
Returns the set of all messages.
Qore::Thread::Mutex lck()
Metadata mutex.
Qore Pop3ClientDataProvider class definition.
Definition Pop3ClientDataProvider.qc.dox.h:26