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

Martin Koller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #5 from Martin Koller <[email protected]> ---
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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to