[Akonadi] [Bug 287903] Moving, removing and renaming of imap folders doesn't work correctly

Martin Koller kollix at aon.at
Sun Nov 17 14:39:52 GMT 2013


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

Martin Koller <kollix at aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |kollix at aon.at
     Ever confirmed|0                           |1

--- Comment #5 from Martin Koller <kollix at aon.at> ---
In 4.11.3 it is still not possible to remove an empty folder.
I debugged and found that the problem is that RemoveCollectionRecursiveTask
does:
  // mark all items as deleted
  KIMAP::ImapSet allItems;
  allItems.add( KIMAP::ImapInterval( 1, 0 ) ); // means 1:*
  KIMAP::StoreJob *storeJob = new KIMAP::StoreJob( mSession );

and the server replies with an error 100:
"Store failed, server replied: A000005 BAD Error in IMAP command STORE: Invalid
messageset "

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



More information about the Kdepim-bugs mailing list