[Tickets #3987] NEW: New mail popup not working

bugs@bugs.horde.org bugs at bugs.horde.org
Wed May 31 01:13:36 PDT 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=3987
-----------------------------------------------------------------------
 Ticket             | 3987
 Created By         | benoit.schmid at adm.unige.ch
 Summary            | New mail popup not working
 Queue              | IMP
 Version            | 4.1.1
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


benoit.schmid at adm.unige.ch (2006-05-31 01:13) wrote:

Hello,

With the latest version of imp, the popup window 
for new mail does not work because new mails (recent) 
are not detected.
I have done a trace of the imap dialogue to find out the source.
imp does a select inbox.
This reset the recent flags of new mail.
Then it does a examine inbox and search recent.
There are no recent msgs as flags
have been cleared by the previous select inbox.
I can forward a sequence that works if you want.
When it works I have select -> list -> fetch -> search recent.
I do not have select -> list -> noop -> examine -> fetch -> search recent

This is the trace:
Sequence without a popup (not working fine):
* OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
CHILDREN BINARY UNSELECT LANGUAGE STARTTLS XSENDER X-NETSCAPE XSERVERINFO
AUTH=DIGEST-MD5 AUTH=PLAIN AUTH=CRAM-MD5] etumbx.unige.ch IMAP4 service
(University of Geneva / Authorized use only)
00000000 AUTHENTICATE CRAM-MD5
+ PDI4Mzg1NjAyNjYuODEzODgzOEBldHVtYngudW5pZ2UuY2g+
YmVzIDg2YjFjZDcwODFlYjY0NzBiZWM0YjMyOWU3NGZmZmE3
00000000 OK User logged in
00000001 CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN
BINARY UNSELECT LANGUAGE STARTTLS XSENDER X-NETSCAPE XSERVERINFO
00000001 OK Completed
00000002 SELECT INBOX
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen $Forwarded)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $Forwarded
\*)]
* 5 EXISTS
* 1 RECENT
* OK [UNSEEN 1]
* OK [UIDVALIDITY 1077265978]
* OK [UIDNEXT 38]
00000002 OK [READ-WRITE] Completed
00000003 LIST "" *
* LIST (\NoInferiors) "/" INBOX
* LIST (\HasNoChildren) "/" Brouillon
* LIST (\HasNoChildren) "/" "El&AOk-ments envoy&AOk-s"
* LIST (\HasNoChildren) "/" Sent
* LIST (\HasNoChildren) "/" Trash
* LIST (\HasNoChildren) "/" sent-mail
00000003 OK Completed
00000004 LIST "" "Shared Folders/User/*"
00000004 OK Completed
00000005 NOOP
00000005 OK Completed
00000006 EXAMINE INBOX
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen $Forwarded)
* OK [PERMANENTFLAGS ()]
* 5 EXISTS
* 0 RECENT
* OK [UNSEEN 1]
* OK [UIDVALIDITY 1077265978]
* OK [UIDNEXT 38]
00000006 OK [READ-ONLY] Completed
00000007 FETCH 1,2:5 UID
* 1 FETCH (UID 33)
* 2 FETCH (UID 34)
* 3 FETCH (UID 35)
* 4 FETCH (UID 36)
* 5 FETCH (UID 37)
00000007 OK Completed
00000008 FETCH 1:5 (UID ENVELOPE BODY.PEEK[HEADER.FIELDS (Newsgroups
Content-MD5 Content-Disposition Content-Language Content-Location
Followup-To References)] INTERNALDATE RFC822.SIZE FLAGS)
* 1 FETCH (FLAGS () UID 33 INTERNALDATE "26-May-2006 16:18:22 +0200"
.........
00000008 OK Completed
00000009 SEARCH RECENT
* SEARCH
00000009 OK Completed
0000000a UID SEARCH UNSEEN
* SEARCH 33 34 35 36 37
0000000a OK Completed
0000000b GETQUOTAROOT INBOX
* QUOTAROOT INBOX user/bes
* QUOTA user/bes (STORAGE 91 102400)
0000000b OK Completed
0000000c LOGOUT
* BYE LOGOUT received
0000000c OK Completed





More information about the bugs mailing list