]> code.delx.au - offlineimap/commit
fix behaviour for delete/expunge, when lacking rights
authorFlorian Friesdorf <flow@mytum.de>
Thu, 12 Jul 2007 03:44:11 +0000 (04:44 +0100)
committerFlorian Friesdorf <flow@mytum.de>
Thu, 12 Jul 2007 03:44:11 +0000 (04:44 +0100)
commitc305d63e005c8ca1ae57f1ec54f023e0d0069824
treeea16b3d8f1e7c58606397d4ac152543a0c90b7d1
parent2efc4589a096a6d67b2dfb61a2d1b543cfb88132
fix behaviour for delete/expunge, when lacking rights

This patch maneuvers around python imaplib's mysterious read-only detection
algorithm and correctly calls the UI's deletetoreadonly(), when trying to
delete/expunge in a mailbox without having the necessary rights.
offlineimap/folder/IMAP.py