
| 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/mbox-file.h |
#ifndef MBOX_FILE_H #define MBOX_FILE_H int mbox_file_open(struct mbox_mailbox *mbox); void mbox_file_close(struct mbox_mailbox *mbox); int mbox_file_open_stream(struct mbox_mailbox *mbox); void mbox_file_close_stream(struct mbox_mailbox *mbox); int mbox_file_lookup_offset(struct mbox_mailbox *mbox, struct mail_index_view *view, uint32_t seq, uoff_t *offset_r); int mbox_file_seek(struct mbox_mailbox *mbox, struct mail_index_view *view, uint32_t seq, bool *deleted_r); #endif