log src/plugins/imap-quota/imap-quota-plugin.c @ 9575:0a00dcc4f0ea HEAD

age author description
Tue, 20 Apr 2010 13:02:29 +0300 Timo Sirainen imap-quota: Iterate quota roots only once when replying to GETQUOTAROOT. HEAD
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 16 Apr 2009 21:56:20 -0400 Timo Sirainen imap-quota: Allow GETQUOTAROOT for public namespaces. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 21 Nov 2008 19:45:57 +0200 Timo Sirainen Quota works now properly with shared mailboxes. HEAD
Fri, 21 Nov 2008 19:24:04 +0200 Timo Sirainen mailbox_open() now takes struct mail_storage ** so it can be changed. 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
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, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. 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
Tue, 17 Apr 2007 18:41:24 +0300 Timo Sirainen Added command flags parameter to command_register() HEAD
Tue, 17 Apr 2007 18:33:23 +0300 Timo Sirainen Use sync_notify() callback to count expunges. This makes the calculation HEAD
Fri, 09 Mar 2007 21:37:23 +0200 Timo Sirainen When returning mailbox name with GETQUOTAROOT, return the original name HEAD
Thu, 22 Feb 2007 16:27:25 +0200 Timo Sirainen Added <plugin_name>_version string. HEAD
Sun, 12 Nov 2006 20:48:32 +0200 Timo Sirainen s/quota/quota_set/ so we don't conflict with the quota symbol already HEAD
Sun, 30 Jul 2006 21:31:23 +0300 Timo Sirainen Fixes to make it compile again. HEAD
Sun, 02 Jul 2006 01:27:29 +0300 Timo Sirainen If there is no quota for the user, GETQUOTAROOT leaked memory HEAD
Tue, 02 May 2006 23:01:33 +0300 Timo Sirainen Don't add extra spaces to reply if some of the resources aren't really found. HEAD
Wed, 01 Mar 2006 11:14:59 +0200 Timo Sirainen Quota API redesign. Still not perfect, but better than before. Quota backends no longer need to be told where the mails exist. fs backend doesn't work correctly with multiple partitions (if you've multiple namespaces). HEAD
Tue, 07 Feb 2006 17:37:16 +0200 Timo Sirainen Advertise the QUOTA capability if the plugin is loaded. 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
Wed, 14 Dec 2005 23:28:44 +0200 Timo Sirainen Init/deinit function names were wrong HEAD
Sat, 10 Dec 2005 21:44:45 +0200 Timo Sirainen Added beginnings of plugin infrastructure. TODO: These could be optionally HEAD