Searched refs:mail_get_received_date (Results 1 - 15 of 15) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-sort.c | 83 if (mail_get_received_date(mail, &node->date) < 0) 100 if (mail_get_received_date(mail, &node->date) < 0) 577 if (mail_get_received_date(mail, &time1) < 0) 581 if (mail_get_received_date(mail, &time2) < 0) 592 if (mail_get_received_date(mail, &time1) < 0) 600 if (mail_get_received_date(mail, &time2) < 0)
|
H A D | index-thread-finish.c | 165 (void)mail_get_received_date(ctx->tmp_mail, &child->sort_date);
|
H A D | index-search.c | 353 if (mail_get_received_date(ctx->cur_mail, &date) < 0) {
|
H A D | index-mail.c | 2293 (void)mail_get_received_date(mail, &date);
|
/dovecot/src/lib-storage/ |
H A D | mail-copy.c | 30 if (mail_get_received_date(mail, &received_date) < 0) {
|
H A D | mail-storage.h | 869 int mail_get_received_date(struct mail *mail, time_t *date_r);
|
H A D | mail.c | 141 int mail_get_received_date(struct mail *mail, time_t *date_r) function
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mail.c | 107 if (mail_get_received_date(mail, &dmail_r->received_date) < 0) {
|
H A D | dsync-mailbox-export.c | 308 if (mail_get_received_date(mail, &received_timestamp) < 0)
|
/dovecot/src/imap/ |
H A D | cmd-thread.c | 215 (void)mail_get_received_date(mail,
|
H A D | imap-fetch.c | 838 if (mail_get_received_date(mail, &date) < 0)
|
/dovecot/src/doveadm/ |
H A D | doveadm-mail-fetch.c | 342 if (mail_get_received_date(ctx->mail, &t) < 0) 378 if (mail_get_received_date(ctx->mail, &t) < 0)
|
/dovecot/src/plugins/trash/ |
H A D | trash-plugin.c | 98 if (mail_get_received_date(trash->mail, received_time_r) < 0)
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-mail.c | 310 if (mail_get_received_date(backend_mail, date_r) < 0) {
|
H A D | virtual-sync.c | 1445 } else if (mail_get_received_date(bbox->sync_mail,
|
Completed in 53 milliseconds