Closed
Bug 67583
Opened 25 years ago
Closed 25 years ago
SMTP doesn't fall back to HELO if auth enabled
Categories
(MailNews Core :: Networking: SMTP, defect)
MailNews Core
Networking: SMTP
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: jgmyers, Assigned: jgmyers)
Details
Attachments
(2 files)
|
2.00 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.72 KB,
patch
|
Details | Diff | Splinter Review |
In the case of either PREF_AUTH_ANY or PREF_AUTH_LOGIN, the SMTP client will
send the message without authenticating if the server doesn't support SMTP
authentication. If, however, the server doesn't support EHLO, the code will
inexplicably refuse to fall back to HELO.
Also, the cases PREF_AUTH_ANY and PREF_AUTH_LOGIN are identical.
PREF_AUTH_LOGIN cannot be set through the preferences panel. The two options
should be combined to one.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
sr=mscott
Comment 4•25 years ago
|
||
r=bryner
| Assignee | ||
Comment 5•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
QA Contact: esther → stephend
verified fixed.
Status: RESOLVED → VERIFIED
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
•