Searched defs:dest_mail (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-lda/
H A Dmail-deliver.h57 struct mail *dest_mail; member in struct:mail_deliver_context
H A Dmail-deliver.c312 struct mail *dest_mail; local
319 i_assert(ctx->dest_mail == NULL);
358 dest_mail = mailbox_save_get_dest_mail(save_ctx);
359 mail_add_temp_wanted_fields(dest_mail, lda_log_wanted_fetch_fields, NULL);
384 ctx->dest_mail = mail_deliver_open_mail(box, range->seq1,
386 if (ctx->dest_mail == NULL) {
388 } else if (mail_get_special(ctx->dest_mail, MAIL_FETCH_GUID, &guid) < 0) {
389 mail_free(&ctx->dest_mail);
400 if (ctx->dest_mail == NULL)
533 /* initialize most of the fields from dest_mail */
[all...]
/dovecot/src/plugins/notify/
H A Dnotify-storage.c104 notify_contexts_mail_save(ctx->dest_mail);
106 notify_contexts_mail_copy(mail, ctx->dest_mail);
116 struct mail *dest_mail = ctx->copying_via_save ? NULL : ctx->dest_mail; local
120 if (dest_mail != NULL &&
122 notify_contexts_mail_save(dest_mail);
/dovecot/src/lib-storage/
H A Dmail-storage-private.h677 struct mail *dest_mail; member in struct:mail_save_context

Completed in 30 milliseconds