Home
last modified time | relevance | path

Searched refs:mailbox_copy (Results 1 – 10 of 10) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-mail-copymove.c51 ret2 = mailbox_copy(&save_ctx, mail); in cmd_copy_box()
H A Ddoveadm-mail-import.c113 if (mailbox_copy(&save_ctx, src_mail) < 0) { in cmd_import_box_contents()
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dcmd-copy.c161 if (mailbox_copy(&save_ctx, mail) < 0) in fetch_and_copy()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/sieve-tools/
H A Dsieve-filter.c198 if (mailbox_copy(&save_ctx, mail) < 0) { in filter_message()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.h848 int mailbox_copy(struct mail_save_context **ctx, struct mail *mail);
H A Dmail-storage.c2817 int mailbox_copy(struct mail_save_context **_ctx, struct mail *mail) in mailbox_copy() function
/dports/mail/dovecot/dovecot-2.3.17/
H A DTODO2 by hooking into mailbox_copy().
5 src_mail the previously copied mail, 4) use that for mailbox_copy()ing
H A DChangeLog942 lib-storage: Add data stack frame for mailbox_copy and mailbox_move
75605 lazy-expunge: Use mailbox_move() instead of mailbox_copy()
78751 lib-storage: Fix assert-crash on mailbox_copy/move() failure
123374 inside mailbox_copy() where after initial copy it would store the
136146 lib-storage: mailbox_copy() didn't always copy all the cached fields to
139351 This is useful only for backends where mailbox_copy() increases the
140549 mdbox: mailbox_copy() didn't properly free the save context.
140556 mdbox: mailbox_copy() didn't properly free the save context.
143309 dsync: When syncing locally, mailbox_copy() the mail to attempt a fast copy.
161787 lib-lda: Use mailbox_save_using_mail() instead of mailbox_copy() for saving
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-mailbox-import.c2375 if (mailbox_copy(save_ctx_p, importer->mail) < 0) { in dsync_msg_try_copy()
2448 if (mailbox_copy(&save_ctx, mail->input_mail) == 0) in dsync_mailbox_save_body()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/
H A DChangeLog5599 mailbox_copy() instead of the mail argument. The latter can point to the
12560 lib-sieve: Use mailbox_save_using_mail() instead of mailbox_copy() for