Searched refs:mail_alloc (Results 1 - 24 of 24) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-autoexpunge.c97 mail = mail_alloc(t, 0, NULL);
H A Dmail.c17 struct mail *mail_alloc(struct mailbox_transaction_context *t, function
26 mail = t->box->v.mail_alloc(t, wanted_fields, wanted_headers);
H A Dmail-storage-private.h285 (*mail_alloc)(struct mailbox_transaction_context *t, member in struct:mailbox_vfuncs
547 /* initial wanted fields/headers, set by mail_alloc(): */
H A Dmail-storage.h832 struct mail *mail_alloc(struct mailbox_transaction_context *t,
H A Dmail-storage.c2310 ctx->dest_mail = mail_alloc(t, 0, NULL);
/dovecot/src/plugins/expire/
H A Dexpire-plugin.c87 mail = mail_alloc(t, 0, NULL);
191 mail = mail_alloc(t, 0, NULL);
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart-url.c178 mail = mail_alloc(t, MAIL_FETCH_MESSAGE_PARTS |
/dovecot/src/lib-storage/index/
H A Dindex-status.c286 mail = mail_alloc(t, 0, NULL);
H A Dindex-sort.c318 program->temp_mail = mail_alloc(t, 0, NULL);
H A Dindex-thread.c323 ctx->tmp_mail = mail_alloc(ctx->t, 0, headers_ctx);
H A Dindex-search.c1685 mail = mail_alloc(ctx->mail_ctx.transaction,
/dovecot/src/lda/
H A Dmain.c174 mail = mail_alloc(t, 0, headers_ctx);
/dovecot/src/lib-lda/
H A Dmail-deliver.c291 mail = mail_alloc(t, wanted_fields, NULL);
/dovecot/src/lmtp/
H A Dlmtp-local.c728 local->raw_mail = mail_alloc(mtrans, 0, headers_ctx);
/dovecot/src/plugins/virtual/
H A Dvirtual-mail.c164 mail_alloc(backend_trans, vmail->wanted_fields, backend_headers);
H A Dvirtual-sync.c117 bbox->sync_mail = mail_alloc(trans, 0, NULL);
/dovecot/src/imap/
H A Dimap-search.c473 mail = mail_alloc(ctx->trans, 0, NULL);
H A Dimap-fetch.c208 mail = mail_alloc(trans, 0, NULL);
H A Dimap-sync.c194 ctx->mail = mail_alloc(ctx->t, MAIL_FETCH_FLAGS, NULL);
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c213 importer->mail = mail_alloc(importer->trans, 0, NULL);
214 importer->ext_mail = mail_alloc(importer->ext_trans, 0, NULL);
2221 importer->virtual_mail = mail_alloc(importer->virtual_trans, 0, NULL);
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-status.c545 mail = mail_alloc(t, MAIL_FETCH_SAVE_DATE, NULL);
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c809 mail = mail_alloc(t, 0, NULL);
/dovecot/src/plugins/quota/
H A Dquota-storage.c490 mail_alloc(qbox->expunge_trans,
/dovecot/src/pop3/
H A Dpop3-commands.c449 ctx->mail = mail_alloc(client->trans,

Completed in 91 milliseconds