Searched refs:mail_get_hdr_stream (Results 1 - 8 of 8) sorted by relevance
/dovecot/src/lib-lda/ |
H A D | mail-send.c | 186 if (mail_get_hdr_stream(mail, NULL, &input) == 0) {
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-mail.c | 477 if (mail_get_hdr_stream(&imail->mail.mail, NULL, &input) < 0)
|
/dovecot/src/lib-storage/ |
H A D | mail-storage.h | 922 int mail_get_hdr_stream(struct mail *mail, struct message_size *hdr_size, 924 /* Same as mail_get_hdr_stream(), but specify a reason why the header is being
|
H A D | mail.c | 281 int mail_get_hdr_stream(struct mail *mail, struct message_size *hdr_size, function
|
/dovecot/src/doveadm/ |
H A D | doveadm-mail-fetch.c | 126 if (mail_get_hdr_stream(ctx->mail, &hdr_size, &input) < 0)
|
/dovecot/src/lib-imap-storage/ |
H A D | imap-msgpart.c | 608 if (mail_get_hdr_stream(mail, &hdr_size, &input) < 0)
|
/dovecot/src/plugins/pop3-migration/ |
H A D | pop3-migration-plugin.c | 269 if (mail_get_hdr_stream(mail, NULL, &input) < 0) {
|
/dovecot/src/lib-storage/index/ |
H A D | index-mail.c | 1907 (void)mail_get_hdr_stream(_mail, NULL, &input);
|
Completed in 72 milliseconds