Ticket #1485045 (closed Bugs: fixed)

Opened 7 months ago

Last modified 6 months ago

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

main.inc.php.dist.diff.txt (0.8 kB) - added by till 7 months ago.
Adds a new config option to solve this.
imap.inc.diff.txt (1.2 kB) - added by till 7 months ago.
Adds another if() for the config option (see other patch) and marks as deleted if "true".

Change History

Changed 7 months ago by till

Adds a new config option to solve this.

Changed 7 months ago by till

Adds another if() for the config option (see other patch) and marks as deleted if "true".

Changed 6 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.2-beta

Implemented

Note: See TracTickets for help on using tickets.