log src/imap/cmd-thread.c @ 9575:0a00dcc4f0ea HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 02 Apr 2009 19:52:58 -0400 Timo Sirainen Renamed THREAD X-REFERENCES2 to THREAD REFS (from INTHREAD draft). HEAD
Fri, 06 Feb 2009 13:10:06 -0500 Timo Sirainen Avoid calling imap_parser_*() directly. It's not required. HEAD
Wed, 04 Feb 2009 12:47:27 -0500 Timo Sirainen Renamed imap-search.[ch] to imap-search-args.[ch] HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 01 Sep 2008 15:17:00 +0300 Timo Sirainen Rewrote thread indexing code. It's a lot simpler and takes less disk space. HEAD
Fri, 20 Jun 2008 05:29:19 +0300 Timo Sirainen Thread code cleanups + fixes HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Mon, 09 Jun 2008 04:35:04 +0300 Timo Sirainen Moved threading code to lib-storage. HEAD
Mon, 09 Jun 2008 04:16:03 +0300 Timo Sirainen Moved code around so that cmd-thread.c can do the THREAD reply writing. HEAD
Mon, 09 Jun 2008 04:02:10 +0300 Timo Sirainen Link refcounting redesign to fix problems. Started getting rid of HEAD
Mon, 09 Jun 2008 03:56:04 +0300 Timo Sirainen Merged initial mail thread indexing implementation. HEAD
Sun, 16 Mar 2008 20:06:09 +0200 Timo Sirainen Initial thread indexing code. HEAD
Wed, 04 Jun 2008 00:51:58 +0300 Timo Sirainen Make mail_search_args an independent structure that can be used for multiple HEAD
Sun, 16 Mar 2008 11:05:53 +0200 Timo Sirainen Implemented SEARCHRES extension. HEAD
Thu, 29 May 2008 19:08:05 +0300 Timo Sirainen If SORT/THREAD has invalid search parameters, return BAD instead of NO. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Tue, 07 Aug 2007 14:54:55 +0300 Timo Sirainen Moved back to non-indexed THREAD code. It'll be fixed after v1.1. Also HEAD
Fri, 29 Jun 2007 19:03:45 +0300 Timo Sirainen Added more consts to imap-parser API HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Wed, 20 Dec 2006 05:38:40 +0200 Timo Sirainen Implemented X-REFERENCES2 threading. Two differences to standard REFERENCES: 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
Sun, 25 Dec 2005 13:24:45 +0200 Timo Sirainen UID STORE command must return UID parameter in FETCH replies. HEAD
Sat, 05 Feb 2005 20:07:26 +0200 Timo Sirainen Moved command-specific variables from struct client to struct HEAD
Thu, 19 Aug 2004 02:53:39 +0300 Timo Sirainen Syncing works now too without buffering everything. Also fixed handling HEAD
Mon, 17 May 2004 02:11:17 +0300 Timo Sirainen return value fixes HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sun, 27 Jul 2003 07:48:32 +0300 Timo Sirainen Getting ready for namespaces. LIST is still broken with them. HEAD
Sun, 15 Jun 2003 06:42:28 +0300 Timo Sirainen Only NOOP and CHECK will now always do a real mailbox sync. Other commands HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. HEAD
Sat, 11 Jan 2003 21:01:56 +0200 Timo Sirainen We support only REFERENCES threading for now - updated capability and trying HEAD
Wed, 08 Jan 2003 22:49:51 +0200 Timo Sirainen THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how HEAD