Summary | Can't empty trash |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | horde (at) smartsector (dot) hu |
Created | 03/10/2009 (5962 days ago) |
Due | |
Updated | 01/13/2010 (5653 days ago) |
Assigned | 03/12/2009 (5960 days ago) |
Resolved | 03/13/2009 (5959 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #8066: Fix cancel buttons on folder pageshttp://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=b50b38c1449905a0455120a86d954990612406d9&r2=c1200b37b6bce939258a270f42ccf1de42efd998
Bug #8066: Fix empty trash when in trash mailboxhttp://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=a2dee48ba5e3c12d9e84ce29072be1975c511b8a&r2=dba20c0b7a13887a4f1d8198c610e97ca5668ca9
http://lists.horde.org/archives/commits/2009-March/000672.html
Thx!!!
Priority ⇒ 2. Medium
State ⇒ Feedback
Assigned to Michael Slusarz
http://lists.horde.org/archives/commits/2009-March/000672.html
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Can't empty trash
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
folder but do not delete the messages from that.
(I can delete messages 1 by 1 as selecting them with the checkbox and
use the delete command.)
I take a look inside the code and find out horde send the following
command to the IMAP server (Courier-IMAP):
UID EXPUNGE 1:*
it's look like ok for me i feel the problem is somewhere there:
We must mark all messages as deleted flag if we want use this command.
http://tools.ietf.org/html/rfc3501#section-6.4.3
I have no better idea now why it's not working :(