#include <depot.h>
Definition at line 36 of file depot.h.
◆ Depot() [1/2]
◆ Depot() [2/2]
Depot |
( |
const std::string & |
name | ) |
|
◆ ~Depot()
◆ assign()
◆ begin()
◆ createMailbox()
bool createMailbox |
( |
const std::string & |
m | ) |
const |
|
virtual |
◆ deleteMailbox()
bool deleteMailbox |
( |
const std::string & |
m | ) |
const |
|
virtual |
◆ end()
◆ filenameToMailbox()
virtual std::string filenameToMailbox |
( |
const std::string & |
m | ) |
const |
|
pure virtual |
◆ get()
Mailbox * get |
( |
const std::string & |
path | ) |
const |
|
virtual |
◆ getDefault()
Mailbox * getDefault |
( |
void |
| ) |
const |
◆ getDelimiter()
const char getDelimiter |
( |
void |
| ) |
const |
◆ getLastError()
const string & getLastError |
( |
void |
| ) |
const |
◆ getName()
const string & getName |
( |
void |
| ) |
const |
◆ getOthersNamespace()
const string & getOthersNamespace |
( |
void |
| ) |
const |
|
virtual |
◆ getPersonalNamespace()
const string & getPersonalNamespace |
( |
void |
| ) |
const |
|
virtual |
◆ getSelected()
Mailbox * getSelected |
( |
void |
| ) |
const |
|
virtual |
◆ getSharedNamespace()
const string & getSharedNamespace |
( |
void |
| ) |
const |
|
virtual |
◆ getStatus()
bool getStatus |
( |
const std::string & |
s_in, |
|
|
Status & |
dest |
|
) |
| const |
◆ getSubscriptions()
vector< string > getSubscriptions |
( |
void |
| ) |
const |
|
virtual |
◆ loadSubscribes()
void loadSubscribes |
( |
void |
| ) |
|
|
virtual |
◆ mailboxToFilename()
virtual std::string mailboxToFilename |
( |
const std::string & |
m | ) |
const |
|
pure virtual |
◆ renameMailbox()
bool renameMailbox |
( |
const std::string & |
m, |
|
|
const std::string & |
n |
|
) |
| const |
|
virtual |
◆ resetSelected()
void resetSelected |
( |
void |
| ) |
|
◆ saveSubscribes()
bool saveSubscribes |
( |
void |
| ) |
const |
|
virtual |
◆ setDefaultType()
bool setDefaultType |
( |
const std::string & |
n | ) |
|
◆ setDelimiter()
void setDelimiter |
( |
char |
c | ) |
|
◆ setLastError()
void setLastError |
( |
const std::string & |
error | ) |
const |
◆ setSelected()
◆ subscribeTo()
void subscribeTo |
( |
const std::string |
mailbox | ) |
|
|
virtual |
◆ unsubscribeTo()
bool unsubscribeTo |
( |
const std::string |
mailbox | ) |
|
|
virtual |
◆ delimiter
◆ lastError
◆ mailboxstatuses
std::map<std::string, Status> mailboxstatuses |
|
mutableprotected |
◆ name
The documentation for this class was generated from the following files: