Home
last modified time | relevance | path

Searched refs:mailbox_alloc_for_user (Results 1 – 9 of 9) sorted by relevance

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/special-use/
H A Dtst-specialuse-exists.c262 box = mailbox_alloc_for_user(user, mailbox, MAILBOX_FLAG_POST_SESSION); in tst_specialuse_find_mailbox()
315 box = mailbox_alloc_for_user(user, special_use, in tst_specialuse_find_specialuse()
H A Dtag-specialuse.c278 box = mailbox_alloc_for_user(eenv->scriptenv->user, in seff_specialuse_pre_execute()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/mailbox/
H A Dtst-mailboxexists.c173 box = mailbox_alloc_for_user(eenv->scriptenv->user, in tst_mailboxexists_test_mailbox()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.h529 mailbox_alloc_for_user(struct mail_user *user, const char *mname,
H A Dmail-storage.c1040 mailbox_alloc_for_user(struct mail_user *user, const char *mname, in mailbox_alloc_for_user() function
/dports/mail/dovecot/dovecot-2.3.17/src/lib-lda/
H A Dmail-deliver.c248 *box_r = box = mailbox_alloc_for_user(ctx->user, name, flags); in mail_deliver_save_open()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-actions.c404 *box_r = box = mailbox_alloc_for_user(eenv->scriptenv->user, mailbox, in act_store_mailbox_alloc()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/
H A DChangeLog3275 lib-sieve: plugins: mailbox: Use the new mailbox_alloc_for_user() for the
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog28875 mailbox_alloc_for_user().
28885 lib-storage: mail-storage - Add mailbox_alloc_for_user().