log src/plugins/imap-quota/imap-quota-plugin.c @ 5185:24f4a959a24c HEAD

age author description
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