Searched refs:get_body (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-mail.h | 27 int dbox_mail_get_stream(struct mail *_mail, bool get_body ATTR_UNUSED,
|
H A D | dbox-mail.c | 287 int dbox_mail_get_stream(struct mail *_mail, bool get_body ATTR_UNUSED,
|
/dovecot/src/lib-storage/index/pop3c/ |
H A D | pop3c-mail.c | 168 pop3c_mail_get_stream(struct mail *_mail, bool get_body, argument 181 get_body = TRUE; 194 if (get_body && mail->data.stream != NULL) { 209 if (get_body || (capa & POP3C_CAPABILITY_TOP) == 0) { 211 get_body = TRUE; 234 if (get_body)
|
/dovecot/src/lib-storage/index/cydir/ |
H A D | cydir-mail.c | 95 cydir_mail_get_stream(struct mail *_mail, bool get_body ATTR_UNUSED,
|
/dovecot/src/lib-storage/index/raw/ |
H A D | raw-mail.c | 81 raw_mail_get_stream(struct mail *_mail, bool get_body ATTR_UNUSED,
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-mail.c | 285 imapc_mail_get_stream(struct mail *_mail, bool get_body, argument 293 if (get_body && !mail->body_fetched && 319 fetch_field = get_body ||
|
/dovecot/src/lib-storage/ |
H A D | fail-mail.c | 169 fail_mail_get_stream(struct mail *mail ATTR_UNUSED, bool get_body ATTR_UNUSED,
|
H A D | mail-storage-private.h | 502 int (*get_stream)(struct mail *mail, bool get_body,
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-mail.c | 423 virtual_mail_get_stream(struct mail *mail, bool get_body, argument 438 if (get_body) {
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-mail.c | 373 static int mbox_mail_get_stream(struct mail *_mail, bool get_body ATTR_UNUSED,
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-mail.c | 590 maildir_mail_get_stream(struct mail *_mail, bool get_body ATTR_UNUSED,
|
Completed in 156 milliseconds