log src/imap/imap-client.h @ 21585:1d7bb1681e7b

age author description
Thu, 16 Feb 2017 20:17:32 +0200 Timo Sirainen imap: Add imap_client.logged_out at LOGOUT
Thu, 16 Feb 2017 20:14:55 +0200 Timo Sirainen imap: Code cleanup - move command stats to struct client_command_stats
Sun, 05 Feb 2017 16:49:05 +0200 Timo Sirainen imap: Add imap_fetch_failure setting
Tue, 23 Aug 2016 13:06:09 +0300 Timo Sirainen imap: Track how much time was spent on waiting for locks.
Tue, 17 May 2016 00:00:43 +0300 Timo Sirainen imap: Include sync timing information in tagged command replies.
Mon, 02 May 2016 12:01:40 +0300 Timo Sirainen imap: Added struct client_command_context.tagline_reply
Tue, 22 Mar 2016 01:16:26 +0100 Stephan Bosch imap: Made LDA settings accessible from plugins.
Wed, 09 Dec 2015 12:43:18 +0200 Timo Sirainen imap: Added assert to make sure client_command_context isn't freed too early.
Tue, 24 Nov 2015 13:41:58 +0200 Timo Sirainen imap: Added extra assert checks to make sure command states are consistent.
Mon, 21 Sep 2015 15:41:49 +0300 Timo Sirainen imap: If client disconnects, log the in-progress commands' input/output bytes.
Mon, 21 Sep 2015 14:02:47 +0300 Timo Sirainen imap: Improved command timing information reporting.
Mon, 24 Aug 2015 14:13:02 +0300 Timo Sirainen Added imap-hibernate process for gathering IDLEing imap processes.
Fri, 15 May 2015 14:55:21 +0300 Timo Sirainen imap: Added %{deleted}, %{expunged} and %{trashed} to imap_logout_format
Fri, 15 May 2015 14:35:01 +0300 Timo Sirainen Added %{fetch_hdr/body_count/bytes} variables to imap_logout_format
Tue, 21 Apr 2015 14:06:22 +0300 Timo Sirainen imap: Include in tagged reply how much running time each IMAP command takes.
Thu, 25 Sep 2014 15:37:48 +0300 Timo Sirainen imap, pop3: Show user's proper log prefix when deinitializing users at exit.
Thu, 19 Dec 2013 21:25:08 +0200 Timo Sirainen imap: if mailbox has non-permanent modseqs, never send HIGHESTMODSEQ/MODSEQs.
Sat, 02 Nov 2013 21:29:39 +0200 Timo Sirainen imap: Added initial support for METADATA extension.
Wed, 03 Oct 2012 03:19:20 +0300 Timo Sirainen imap: Removed unnecessary code.
Sat, 15 Sep 2012 23:57:08 +0300 Stephan Bosch Added support for IMAP URLAUTH and URLAUTH=BINARY extensions
Wed, 29 Aug 2012 18:32:01 +0300 Timo Sirainen imap: Added asserts to make sure a tagline isn't sent twice to the same command.
Tue, 21 Aug 2012 10:18:38 +0300 Timo Sirainen imap: Fixed command output locking.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Mon, 13 Aug 2012 15:23:32 +0300 Timo Sirainen imap: Implemented NOTIFY extension.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Thu, 21 Jun 2012 21:52:56 +0300 Timo Sirainen imap: Rewrote FETCH command to use imap-msgpart API.
Sun, 20 May 2012 03:25:04 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 07 Mar 2012 13:36:34 +0200 Timo Sirainen Added a "session ID" string for imap/pop3 connections, available in %{session} variable.
Mon, 27 Feb 2012 10:30:57 +0200 Timo Sirainen imap: Made client_destroy() a virtual method.
Fri, 30 Sep 2011 18:19:17 +0300 Timo Sirainen imap: Moved partial fetch cache from static variable into struct client.
Tue, 22 Feb 2011 15:31:31 +0200 Timo Sirainen Merged changes from v2.0 tree.
Tue, 22 Feb 2011 11:59:57 +0200 Timo Sirainen imap: Fixed infinite loop / memory eating with SEARCHRES + pipelining $.
Sat, 01 Jan 2011 15:52:39 +0200 Timo Sirainen lib-storage: Moved some items from mailbox_get_status() to a new mailbox_get_metadata().
Fri, 03 Dec 2010 06:57:58 +0000 Timo Sirainen imap, pop3: Removed previous log prefix hack.
Fri, 03 Dec 2010 05:43:16 +0000 Timo Sirainen imap, pop3: Try to use the correct log prefix when service_count!=1.
Sat, 13 Feb 2010 05:44:09 +0200 Timo Sirainen imap: Added module_contexts to struct client. HEAD
Sat, 13 Feb 2010 05:43:50 +0200 Timo Sirainen imap: Remember if TLS compression is enabled. HEAD
Sun, 07 Feb 2010 17:37:48 +0200 Timo Sirainen imap-client.h: Updated comments. HEAD
Mon, 26 Oct 2009 19:49:22 -0400 Timo Sirainen imap: Added support for verbose_proctitle=yes HEAD
Wed, 21 Oct 2009 19:54:00 -0400 Timo Sirainen Merged single and multi mail_storage_service_*() functions. HEAD
Mon, 19 Oct 2009 21:42:09 -0400 Timo Sirainen Redesigned how login process passes connections to mail processes and changed related APIs. HEAD
Fri, 16 Oct 2009 17:46:31 -0400 Timo Sirainen imap, pop3: Moved imap/pop3_client_workarounds setting parsing to config checking. HEAD
Tue, 26 May 2009 14:21:59 -0400 Timo Sirainen imap: Cleaned up "command pending" handling code. Should fix hangs caused by recent changes. HEAD
Fri, 22 May 2009 19:24:26 -0400 Timo Sirainen imap, pop3 no longer assume that there's only a single client in process. HEAD
Tue, 05 May 2009 21:28:34 -0400 Timo Sirainen Implemented anvil service, which is used to implement mail_max_userip_connections. HEAD
Tue, 05 May 2009 11:57:04 -0400 Mark Washenberger Renamed headers to prevent collision if they were flattened on an install. HEAD