log src/lib-storage/index/imapc/imapc-storage.c @ 21603:6d50f63cfa67

age author description
Fri, 17 Feb 2017 18:56:23 +0200 Timo Sirainen lib-storage: Add MAIL_ERROR_LIMIT
Tue, 14 Feb 2017 08:58:10 -0500 Josef 'Jeff' Sipek lib-imap-client: centralize authentication failed error logging
Wed, 14 Dec 2016 18:13:25 +0200 Timo Sirainen imapc: Allow using LAYOUT=none without crashing.
Fri, 20 Jan 2017 18:19:05 +0200 Timo Sirainen imapc: Fix assert-crash on some connect failures
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Thu, 15 Dec 2016 17:43:11 +0200 Timo Sirainen imapc: Log server disconnection error only once.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Thu, 24 Nov 2016 15:50:01 +0200 Timo Sirainen lib-storage: Add mail_storage.list_index_corrupted()
Fri, 18 Nov 2016 14:10:02 +0200 Timo Sirainen imapc: %zu isn't standard, use PRIuSIZE_T instead.
Mon, 14 Nov 2016 22:43:07 +0100 Timo Sirainen lib-storage: Add mail_namespace_get_driver_settings() and use it.
Mon, 17 Oct 2016 09:18:27 -0400 Josef 'Jeff' Sipek imapc: use serialized settings as unique_root_dir
Thu, 17 Nov 2016 02:48:20 +0200 Timo Sirainen imapc: Fix assert-crash when deleting mailbox triggers mailbox_get_open_status().
Thu, 06 Oct 2016 13:09:46 +0300 Timo Sirainen imapc: Added imapc_max_line_length to limit maximum memory usage.
Fri, 22 Apr 2016 00:21:12 +0300 Timo Sirainen imapc: Added support for imapc_features=modseq
Wed, 06 Apr 2016 14:45:01 +0300 Timo Sirainen imapc: Mark most of the commands retriable.
Wed, 06 Apr 2016 14:41:16 +0300 Timo Sirainen imapc: Fixed mailbox_exists() error handling.
Tue, 05 Apr 2016 19:59:18 +0300 Timo Sirainen imapc: If we get disconnected during SELECT/EXAMINE, retry it once.
Mon, 01 Feb 2016 23:32:15 +0200 Timo Sirainen imapc: Compare INBOX in STATUS case-insensitively.
Sun, 24 Jan 2016 17:41:01 +0200 Timo Sirainen imapc: Added imapc_cmd_timeout setting to control the command wait timeouts.
Sat, 16 Jan 2016 21:31:55 +0200 Timo Sirainen imapc: Added support for PROXYAUTH command by setting imapc_features = proxyauth
Fri, 15 Jan 2016 15:40:56 +0200 Timo Sirainen imapc: Added imapc_features = no-examine
Fri, 15 Jan 2016 15:04:21 +0200 Timo Sirainen imapc: Fixed mailbox name escaping for STATUS
Thu, 14 Jan 2016 18:52:01 +0200 Timo Sirainen imapc: Fixed mailbox name escaping for CREATE, DELETE, RENAME, SUBSCRIBE, UNSUBSCRIBE
Thu, 14 Jan 2016 18:50:23 +0200 Timo Sirainen imapc: Fixed escaping/unescaping mailbox names.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 26 Aug 2015 17:00:55 +0200 Timo Sirainen imapc: Fixed handling escape-char
Tue, 23 Jun 2015 11:12:38 +0200 Timo Sirainen imapc: If login is aborted at deinit, don't log an error.
Tue, 23 Jun 2015 11:02:20 +0200 Timo Sirainen imapc: Don't automatically login to IMAP server for list=no namespaces.
Tue, 02 Jun 2015 22:47:21 +0300 Timo Sirainen imapc: If auth fails due to connection failure, don't treat it the same as failed login.
Thu, 23 Apr 2015 13:37:22 +0300 Timo Sirainen imapc: After auth failed, return failure immediately when opening a mailbox.
Thu, 19 Mar 2015 01:21:20 +0200 Timo Sirainen imapc: Don't crash in mailbox_is_inconsistent() with unopened mailbox.
Thu, 19 Mar 2015 00:38:01 +0200 Timo Sirainen imapc: If authentication fails, preserve the error message as storage/list error.
Wed, 11 Mar 2015 20:02:20 +0200 Timo Sirainen imapc: Added throttling settings to imapc_features=throttle:a:b:c
Tue, 17 Feb 2015 16:02:49 +0200 Timo Sirainen imapc: Fixed STATUS_FIRST_RECENT_UID to return the (mostly) correct UID.
Tue, 03 Feb 2015 18:33:12 +0200 Timo Sirainen imapc: Added imapc_features=search support for sending SEARCH commands.
Thu, 08 Jan 2015 22:52:11 +0200 Timo Sirainen imapc: Added imapc_sasl_mechanisms setting
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 25 Sep 2014 00:41:15 +0300 Timo Sirainen imapc: Fixed potential crash when trying to send NOOP before mailbox was fully opened.
Fri, 15 Aug 2014 14:41:03 +0300 Timo Sirainen Handle "out of disk space" and "out of user quota" as separate cases.
Thu, 20 Mar 2014 17:00:31 +0200 Timo Sirainen imapc: Avoid hanging when running into server problems.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 17 Nov 2013 16:59:33 +0200 Timo Sirainen imapc: Merge identical FETCH commands together (only updating UID range)
Tue, 29 Oct 2013 19:42:14 +0200 Timo Sirainen imapc: Added a Courier-workaround for not returning UIDNEXT on SELECT.
Thu, 19 Sep 2013 22:20:56 +0300 Timo Sirainen imapc: Abort pending commands before any deinitialization to avoid crashes.
Wed, 10 Jul 2013 06:54:57 +0300 Timo Sirainen imapc: Reorganize code so that imapc_list works without imapc_storage.
Wed, 10 Jul 2013 05:57:36 +0300 Timo Sirainen imapc: Minor code cleanup.
Sun, 09 Jun 2013 00:42:36 +0300 Timo Sirainen imapc: imapc_storage no longer requires imapc_mailbox_list.
Thu, 06 Jun 2013 10:52:14 +0300 Timo Sirainen imapc: If imapc isn't the inbox=yes namespace, do the login and initial LIST in background.
Sat, 01 Jun 2013 03:20:15 +0300 Timo Sirainen imapc: Fixed mailbox deletion.
Fri, 31 May 2013 17:36:19 +0300 Timo Sirainen imapc: Empty imapc_user expands to namespace's owner, or with public namespaces to user itself.
Wed, 10 Apr 2013 22:11:33 +0300 Timo Sirainen imapc: If APPEND to selected mailbox doesn't send EXISTS, try if NOOP sends it.
Sun, 07 Apr 2013 20:28:31 +0300 Timo Sirainen Added ssl_client_ca_file to specify the CA certs as a file instead of as a dir.
Thu, 04 Apr 2013 23:03:06 +0300 Timo Sirainen imapc: Give an early error message if imapc_list_prefix ends with separator.
Tue, 19 Mar 2013 11:42:51 +0200 Timo Sirainen Moved ssl_client_ca_dir and ssl_crypto_device to mail_storage_settings.
Mon, 25 Feb 2013 15:52:00 +0200 Timo Sirainen lib-storage: Replaced pop3c_ssl_ca_dir and imapc_ssl_ca_dir with generic ssl_client_ca_dir.
Sun, 24 Feb 2013 09:16:31 +0200 Timo Sirainen Replaced all -1U and (unsigned int)-1 with UINT_MAX.
Mon, 11 Feb 2013 00:26:15 +0200 Timo Sirainen lib-storage: Added mailbox_status.have_guids flag
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.