#include <mailbox.h>
Collaboration diagram for XePMailbox_s:
Public Attributes | |
char * | id |
Unique identifier. | |
char * | name |
Mailbox name, chosen by the user. | |
long | uid |
XePMailboxType | type |
Type (IMAP, MH, MBOX, NNTP, POP3). | |
XePServer * | server |
char * | inbox_ref |
char * | draft_ref |
char * | queue_ref |
char * | sent_ref |
char * | command |
External command to start connection. | |
char * | cache |
Cache directory. | |
char * | flags |
Flags directory. | |
int | use_multiple_connections |
Wether to use a separate connection for each folder. | |
int | max_connections |
If mutlitple connections allowed, limit their number to max_connections. | |
int | subscribed_only |
XePFolder * | folder |
The folder representing the mailbox it also holds the root path, if needed. | |
clist * | folders |
mail_list * | ep_mail_list |
mail_list * | ep_mail_lsub |
|
Cache directory.
|
|
External command to start connection.
|
|
|
|
|
|
|
|
Flags directory.
|
|
The folder representing the mailbox it also holds the root path, if needed.
|
|
|
|
Unique identifier. FIXME: an integer? |
|
|
|
If mutlitple connections allowed, limit their number to max_connections.
|
|
Mailbox name, chosen by the user.
|
|
|
|
|
|
|
|
|
|
Type (IMAP, MH, MBOX, NNTP, POP3).
|
|
|
|
Wether to use a separate connection for each folder.
|