Closed
Bug 310551
Opened 19 years ago
Closed 19 years ago
Bad Imap fetch response handling (Thunderbird 1.5 Beta 1)
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ttyrner, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 When you send tom IMAP sever command FETCH with message data item names in this order: (UID RFC822.SIZE FLAGS .... and answer from server is in diferent order (this behaviour is normal for many imap servers), for example: * 1 FETCH (RFC822.SIZE 6174 UID 1 BODY[HEADER.FIEL You don't parse this answer correctly. There is some problem with uid. Reproducible: Always Steps to Reproduce: I tested it with Kerio MailServer. 1. Create account on server. 2. Send 2 e-mails to this account. 3. Connect to this account from ThunderBird 1.5 Beta 1. Actual Results: Sometime I see only one message. When I click to another folder and click back I see 2 messages but this is one message twice. Expected Results: I must see 2 different message with correct data.
Comment 2•19 years ago
|
||
can you be more precise about the dates of the thunderbird builds you tested with? Have you tried the latest 1.5 beta 1 build? Also, what do you mean by "the stable version"?
For me stable version is - 1.0.7 (20050923) and problematic version is - 1.5 Beta 1 (20050908) All on windows xp platform. Downloaded today.
Comment 4•19 years ago
|
||
OK, thx, can you try a more recent 1.5 beta branch build? I checked in a fix a few days ago. The latest 1.5 beta branch build is here: ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-mozilla1.8
I downloaded thunderbird-1.4.1.en-US.win32.installer.exe from ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-mozilla1.8 it is version 1.5 Beta 2 (20051002). It works fine. Thank you.
Comment 6•19 years ago
|
||
ok, thx, marking wfm.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•