log src/imap/cmd-search.c @ 6299:6342c8cc76c7 HEAD

age author description
Wed, 15 Aug 2007 19:17:48 +0300 Timo Sirainen Use UTF-8 as the default SEARCH charset. HEAD
Fri, 29 Jun 2007 19:03:45 +0300 Timo Sirainen Added more consts to imap-parser API HEAD
Sun, 13 May 2007 16:23:02 +0300 Timo Sirainen Parse search dates already in IMAP code. HEAD
Mon, 26 Mar 2007 02:51:12 +0300 Timo Sirainen Send search result in one write() HEAD
Mon, 26 Mar 2007 01:46:24 +0300 Timo Sirainen crashfix HEAD
Sun, 25 Mar 2007 21:24:22 +0300 Timo Sirainen minor cleanup HEAD
Tue, 06 Feb 2007 14:56:12 +0200 Timo Sirainen Command handling fixes. HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Thu, 02 Feb 2006 21:37:59 +0200 Timo Sirainen Don't bother checking if mailbox_search_init() returns NULL. It never does. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to 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
Sun, 11 Sep 2005 16:23:00 +0300 Timo Sirainen Compiler warning fixes HEAD
Tue, 15 Mar 2005 21:01:50 +0200 Timo Sirainen Major mail-storage API changes. It's now a bit cleaner and much more plugin HEAD
Sat, 05 Feb 2005 20:07:26 +0200 Timo Sirainen Moved command-specific variables from struct client to struct HEAD
Sun, 29 Aug 2004 10:52:02 +0300 Timo Sirainen Added sync flags parameter to mailbox_transaction_commit(), so EXPUNGE can HEAD
Thu, 19 Aug 2004 02:53:39 +0300 Timo Sirainen Syncing works now too without buffering everything. Also fixed handling HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sun, 26 Oct 2003 22:13:15 +0200 Timo Sirainen Removed fetch_init/fetch_next from mail-storage. search_* makes it 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
Fri, 21 Feb 2003 20:13:14 +0200 Timo Sirainen Sync EXPUNGEs also with UID FETCH and UID STORE. HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. 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
Thu, 02 Jan 2003 12:21:41 +0200 Timo Sirainen Storage can now specify if errors should be sent to user as BAD or NO. HEAD
Thu, 02 Jan 2003 10:09:26 +0200 Timo Sirainen Don't access ImapArg's union members directly - too easy to mess up. Fixes a HEAD
Sat, 21 Dec 2002 15:08:49 +0200 Timo Sirainen We don't have separate read-write pools, so renamed pool_create(.., FALSE) HEAD
Mon, 09 Dec 2002 17:25:20 +0200 Timo Sirainen Limited max. command argument elements to 128. Added more verbose error HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Wed, 04 Dec 2002 20:28:37 +0200 Timo Sirainen First implementation of SORT extension. String comparing still not up to HEAD
Sun, 03 Nov 2002 10:39:43 +0200 Timo Sirainen SEARCH CHARSET support. Currently we do it through iconv() and only ASCII HEAD
Sat, 19 Oct 2002 17:51:59 +0300 Timo Sirainen MailStorage interface change. We now let storage call several sync-functions HEAD
Thu, 17 Oct 2002 01:50:21 +0300 Timo Sirainen ImapArgList changed from linked list to array. easier to handle that way. HEAD
Sat, 28 Sep 2002 12:51:13 +0300 Timo Sirainen Send RECENT after all EXISTS replies. Check for new mail in mailbox after HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD