Ticket #1485045 (closed Bugs: fixed)
Cannot delete messages when over quota
| Reported by: | till | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | IMAP connection | Version: | 0.1.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Some IMAP servers count "Trash" towards the quota of a user account, when you are over quota, you cannot delete any messages anymore.
Reason is: iil_C_Move
The function is used when you click "delete" on any email. This function then attempts to copy the email to the Trash folder and only if this is successful, the message is marked deleted. This is a "chicken and egg"-kinda-problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
