log src/imap/commands.c @ 9490:fd84592e817b 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
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 20 Jul 2008 21:00:33 +0300 Timo Sirainen extern/static fixes (from a sparse check by Diego Liziero) HEAD
Sat, 21 Jun 2008 09:22:44 +0300 Timo Sirainen Added support for IMAP ID extension. 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
Mon, 25 Feb 2008 21:22:05 +0200 Timo Sirainen LOGOUT command also closes mailbox, so mark it as such to fix command HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Mon, 24 Sep 2007 20:27:16 +0300 Timo Sirainen Use N_ELEMENTS() macro instead of doing sizeof()/sizeof([0]) ourself. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. 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
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety 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
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where 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
Thu, 15 May 2003 22:22:21 +0300 Timo Sirainen Renamed buffer_*_space() to buffer_*_space_unsafe() and added several HEAD
Wed, 14 May 2003 20:23:11 +0300 Timo Sirainen Added command_register() and related functions so we can dynamically HEAD
Fri, 14 Feb 2003 12:46:44 +0200 Timo Sirainen Support for IDLE extension. 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
Sat, 14 Dec 2002 19:47:25 +0200 Timo Sirainen CHECK command was actually calling COPY, so it gave just error about missing HEAD
Wed, 04 Dec 2002 20:28:37 +0200 Timo Sirainen First implementation of SORT extension. String comparing still not up to HEAD
Wed, 28 Aug 2002 07:54:23 +0300 Timo Sirainen added t_strdup_noconst() which can be used instead of (char *) t_strdup(). HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD