Home
last modified time | relevance | path

Searched refs:mail_storage_set_error (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dfail-mailbox.c34 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in fail_mailbox_open()
53 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in fail_mailbox_create()
62 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in fail_mailbox_update()
69 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in fail_mailbox_delete()
77 mail_storage_set_error(src->storage, MAIL_ERROR_NOTPOSSIBLE, in fail_mailbox_rename()
88 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in fail_mailbox_get_status()
98 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in fail_mailbox_get_metadata()
106 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in fail_mailbox_set_subscribed()
133 mail_storage_set_error(ctx->box->storage, MAIL_ERROR_NOTFOUND, in fail_mailbox_sync_deinit()
H A Dmail-storage.c549 void mail_storage_set_error(struct mail_storage *storage, in mail_storage_set_error() function
660 mail_storage_set_error(dest, error, str); in mail_storage_copy_error()
670 mail_storage_set_error(storage, error, str); in mail_storage_copy_list_error()
811 mail_storage_set_error(storage, error, error_string); in mail_storage_set_error_from_errno()
884 mail_storage_set_error(storage, open_error, errstr); in mailbox_alloc()
1250 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, in mailbox_verify_name_int()
1278 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, in mailbox_verify_name_int()
1285 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, in mailbox_verify_name_int()
1366 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, in mailbox_verify_create_name()
1371 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, in mailbox_verify_create_name()
[all …]
H A Dtest-mail-storage.c39 mail_storage_set_error(&storage, MAIL_ERROR_PERM, "error1"); in test_mail_storage_errors()
49 mail_storage_set_error(&storage, MAIL_ERROR_PARAMS, in test_mail_storage_errors()
145 mail_storage_set_error(&storage, MAIL_ERROR_PARAMS, in test_mail_storage_errors()
170 mail_storage_set_error(&storage, MAIL_ERROR_PERM, "regular error 1"); in test_mail_storage_last_error_push_pop()
180 mail_storage_set_error(&storage, MAIL_ERROR_PARAMS, "regular error 2"); in test_mail_storage_last_error_push_pop()
H A Dmail-copy.c19 mail_storage_set_error(ctx->transaction->box->storage, error, in mail_copy_set_failed()
H A Dmailbox-keywords.c51 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, error); in mailbox_keywords_create()
H A Dmailbox-attribute.c290 mail_storage_set_error(t->box->storage, MAIL_ERROR_NOTPOSSIBLE, t_strdup_printf( in mailbox_attribute_set_common()
340 mail_storage_set_error(storage, MAIL_ERROR_PARAMS, in mailbox_attribute_value_to_string()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-attributes.c33 mail_storage_set_error(t->box->storage, MAIL_ERROR_PERM, in acl_attribute_update_acl()
49 mail_storage_set_error(t->box->storage, MAIL_ERROR_PARAMS, error); in acl_attribute_update_acl()
68 mail_storage_set_error(box->storage, MAIL_ERROR_PERM, in acl_attribute_get_acl()
80 mail_storage_set_error(box->storage, MAIL_ERROR_PARAMS, in acl_attribute_get_acl()
118 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in acl_have_attribute_rights()
H A Dacl-mailbox.c58 mail_storage_set_error(box->storage, MAIL_ERROR_PERM, in acl_mailbox_right_lookup()
146 mail_storage_set_error(box->storage, MAIL_ERROR_PERM, in acl_mailbox_create()
186 mail_storage_set_error(box->storage, MAIL_ERROR_PERM, in acl_mailbox_fail_not_found()
190 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in acl_mailbox_fail_not_found()
236 mail_storage_set_error(src->storage, MAIL_ERROR_PERM, in acl_mailbox_rename()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/pop3c/
H A Dpop3c-storage.c151 mail_storage_set_error(mbox->box.storage, in pop3c_login_callback()
155 mail_storage_set_error(mbox->box.storage, in pop3c_login_callback()
171 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in pop3c_mailbox_open()
202 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in pop3c_mailbox_create()
214 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in pop3c_mailbox_update()
270 mail_storage_set_error(ctx->transaction->box->storage, in pop3c_save_begin()
H A Dpop3c-sync.c34 mail_storage_set_error(mbox->box.storage, in pop3c_sync_get_uidls()
340 mail_storage_set_error(mbox->box.storage, in pop3c_sync()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mailbox-alias/
H A Dmailbox-alias-plugin.c146 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in mailbox_alias_create_symlink()
157 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in mailbox_alias_create_symlink()
223 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in mailbox_alias_delete()
253 mail_storage_set_error(src->storage, MAIL_ERROR_NOTPOSSIBLE, in mailbox_alias_rename()
260 mail_storage_set_error(src->storage, MAIL_ERROR_NOTPOSSIBLE, in mailbox_alias_rename()
268 mail_storage_set_error(src->storage, MAIL_ERROR_NOTPOSSIBLE, in mailbox_alias_rename()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-attribute.c53 mail_storage_set_error(err_storage, MAIL_ERROR_NOTPOSSIBLE, in index_storage_get_user_dict()
60 mail_storage_set_error(err_storage, MAIL_ERROR_NOTPOSSIBLE, in index_storage_get_user_dict()
94 mail_storage_set_error(storage, MAIL_ERROR_NOTPOSSIBLE, in index_storage_get_dict()
124 mail_storage_set_error(storage, MAIL_ERROR_NOTPOSSIBLE, in index_storage_get_dict()
H A Dindex-storage.c649 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in index_storage_mailbox_create()
695 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in index_storage_mailbox_create()
840 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in index_storage_mailbox_delete_pre()
844 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in index_storage_mailbox_delete_pre()
1097 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in index_storage_set_subscribed()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-storage.c189 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in mkdir_verify()
192 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in mkdir_verify()
197 mail_storage_set_error(box->storage, MAIL_ERROR_PERM, in mkdir_verify()
372 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in maildir_mailbox_open()
390 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in maildir_mailbox_open()
495 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in maildir_create_maildirfolder_file()
H A Dmaildir-copy.c37 mail_storage_set_error(&mbox->storage->storage, in do_hardlink()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/raw/
H A Draw-storage.c164 mail_storage_set_error(box->storage, in raw_mailbox_open()
183 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in raw_mailbox_create()
192 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in raw_mailbox_update()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-storage.c84 mail_storage_set_error(&mbox->storage->storage, in mbox_set_syscall_error_str()
520 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in mbox_mailbox_open()
524 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in mbox_mailbox_open()
581 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in create_inbox()
610 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in mbox_mailbox_create()
664 mail_storage_set_error(mbox->box.storage, in mbox_mailbox_get_guid()
676 mail_storage_set_error(mbox->box.storage, MAIL_ERROR_PERM, in mbox_mailbox_get_guid()
H A Dmbox-file.c180 mail_storage_set_error(&mbox->storage->storage, in mbox_file_seek()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mail-crypt/
H A Dmail-crypt-plugin.c244 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in mail_crypt_mail_save_finish()
290 mail_storage_set_error(box->storage, in mail_crypt_mail_save_begin()
299 mail_storage_set_error(box->storage, in mail_crypt_mail_save_begin()
310 mail_storage_set_error(box->storage, in mail_crypt_mail_save_begin()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/virtual/
H A Dvirtual-save.c87 mail_storage_set_error(_ctx->transaction->box->storage, in virtual_save_begin()
90 mail_storage_set_error(_ctx->transaction->box->storage, in virtual_save_begin()
H A Dvirtual-storage.c69 mail_storage_set_error(dest->storage, error, str); in virtual_box_copy_error()
168 mail_storage_set_error(mbox->box.storage, error, str); in virtual_backend_box_open_failed()
565 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in virtual_mailbox_create()
574 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in virtual_mailbox_update()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/plugins/doveadm-sieve/
H A Ddoveadm-sieve-sync.c269 mail_storage_set_error(storage, MAIL_ERROR_PARAMS, in sieve_attribute_set_default()
287 mail_storage_set_error(storage, MAIL_ERROR_NOTFOUND, in sieve_attribute_set_sieve()
296 mail_storage_set_error(storage, MAIL_ERROR_NOTFOUND, in sieve_attribute_set_sieve()
522 mail_storage_set_error(storage, MAIL_ERROR_PARAMS, in sieve_attribute_get_sieve()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c251 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in dbox_mailbox_check_existence()
329 mail_storage_set_error(box->storage, MAIL_ERROR_EXISTS, in dbox_mailbox_create()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/imapc/
H A Dimapc-storage.c122 mail_storage_set_error(&storage->storage, error, in imapc_copy_error_from_reply()
125 mail_storage_set_error(&storage->storage, default_error, in imapc_copy_error_from_reply()
273 mail_storage_set_error(&client->_storage->storage, in imapc_storage_client_handle_auth_failure()
825 mail_storage_set_error(box->storage, MAIL_ERROR_NOTFOUND, in imapc_mailbox_open()
899 mail_storage_set_error(box->storage, MAIL_ERROR_NOTPOSSIBLE, in imapc_mailbox_update()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c442 mail_storage_set_error(ctx->box->storage, lt->delayed_error, in lazy_expunge_transaction_commit()
500 mail_storage_set_error(src->storage, MAIL_ERROR_NOTPOSSIBLE, in lazy_expunge_mailbox_rename()

123