[Tickets #11821] Re: Selecting more than one message checkbox ignores all but the first message

bugs at horde.org bugs at horde.org
Fri Dec 7 17:52:17 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11821
------------------------------------------------------------------------------
  Ticket             | 11821
  Updated By         | aria at bsc.gwu.edu
  Summary            | Selecting more than one message checkbox ignores all
                     | but the first message
  Queue              | IMP
  Version            | 6.0.2
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


aria at bsc.gwu.edu (2012-12-07 17:52) wrote:

I did some further tracing in addition to my previous POST data  
tracing that shows that when two messages are selected, both message  
IDs are passed on the POST data.

I did a IMAP trace and it looks like, as expected only the first of  
the two messages is deleted.  (see below).  Still not sure as to how  
to go about testing the parsing of the post data as per your  
suggestion. Any hint would be appreciated.

>> Fri, 07 Dec 2012 12:42:25 -0500
S: * OK [CAPABILITY IMAP4Rev1 QUOTA UNSELECT NAMESPACE  XIMAPPROXY]  
z/VM IMAP server Level 530 ready
C: [LOGIN Command - username: ariaimap]
S: * OK [XPROXYREUSE] IMAP connection reused by imapproxy
S: 1 OK User logged in
C: 2 SELECT "test"
S: * 2 EXISTS
S: * 0 RECENT
S: * OK [UNSEEN 1] Message 1 is first unseen
S: * OK [UIDVALIDITY 576194916]
S: * OK [UIDNEXT 9539] Predicted next UID
S: * FLAGS (\Unmarked)
S: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)]
S: 2 OK [READ-WRITE] SELECT completed
C: 3 UID STORE 9537 +FLAGS \deleted
S: * 1 FETCH (FLAGS (\Deleted))
S: 3 OK UID STORE completed
C: 4 UID SEARCH ALL
S: * SEARCH 9537 9538
S: 4 OK UID SEARCH completed
C: 5 UID FETCH 9537:9538 (ENVELOPE FLAGS RFC822.SIZE  
BODY.PEEK[HEADER.FIELDS (IMPORTANCE LIST-POST X-PRIORITY)])
S: * 1 FETCH (ENVELOPE ("Fri, 7 Dec 2012 12:41:44 -0500" {9}
S: [LITERAL DATA: 9 bytes]
S:  (({11}
S: [LITERAL DATA: 11 bytes]
S:  NIL "aria" "bsc.gwu.edu")) (({11}
S: [LITERAL DATA: 11 bytes]
S:  NIL "aria" "bsc.gwu.edu")) (({11}
S: [LITERAL DATA: 11 bytes]
S:  NIL "aria" "bsc.gwu.edu")) (({13}
S: [LITERAL DATA: 13 bytes]
S:  NIL "aria" "bsc.gwu.edu")) NIL NIL NIL {41}
S: [LITERAL DATA: 41 bytes]
S: ) FLAGS (\Deleted) RFC822.SIZE 2593 BODY[HEADER.FIELDS (IMPORTANCE  
LIST-POST X-PRIORITY)] NIL UID 9537)
S: * 2 FETCH (ENVELOPE ("Fri, 7 Dec 2012 12:41:55 -0500" {9}
S: [LITERAL DATA: 9 bytes]
S:  (({11}
S: [LITERAL DATA: 11 bytes]
S:  NIL "aria" "bsc.gwu.edu")) (({11}
S: [LITERAL DATA: 11 bytes]
S:  NIL "aria" "bsc.gwu.edu")) (({11}
S: [LITERAL DATA: 11 bytes]
S:  NIL "aria" "bsc.gwu.edu")) (({13}
S: [LITERAL DATA: 13 bytes]
S:  NIL "aria" "bsc.gwu.edu")) NIL NIL NIL {41}
S: [LITERAL DATA: 41 bytes]
S: ) FLAGS () RFC822.SIZE 2595 BODY[HEADER.FIELDS (IMPORTANCE  
LIST-POST X-PRIORITY)] NIL UID 9538)
S: 5 OK UID FETCH completed
>> CACHE: Stored messages (mailbox: test; UIDs: 9537:9538)
C: 6 SEARCH UNSEEN
S: * SEARCH 1 2
S: 6 OK SEARCH completed
C: 7 STATUS "INBOX" (MESSAGES RECENT UNSEEN)
S: * STATUS {5}
S: [LITERAL DATA: 5 bytes]
S:  (MESSAGES 233 RECENT 0 UNSEEN 0)
S: 7 OK STATUS completed
C: 8 LOGOUT
S: * BYE LOGOUT received
S: 8 OK Completed






More information about the bugs mailing list