
| Current Path : /include/dovecot/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //include/dovecot/pop3c-sync.h |
#ifndef POP3C_SYNC_H #define POP3C_SYNC_H struct mailbox; struct pop3c_mailbox; struct mailbox_sync_context * pop3c_storage_sync_init(struct mailbox *box, enum mailbox_sync_flags flags); int pop3c_sync(struct pop3c_mailbox *mbox); int pop3c_sync_get_sizes(struct pop3c_mailbox *mbox); int pop3c_sync_get_uidls(struct pop3c_mailbox *mbox); #endif