log src/plugins/acl/acl-mailbox.c @ 9434:e374a365521d HEAD

age author description
Tue, 02 Jun 2009 22:30:28 -0400 Timo Sirainen Initial commit for making mail_storage:mailbox_list to be from 1:1 to n:n. HEAD
Fri, 06 Feb 2009 12:49:46 -0500 Timo Sirainen Mail copying API changed to be based on save API. This allows extending it easily in future. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 16 Nov 2008 19:20:28 +0200 Timo Sirainen Initial support for LISTing users with shared mailboxes. HEAD
Sun, 16 Nov 2008 16:29:47 +0200 Timo Sirainen Fixed OPEN_IGNORE_ACLS flag to work again with imap-acl plugin. HEAD
Sun, 16 Nov 2008 15:20:45 +0200 Timo Sirainen ACLs: Initial support for "post" right. HEAD
Sun, 16 Nov 2008 04:46:14 +0200 Timo Sirainen Added IMAP ACL commands with ability to modify ACLs. HEAD
Thu, 07 Aug 2008 14:05:47 -0400 Timo Sirainen mailbox_save_init() API was split to multiple functions. HEAD
Sun, 20 Jul 2008 23:47:32 +0300 Timo Sirainen mailbox.save_init() API now takes ** pointer to dest_mail, so multiple HEAD
Mon, 05 May 2008 00:22:36 +0300 Timo Sirainen ACL: If any of the flag set rights were given, STORE FLAGS allowed replacing HEAD
Mon, 05 May 2008 00:18:56 +0300 Timo Sirainen ACL: If we don't have 'w' access, don't allow creating new keywords. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 30 Sep 2007 17:03:26 +0300 Timo Sirainen mailbox_transaction_commit*() doesn't sync the mailbox anymore, so it 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, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Sun, 12 Aug 2007 16:28:36 +0300 Timo Sirainen Removed rights checking from mailbox_get_status(). The rights were already HEAD
Wed, 18 Jul 2007 00:47:47 +0300 Timo Sirainen Return mailbox as READ-WRITE only if mailbox has rights to expunge, insert HEAD
Wed, 18 Jul 2007 00:11:30 +0300 Timo Sirainen Fail get_status() lookup if user has no READ right to the mailbox. HEAD
Tue, 17 Jul 2007 23:58:58 +0300 Timo Sirainen APPEND and COPY ignored s/t/w flag rights. HEAD
Sun, 13 May 2007 20:10:48 +0300 Timo Sirainen Error handling rewrite. HEAD
Wed, 11 Apr 2007 14:02:31 +0300 Timo Sirainen acl_backend is now tied to mailbox_list instead of mail_storage. HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 29 Mar 2007 10:59:11 +0300 Timo Sirainen Moved delete/rename operations to mailbox_list API. Fixed mbox/maildir to HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Tue, 09 May 2006 14:57:36 +0300 Timo Sirainen Changed mailbox_save_*() API a bit: Moved the struct mail *dest_mail to HEAD
Mon, 27 Feb 2006 18:30:39 +0200 Timo Sirainen Added initial support for ACLs. Currently supports reading the ACLs from files. Since no proper support for shared folders exist yet, this is mostly intended to be used only for preventing users from fully accessing the mailboxes they'd otherwise have full access to. It anyway does support "master user" having different ACLs to mailboxes. HEAD