[Bug 292418] Kmail can't create IMAP top level folders

András Manţia amantia at kde.org
Sat Sep 29 20:39:46 BST 2012


https://bugs.kde.org/show_bug.cgi?id=292418

András Manţia <amantia at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |amantia at kde.org
         Resolution|FIXED                       |---

--- Comment #15 from András Manţia <amantia at kde.org> ---
Reopening it, as the fix:
a) doesn't work  (as it cannot work)
b) introduces a regression: if the IMAP server doesn't support ACL's with this
change the INBOX will become read-only. That happens because the 

root.setRights( Akonadi::Collection::CanCreateCollection );

call on a Collection that had no previous right set explicitely actually
*removes* the rights and replaces with the only set right. See 
Collection::setRights and Collection::rights.

And it doesn't work, as the default right for the collection is anyway
AllRights, so doing the above call cannot fix the issue.

Laurent, I will revert the change in master and 4.9.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list