[Tickets #12441] Re: JS error during mailbox loading

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Jul 9 22:06:14 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/12441
------------------------------------------------------------------------------
  Ticket             | 12441
  Updated By         | roshansemba+hordebugs at gmail.com
  Summary            | JS error during mailbox loading
  Queue              | IMP
  Version            | 6.1.2
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


roshansemba+hordebugs at gmail.com (2013-07-09 22:06) wrote:

For the record, here's the IMAP debug-log:

S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE  
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION  
STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision,  
Inc.  See COPYING for distribution information.
C: 1 STARTTLS
S: 1 OK Begin SSL/TLS negotiation now.
2 [LOGIN Command - username: account at domain.com]
S: 2 OK LOGIN Ok.
>> CACHE: Using the Horde_Imap_Client_Cache_Backend_Cache storage driver.
C: 3 SELECT INBOX
S: * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
S: * OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited
S: * 1 EXISTS
S: * 0 RECENT
S: * OK [UIDVALIDITY 1370196747] Ok
S: * OK [MYRIGHTS "acdilrsw"] ACL
S: 3 OK [READ-WRITE] Ok
C: 4 UID FETCH * (UID)
S: * 1 FETCH (UID 4646)
S: 4 OK FETCH completed.
C: 5 UID FETCH * (UID)
S: * 1 FETCH (UID 4646)
S: 5 OK FETCH completed.
C: 6 UID SEARCH ALL
S: * SEARCH 4646
S: 6 OK SEARCH done.
C: 7 UID FETCH * (UID)
S: * 1 FETCH (UID 4646)
S: 7 OK FETCH completed.
C: 8 UID FETCH 4646 (ENVELOPE FLAGS RFC822.SIZE  
BODY.PEEK[HEADER.FIELDS (IMPORTANCE LIST-POST X-PRIORITY CONTENT-TYPE)])
S: * BYE [ALERT] Fatal error: Invalid argument
S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE  
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION  
STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision,  
Inc.  See COPYING for distribution information.
C: 9 STARTTLS
S: 9 OK Begin SSL/TLS negotiation now.
10 [LOGIN Command - username: account at domain.com]
S: 10 OK LOGIN Ok.
C: 11 STATUS INBOX (UNSEEN)
S: * STATUS "INBOX" (UNSEEN 1)
S: 11 OK STATUS Completed.

And here's the same sequence when there was no umlaut in the From field:

S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE  
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION  
STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision,  
Inc.  See COPYING for distribution information.
C: 1 STARTTLS
S: 1 OK Begin SSL/TLS negotiation now.
2 [LOGIN Command - username: account at domain.com]
S: 2 OK LOGIN Ok.
>> CACHE: Using the Horde_Imap_Client_Cache_Backend_Cache storage driver.
C: 3 SELECT INBOX
S: * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
S: * OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited
S: * 1 EXISTS
S: * 0 RECENT
S: * OK [UIDVALIDITY 1370196747] Ok
S: * OK [MYRIGHTS "acdilrsw"] ACL
S: 3 OK [READ-WRITE] Ok
C: 4 UID FETCH * (UID)
S: * 1 FETCH (UID 4647)
S: 4 OK FETCH completed.
C: 5 UID FETCH * (UID)
S: * 1 FETCH (UID 4647)
S: 5 OK FETCH completed.
C: 6 UID SEARCH ALL
S: * SEARCH 4647
S: 6 OK SEARCH done.
C: 7 UID FETCH * (UID)
S: * 1 FETCH (UID 4647)
S: 7 OK FETCH completed.
C: 8 UID FETCH 4647 (ENVELOPE FLAGS RFC822.SIZE  
BODY.PEEK[HEADER.FIELDS (IMPORTANCE LIST-POST X-PRIORITY CONTENT-TYPE)])
S: * 1 FETCH (UID 4647 ENVELOPE ("Sun, 8 Jan 2012 14:31:46 -0500"  
"=?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=     
=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?="  
(("=?US-ASCII?Q?Keith_Moore?=" NIL "moore" "cs.utk.edu"))  
(("=?US-ASCII?Q?Keith_Moore?=" NIL "moore" "cs.utk.edu"))  
(("=?US-ASCII?Q?Keith_Moore?=" NIL "moore" "cs.utk.edu"))  
(("=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?=" NIL "keld"  
"dkuug.dk")("Blah" NIL "blah" "example.com"))  
(("=?ISO-8859-1?Q?Andr=E9?= Pirard" NIL "PIRARD" "vm1.ulg.ac.be")) NIL  
NIL "<803734518.1326051106099.JavaMail.root at example.com>") FLAGS ()  
RFC822.SIZE 737 BODY[HEADER.FIELDS ("IMPORTANCE" "LIST-POST"  
"X-PRIORITY" "CONTENT-TYPE")] {2}
S: [LITERAL DATA: 2 bytes]
S: )
S: 8 OK FETCH completed.
>> CACHE: Stored messages (mailbox: INBOX; UIDs: 4647)
C: 9 SEARCH UNSEEN
S: * SEARCH 1
S: 9 OK SEARCH done.
C: 10 LOGOUT
S: * BYE Courier-IMAP server shutting down
S: 10 OK LOGOUT completed






More information about the bugs mailing list