Closed
Bug 227685
Opened 22 years ago
Closed 17 years ago
password not sent to imap server
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 417957
People
(Reporter: drepper.fsp, Assigned: Bienvenu)
References
Details
Attachments
(1 obsolete file)
I have this problem since 11/22 or very shortly after. Earlier versions work
just fine. I'm using a local imap server and use a secure connection (not SSL).
Looking at the ethereal output I see the old code correctly logs in, with user
and passwd. With recent (self-compiled) thunderbird versions the user is still
sent, but not the password:
000 00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 ........ ......E.
0010 00 3e 45 d2 40 00 40 06 65 0b c0 a8 07 46 c0 a8 .>E.@.@. e....F..
0020 07 46 9f e4 00 8f 5e f4 0b de 5f 40 40 ab 50 18 .F....^. .._@@.P.
0030 7f ff c5 96 00 00 31 20 6c 6f 67 69 6e 20 22 64 ......1 login "d
0040 72 65 70 70 65 72 22 20 22 22 0d 0a repper" ""..
This of course fails. I can switch back and forth between old and new version
and the old always works when the new fails.
This is on a very recent Fedore Core (Red Hat) version. No .imaprc file.
Comment 1•21 years ago
|
||
This still an issue, Ulrich?
Updated•18 years ago
|
QA Contact: front-end
Comment 2•17 years ago
|
||
I can see this problem in both 1.5.0.14 (20080314) and 2.0.0.12 (20080213).
[root@localhost MMARKK]# /root/tshark -i Leth4 host 10.80.2.20 and tcp port 143
Capturing on Leth4
0.000000 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [SYN] Seq=0 Len=0
MSS=1460 TSV=40582650 TSER=0 WS=7
0.000163 10.130.0.0 -> 10.80.2.20 TCP imap > 37909 [SYN, ACK] Seq=0 Ack=1
Win=5792 Len=0 MSS=1460 TSV=1020308739 TSER=40582650 WS=0
0.000258 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [ACK] Seq=1 Ack=1
Win=5888 Len=0 TSV=40582650 TSER=1020308739
0.004175 10.130.0.0 -> 10.80.2.20 IMAP Response: * OK [CAPABILITY
IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES
SORT QUOTA AUTH=PLAIN IDLE XCOURIEROUTBOX=INBOX.Outbox XMAGICTRASH]
Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for
distribution information.
0.004337 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [ACK] Seq=1 Ack=270
Win=6912 Len=0 TSV=40582651 TSER=1020308743
0.282260 10.80.2.20 -> 10.130.0.0 IMAP Request: 1 capability
0.282417 10.130.0.0 -> 10.80.2.20 TCP imap > 37909 [ACK] Seq=270 Ack=15
Win=5792 Len=0 TSV=1020309022 TSER=40582721
0.282550 10.130.0.0 -> 10.80.2.20 IMAP Response: * CAPABILITY IMAP4rev1
UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
AUTH=PLAIN IDLE XCOURIEROUTBOX=INBOX.Outbox XMAGICTRASH
0.282670 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [ACK] Seq=15 Ack=455
Win=8064 Len=0 TSV=40582721 TSER=1020309022
0.330173 10.80.2.20 -> 10.130.0.0 IMAP Request: 2 login "mmarkk" ""
0.369328 10.130.0.0 -> 10.80.2.20 TCP imap > 37909 [ACK] Seq=455 Ack=36
Win=5792 Len=0 TSV=1020309109 TSER=40582733
5.353518 10.130.0.0 -> 10.80.2.20 IMAP Response: 2 NO Login failed.
5.353627 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [ACK] Seq=36 Ack=475
Win=8064 Len=0 TSV=40583989 TSER=1020314094
6.809723 10.80.2.20 -> 10.130.0.0 IMAP Request: 3 login "mmarkk" ""
6.809835 10.130.0.0 -> 10.80.2.20 TCP imap > 37909 [ACK] Seq=475 Ack=57
Win=5792 Len=0 TSV=1020315550 TSER=40584353
8.265315 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [FIN, ACK] Seq=57
Ack=475 Win=8064 Len=0 TSV=40584717 TSER=1020315550 8.305038 10.130.0.0 ->
10.80.2.20 TCP imap > 37909 [ACK] Seq=475 Ack=58 Win=5792 Len=0
TSV=1020317046 TSER=40584717
11.830475 10.130.0.0 -> 10.80.2.20 IMAP Response: 3 NO Login failed.
11.830578 10.80.2.20 -> 10.130.0.0 TCP 37909 > imap [RST] Seq=58 Len=0
Flags: wanted-thunderbird3.0a1?
Flags: blocking-thunderbird3.0a1?
Comment 3•17 years ago
|
||
Updated•17 years ago
|
Attachment #309642 -
Attachment description: Mark Corensberg's patch → Mark Corensberg's patch for thunderbird 1.5
Attachment #309642 -
Flags: superreview?(mscott)
Attachment #309642 -
Flags: review?(mscott)
Updated•17 years ago
|
Assignee: mscott → bienvenu
Component: Mail Window Front End → Networking: IMAP
Product: Thunderbird → Core
QA Contact: front-end → networking.imap
Comment 4•17 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=309642) [details]
> Mark Corensberg's patch
>
You should request review from bienvenu@nventure.com
Updated•17 years ago
|
Attachment #309642 -
Flags: superreview?(mscott)
Attachment #309642 -
Flags: superreview?(bienvenu)
Attachment #309642 -
Flags: review?(mscott)
Attachment #309642 -
Flags: review?(bienvenu)
Comment 5•17 years ago
|
||
Since we've shipped 1.5 and 2.0 with this, it can't be that frequent, so not blocking 3.0a1 on it. However, since it has a simple patch, we'd very much like to see this land, marking wanted3.0a1+.
Flags: wanted-thunderbird3.0a1?
Flags: wanted-thunderbird3.0a1+
Flags: blocking-thunderbird3.0a1?
Flags: blocking-thunderbird3.0a1-
![]() |
||
Comment 6•17 years ago
|
||
Moving from wanted‑thunderbird3.0a1+ flag to wanted‑thunderbird3.0a2? flag since code for Thunderbird 3 Alpha 1 has been frozen.
Flags: wanted-thunderbird3.0a1+ → wanted-thunderbird3.0a2?
Assignee | ||
Comment 7•17 years ago
|
||
is this related to bug 417957? Have you turned off auth_login?
Assignee | ||
Comment 8•17 years ago
|
||
The more I look at this, the more I think the work going on in bug 417957 should handle this. I'm going to mark this as dependent on that one for now, but I believe it will end up being a dup.
Depends on: 417957
Comment 9•17 years ago
|
||
As far as I can see, bug 417957 should solve this bug as well. The solutions are identical in effect.
Assignee | ||
Comment 10•17 years ago
|
||
Comment on attachment 309642 [details] [diff] [review]
Mark Corensberg's patch for thunderbird 1.5
obsoleted by patch in bug 417957. Thx for the patch, though, and please let me know if this isn't fixed in trunk builds for you now.
Attachment #309642 -
Attachment is obsolete: true
Attachment #309642 -
Flags: superreview?(bienvenu)
Attachment #309642 -
Flags: review?(bienvenu)
Assignee | ||
Comment 11•17 years ago
|
||
resolving as dup of bug 417957, which although newer, is where the patch that fixed this was developed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
![]() |
||
Updated•17 years ago
|
Flags: wanted-thunderbird3.0a2?
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•