Imap private Module data. More...
#include "module_data.h"
Collaboration diagram for ImapModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| int | imap_max_cmdlen |
| Maximum length of IMAP commands before split. | |
Imap private Module data.
Definition at line 29 of file module_data.h.
| struct Notify* ImapModuleData::notify |
Notifications.
Definition at line 31 of file module_data.h.
| int ImapModuleData::imap_max_cmdlen |
Maximum length of IMAP commands before split.
Definition at line 32 of file module_data.h.