Searched refs:mailbox_get_last_error (Results 1 - 23 of 23) sorted by relevance

/dovecot/src/imap/
H A Dcmd-close.c22 errstr = mailbox_get_last_error(mailbox, &error);
H A Dcmd-delete.c43 errstr = mailbox_get_last_error(box, &error);
H A Dcmd-expunge.c22 errstr = mailbox_get_last_error(client->mailbox, &error);
H A Dimap-status.c92 errstr = mailbox_get_last_error(box, &result_r->error);
H A Dcmd-fetch.c232 errstr = mailbox_get_last_error(cmd->client->mailbox, &error);
H A Dimap-commands-util.c114 error_string = mailbox_get_last_error(box, &error);
H A Dcmd-getmetadata.c449 info->vname, mailbox_get_last_error(ctx->box, NULL)));
H A Dimap-notify.c77 (void)mailbox_get_last_error(box, &error);
H A Dimap-fetch.c485 mailbox_get_last_error(ctx->state.cur_mail->box, &ctx->error));
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-backend.c26 *error_r = mailbox_get_last_error(box, error_code_r);
45 *error_r = mailbox_get_last_error(box, error_code_r);
/dovecot/src/plugins/notify-status/
H A Dnotify-status-plugin.c143 mailbox_get_last_error(box, NULL));
147 mailbox_get_last_error(box, NULL));
152 mailbox_get_last_error(box, NULL));
/dovecot/src/lib-imap-storage/
H A Dimap-metadata.c274 error = mailbox_get_last_error(imtrans->box, error_code_r);
303 return mailbox_get_last_error(imtrans->box, error_code_r);
H A Dimap-msgpart-url.c227 *error_r = mailbox_get_last_error(mpurl->box, NULL);
263 *error_r = mailbox_get_last_error(mpurl->box, NULL);
/dovecot/src/lib-storage/
H A Dtest-mail-storage.c379 error = mailbox_get_last_error(box, NULL);
414 error = mailbox_get_last_error(box, NULL);
585 error = mailbox_get_last_error(box, NULL);
596 error = mailbox_get_last_error(box, NULL);
H A Dmail-storage.h487 mailbox_get_last_error(struct mailbox *box, enum mail_error *error_r)
H A Dmailbox-list.c1563 errstr = mailbox_get_last_error(box, &error);
H A Dmail-storage.c716 const char *mailbox_get_last_error(struct mailbox *box, function
/dovecot/src/plugins/virtual/
H A Dvirtual-save.c40 errstr = mailbox_get_last_error(mbox->save_bbox->box,
H A Dvirtual-storage.c66 str = mailbox_get_last_error(src, &error);
167 mailbox_get_last_error(bbox->box, &error));
599 errstr = mailbox_get_last_error(bboxes[i]->box, &error);
/dovecot/src/lib-storage/index/
H A Dindex-transaction.c93 mail_index_set_error_nolog(t->box->index, mailbox_get_last_error(t->box, NULL));
/dovecot/src/lmtp/
H A Dlmtp-local.c235 error = mailbox_get_last_error(box, &mail_error);
/dovecot/src/plugins/imap-acl/
H A Dimap-acl-plugin.c544 *error_r = mailbox_get_last_error(box, NULL);
/dovecot/src/pop3/
H A Dpop3-client.c718 errstr = mailbox_get_last_error(client->mailbox, &error);

Completed in 69 milliseconds