Searched refs:MAILBOX_FLAG_POST_SESSION (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-mailbox.c66 save_right = (box->flags & MAILBOX_FLAG_POST_SESSION) != 0 ?
394 save_right = (box->flags & MAILBOX_FLAG_POST_SESSION) != 0 ?
417 save_right = (destbox->flags & MAILBOX_FLAG_POST_SESSION) != 0 ?
504 open_right = (box->flags & MAILBOX_FLAG_POST_SESSION) != 0 ?
/dovecot/src/plugins/quota/
H A Dquota-status.c68 box = mailbox_alloc(ns->list, "INBOX", MAILBOX_FLAG_POST_SESSION);
H A Dquota.c925 use_grace = (ctx->box->flags & MAILBOX_FLAG_POST_SESSION) != 0;
/dovecot/src/lib-lda/
H A Dmail-deliver.c630 if ((box->flags & MAILBOX_FLAG_POST_SESSION) != 0)
665 if ((box->flags & MAILBOX_FLAG_POST_SESSION) != 0)
/dovecot/src/plugins/push-notification/
H A Dpush-notification-plugin.c168 if ((mail->box->flags & MAILBOX_FLAG_POST_SESSION) != 0) {
/dovecot/src/lib-storage/
H A Dmail-storage.h52 MAILBOX_FLAG_POST_SESSION = 0x80, enumerator in enum:mailbox_flags
H A Dmail-storage.c913 MAILBOX_FLAG_POST_SESSION;

Completed in 43 milliseconds