Open
Bug 202148
Opened 22 years ago
Updated 3 years ago
Make the mechanism used for smtp authentication adjustable
Categories
(MailNews Core :: Networking: SMTP, enhancement)
MailNews Core
Networking: SMTP
Tracking
(Not tracked)
NEW
People
(Reporter: ch.ey, Unassigned)
References
Details
It would be nice to have add the ability for the user to define a authentication
mechanism.
Currently m_prefAuthMethod (class nsSmtpProtocol) and pref
mail.smtpserver.default.auth_method can only become PREF_AUTH_ANY and
PREF_AUTH_NONE, so all or nothing.
If we'd have PREF_AUTH_PLAIN, PREF_AUTH_LOGIN, PREF_AUTH_CRAM_MD5 a.s.o. and the
code to interpret it, the user could choose (in a pref var first and then in UI).
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Assignee: mscott → nobody
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•17 years ago
|
QA Contact: nbaca → networking.smtp
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•