Closed
Bug 218766
Opened 21 years ago
Closed 21 years ago
SASL mechanism PLAIN not supported
Categories
(MailNews Core :: Networking: POP, defect)
MailNews Core
Networking: POP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ch.ey, Assigned: ch.ey)
Details
Attachments
(1 file)
3.58 KB,
patch
|
Bienvenu
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
In contrast to SMTP, we don't support the SASL mechanism PLAIN in POP3.
Assignee | ||
Comment 1•21 years ago
|
||
This patch adds support for SASL/PLAIN to our POP3 protocol. The code is
basically the same like in nsSmtpProtocol, so very little risk.
This is a -puw patch, -pu for checkin on request.
Assignee | ||
Updated•21 years ago
|
Attachment #131137 -
Flags: review?(bienvenu)
Comment 2•21 years ago
|
||
Comment on attachment 131137 [details] [diff] [review]
suggested patch
r=bienvenu - are we giving auth plain the right precedence when multiple
mechanisms are supported by the server, i.e., preferring it to auth login?
Attachment #131137 -
Flags: review?(bienvenu) → review+
Assignee | ||
Comment 3•21 years ago
|
||
Yep, PLAIN before LOGIN.
Assignee | ||
Updated•21 years ago
|
Attachment #131137 -
Flags: superreview?(scott)
Updated•21 years ago
|
Attachment #131137 -
Flags: superreview?(scott) → superreview+
Comment 4•21 years ago
|
||
fix checked in. Thx, Christian.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•