Summary | Problems with dovecot quota |
Queue | IMP |
Queue Version | 4.1.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | s.lazzaris (at) interactive (dot) eu |
Created | 04/20/2007 (6624 days ago) |
Due | 04/20/2007 (6624 days ago) |
Updated | 04/20/2007 (6624 days ago) |
Assigned | 04/20/2007 (6624 days ago) |
Resolved | 04/20/2007 (6624 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
Taken from
Taken from Michael Slusarz
State ⇒ Resolved
State ⇒ Assigned
Assigned to Michael Slusarz
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Problems with dovecot quota
Due ⇒ 04/20/2007
Queue ⇒ IMP
New Attachment: Message.php.patch
State ⇒ Unconfirmed
over-quota situation. When a user is overquota and tries to delete a
message, IMP should detect the over-quota status and, instead of
moving the message to the mailbox (which will fail), first delete the
message and then, if possible, copy it to trash.
The problem is in the error string returned by dovecot ("Quota
exceeded"); this string is NOT recognised by IMP, which scans for
"over quota" or "exceeded your mail quota".
To fix the problem, is sufficent to extend the test, in the
lib/Message.php file, as I've done in the attached patch.