Searched defs:mail_storage (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-storage-private.h52 struct mail_storage *(*alloc)(void);
53 int (*create)(struct mail_storage *storage, struct mail_namespace *ns,
55 void (*destroy)(struct mail_storage *storage);
56 void (*add_list)(struct mail_storage *storage,
64 struct mailbox *(*mailbox_alloc)(struct mail_storage *storage,
68 int (*purge)(struct mail_storage *storage);
73 int (*list_index_rebuild)(struct mail_storage *storage,
131 struct mail_storage { struct
144 struct mail_storage *prev, *next;
164 const struct mail_storage *storage_clas
[all...]

Completed in 14 milliseconds