log src/imap/cmd-list.c @ 9191:b340ecb24469 HEAD

age author description
Sun, 17 May 2009 14:27:07 -0400 Timo Sirainen LIST: Previous prefix="", list=no change broke listing other list=no namespaces. HEAD
Sat, 09 May 2009 15:02:37 -0400 Timo Sirainen Allow prefix="" namespace to have list=no and make it work in a somewhat useful way. HEAD
Mon, 20 Apr 2009 13:28:00 -0400 Timo Sirainen namespaces: list=children wasn't working correctly. HEAD
Thu, 02 Apr 2009 19:31:52 -0400 Timo Sirainen imap: Fixed LIST with namespace prefixes that have multiple hierarchies. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 21 Nov 2008 17:03:27 +0200 Timo Sirainen Added list=children option for namespaces. HEAD
Tue, 12 Aug 2008 12:28:42 -0400 Timo Sirainen Added struct mail_user and fixed the code to support multiple users per process. HEAD
Sun, 20 Jul 2008 16:03:13 +0300 Timo Sirainen LIST didn't show INBOX if list patterns didn't match namespace prefix. HEAD
Tue, 10 Jun 2008 22:06:26 +0300 Timo Sirainen LIST: Renamed X-STATUS return option to STATUS, since the first draft of the HEAD
Sun, 25 May 2008 00:34:03 +0300 Timo Sirainen LIST X-STATUS: Send LIST reply before STATUS reply. HEAD
Sat, 24 May 2008 15:24:05 +0300 Timo Sirainen LIST-EXTENDED: CHILDINFO shouldn't be quoted. HEAD
Sun, 04 May 2008 23:09:14 +0300 Timo Sirainen LIST-EXTENDED options were ignored. HEAD
Sat, 16 Feb 2008 16:17:17 +0200 Timo Sirainen Don't convert real separators to virtual separators. The mailbox listing HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Sat, 12 Jan 2008 06:46:28 +0200 Timo Sirainen Added "command state" for running commands. Use it instead of some bitfields HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 25 Nov 2007 15:05:31 +0200 Timo Sirainen If client tries to use unknown list-extended options, fail with BAD. HEAD
Sun, 28 Oct 2007 01:53:32 +0300 Timo Sirainen Fixes to handling namespace prefixes and real!=virtual separator. Added a HEAD
Sun, 21 Oct 2007 19:59:09 +0300 Timo Sirainen Added subscriptions setting to namespaces to specify if it should handle HEAD
Sun, 21 Oct 2007 01:43:48 +0300 Timo Sirainen Send namespace prefix LIST reply for list=no namespaces also if doing LIST HEAD
Sat, 20 Oct 2007 22:58:54 +0300 Timo Sirainen Fixes for listing namespaces with prefixes and real != virtual separator. HEAD
Tue, 25 Sep 2007 12:56:10 +0300 Timo Sirainen Compiler warning fixes 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 12:43:21 +0300 Timo Sirainen Removed _ prefix from all public APIs. HEAD
Mon, 27 Aug 2007 17:19:49 +0300 Timo Sirainen Don't crash if mailbox named INBOX is listed in prefixless namespace, but HEAD
Sun, 15 Jul 2007 10:00:05 +0300 Timo Sirainen Added X-STATUS (..) return option to send STATUS replies to client for HEAD
Sun, 15 Jul 2007 09:42:45 +0300 Timo Sirainen code cleanups HEAD
Sun, 15 Jul 2007 09:21:55 +0300 Timo Sirainen Let lib-storage handle matching namespace prefixes as well. HEAD
Sun, 15 Jul 2007 06:45:36 +0300 Timo Sirainen LSUB: If pattern doesn't end with %, don't show extra unsubscribed mailboxes HEAD
Sun, 15 Jul 2007 05:33:43 +0300 Timo Sirainen Added support for multiple mailbox list patterns. HEAD
Fri, 29 Jun 2007 22:41:40 +0300 Timo Sirainen Use explicit IMAP_MATCH_* comparisons for imap_match() instead of assuming HEAD
Fri, 29 Jun 2007 19:41:22 +0300 Timo Sirainen s/mask/pattern/ for mailbox listing. HEAD
Fri, 29 Jun 2007 19:15:39 +0300 Timo Sirainen Changed imap-parser API to use standard arrays for lists instead of its own HEAD
Fri, 29 Jun 2007 19:03:45 +0300 Timo Sirainen Added more consts to imap-parser API HEAD
Fri, 29 Jun 2007 17:58:01 +0300 Timo Sirainen LSUB \Noselect fix HEAD
Fri, 29 Jun 2007 17:39:45 +0300 Timo Sirainen Parse LIST-EXTENDED parameters more correctly. HEAD
Fri, 29 Jun 2007 03:39:27 +0300 Timo Sirainen Mailbox listing API changed to support more features. Used to implement HEAD
Thu, 28 Jun 2007 00:04:31 +0300 Timo Sirainen Don't use subscriptions with hidden namespaces. HEAD
Wed, 27 Jun 2007 20:21:00 +0300 Timo Sirainen Handle listing flags correctly for all namespace prefixes. HEAD
Wed, 27 Jun 2007 19:12:42 +0300 Timo Sirainen Fixes for last changes. HEAD
Wed, 27 Jun 2007 19:10:50 +0300 Timo Sirainen Moved several namespace booleans to a flags field. Removed unused HEAD
Wed, 27 Jun 2007 17:00:32 +0300 Timo Sirainen mailbox_list_iter_next() returns now const pointer. HEAD
Wed, 27 Jun 2007 16:51:59 +0300 Timo Sirainen Code cleanups HEAD
Wed, 27 Jun 2007 16:10:00 +0300 Timo Sirainen Code cleanups HEAD
Wed, 27 Jun 2007 15:17:58 +0300 Timo Sirainen Make sure all listable namespaces use the same separator. If there's no ref HEAD
Mon, 25 Jun 2007 19:24:53 +0300 Timo Sirainen Added list setting to namespaces to control whether mailboxes in the HEAD
Mon, 25 Jun 2007 18:35:17 +0300 Timo Sirainen Put UW-IMAP emulation back after all HEAD
Mon, 25 Jun 2007 18:19:28 +0300 Timo Sirainen Cleaned up LIST ref "" handling. Removed some UW-IMAPisms, they shouldn't be HEAD
Sun, 13 May 2007 19:13:48 +0300 Timo Sirainen Removed mail_storage_set_list_error(). Handle the errors directly. HEAD
Tue, 17 Apr 2007 19:04:15 +0300 Timo Sirainen fix HEAD
Tue, 03 Apr 2007 11:34:27 +0300 Timo Sirainen Moved namespace handling to lib-storage. Beginnings of namespace support for HEAD
Wed, 28 Mar 2007 00:32:25 +0300 Timo Sirainen LIST "" "" should return something even if we don't have a namespace with HEAD
Thu, 15 Mar 2007 23:19:58 +0200 Timo Sirainen Last change caused LIST replies to have extra spaces HEAD
Thu, 15 Mar 2007 03:25:03 +0200 Timo Sirainen Use less memory when listing lots of mailboxes HEAD
Wed, 14 Mar 2007 18:17:49 +0200 Timo Sirainen Added casts to some enums to avoid compiler warnings. HEAD
Tue, 06 Mar 2007 19:43:59 +0200 Timo Sirainen With namespace prefixes LSUB prefix.* listed INBOX.INBOX. HEAD
Fri, 23 Feb 2007 20:29:36 +0200 Timo Sirainen If prefix.INBOX has children and we're listing under prefix.%, don't drop HEAD
Mon, 05 Feb 2007 16:15:56 +0200 Timo Sirainen If namespace has a prefix and inbox=no, don't list prefix.inbox if it HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD