Summary | Cannot delete message |
Queue | IMP |
Queue Version | 6.0.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | azurit (at) pobox (dot) sk |
Created | 04/29/2013 (4449 days ago) |
Due | |
Updated | 04/30/2013 (4448 days ago) |
Assigned | 04/30/2013 (4448 days ago) |
Resolved | 04/30/2013 (4448 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
only in one mailbox which has about 50 000 of undelivery reports and
all of them were marked as deleted. Problem appears when i tried to
completely delete any of them (i deleted them all yesterday via 'Purge
Deleted' so i can't try it again). I was trying to reproduce it now
but i failed.
Assigned to Michael Slusarz
State ⇒ Resolved
throws an error if you are attempting to delete a message that doesn't
exist. But this commit does sanity checking and won't attempt to
expunge in this case.
commit c9c03d7785b912b01dd5b0699d8f020ccbb04ffd
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Apr 29 23:14:10 2013 -0600
[mms] Don't attempt to expunge messages if the list of UIDs to
expunge is empty (
Bug #12226)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 13 +++++++++++--
framework/Imap_Client/package.xml | 2 ++
2 files changed, 13 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c9c03d7785b912b01dd5b0699d8f020ccbb04ffd
Priority ⇒ 1. Low
State ⇒ Feedback
C: 4 UID COPY 133349 "INBOX.Kos"
S: 4 OK COPY completed.
C: 5 UID STORE 133349 +FLAGS \deleted
S: 5 OK STORE completed.
C: 6 UID SEARCH UID 133349
S: * SEARCH
S: 6 OK SEARCH done.
Essentially it looks like you are trying to move a message that
doesn't exist. How exactly can you reproduce?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Cannot delete message
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
New Attachment: imap.log
State ⇒ Unconfirmed
this error: IMAP error reported by server.
Attaching the IMAP log.