log src/imap/commands.h @ 9354:687ac828b964 HEAD

age author description
Mon, 15 Jun 2009 21:56:22 -0400 Timo Sirainen IMAP: Don't crash if IDLE command is pipelined after a long-running UID FETCH or UID SEARCH. HEAD
Fri, 06 Feb 2009 13:38:26 -0500 Timo Sirainen imap: export imap_commands array containing all registered commands. HEAD
Sat, 21 Jun 2008 09:22:44 +0300 Timo Sirainen Added support for IMAP ID extension. HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Thu, 05 Jun 2008 05:13:08 +0300 Timo Sirainen Implemented CONTEXT=SEARCH extension. HEAD
Thu, 13 Mar 2008 15:16:57 +0200 Timo Sirainen Added support for ENABLE extension. HEAD
Fri, 16 May 2008 23:43:56 +0300 Timo Sirainen If client tries to change the selected mailbox state while another command HEAD
Sun, 16 Sep 2007 12:43:21 +0300 Timo Sirainen Removed _ prefix from all public APIs. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Tue, 17 Apr 2007 18:41:24 +0300 Timo Sirainen Added command flags parameter to command_register() HEAD
Wed, 20 Dec 2006 22:47:02 +0200 Timo Sirainen If running commands in parallel would cause ambiguity, run them HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Sat, 23 Sep 2006 18:34:17 +0300 Timo Sirainen Use array_t in commands buffer. HEAD
Thu, 08 Jun 2006 19:54:10 +0300 Timo Sirainen Removed LOGIN and AUTHENTICATE command handlers completely. They're only HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 05 Feb 2005 20:07:26 +0200 Timo Sirainen Moved command-specific variables from struct client to struct HEAD
Sat, 05 Feb 2005 16:45:48 +0200 Timo Sirainen cleanups HEAD
Thu, 19 Aug 2004 02:53:39 +0300 Timo Sirainen Syncing works now too without buffering everything. Also fixed handling HEAD
Sun, 20 Jun 2004 06:25:32 +0300 Timo Sirainen mailbox_save() and mailbox_copy() functions can now return the saved mail so HEAD
Sun, 27 Jul 2003 07:48:32 +0300 Timo Sirainen Getting ready for namespaces. LIST is still broken with them. HEAD
Wed, 14 May 2003 20:23:11 +0300 Timo Sirainen Added command_register() and related functions so we can dynamically HEAD
Mon, 24 Feb 2003 19:39:31 +0200 Timo Sirainen Added support for CHILDREN and LISTEXT extensions. HEAD
Fri, 14 Feb 2003 12:46:44 +0200 Timo Sirainen Support for IDLE extension. HEAD
Mon, 27 Jan 2003 06:23:45 +0200 Timo Sirainen some header file cleanups HEAD
Mon, 27 Jan 2003 03:59:59 +0200 Timo Sirainen Function typedefs now define them as functions, not function pointers. HEAD
Wed, 22 Jan 2003 22:46:36 +0200 Timo Sirainen Added support for UNSELECT extension with some cleanups for SELECT and CLOSE. HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Wed, 08 Jan 2003 22:49:51 +0200 Timo Sirainen THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Wed, 04 Dec 2002 20:28:37 +0200 Timo Sirainen First implementation of SORT extension. String comparing still not up to HEAD
Tue, 26 Nov 2002 22:04:08 +0200 Timo Sirainen Use more warnings with GCC by default. Fixed several warnings. HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD