Closed
Bug 202011
Opened 22 years ago
Closed 22 years ago
CRAM-MD5 not used if neither PLAIN nor LOGIN advertised
Categories
(MailNews Core :: Networking: SMTP, defect)
MailNews Core
Networking: SMTP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ch.ey, Assigned: Bienvenu)
Details
If the SMTP server only advertises CRAM-MD5, it won't be used by Mozilla.
Reason seems to be the if on line 780 of nsSmtpProtocol.cpp. If I add ||
TestFlag(SMTP_AUTH_CRAM_MD5_ENABLED) to it, it works.
This might be the whole thing, but I'm not sure.
| Assignee | ||
Comment 1•22 years ago
|
||
thx, yeah. that sounds right. I'll check that in...
| Reporter | ||
Comment 2•22 years ago
|
||
Uh, wait. See for the if on line 803 too!
| Assignee | ||
Comment 3•22 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
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
•