Improving the MsgIncomingServer interface for authentication state
Categories
(MailNews Core :: Networking, defect)
Tracking
(Not tracked)
People
(Reporter: justin, Unassigned)
References
Details
(Keywords: good-first-bug, Whiteboard: [patch-love])
Attachments
(2 files)
10.98 KB,
patch
|
Details | Diff | Splinter Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
![]() |
||
Comment 4•24 years ago
|
||
Updated•20 years ago
|
Comment 5•17 years ago
|
||
![]() |
||
Comment 6•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Comment 8•6 years ago
|
||
Yes. Just needs someone to dust off the patch.
Updated•3 years ago
|
Comment 10•3 years ago
|
||
Thanks lilian. I have changed the review request to Magnus
Comment 11•3 months ago
|
||
(In reply to justin from comment #0)
Both the POP and IMAP code had separate interfaces for setting and querying
the
authentication state of the msg server. This patch makes the attribute
"authenticated" accessible from the nsIMsgIncomingServer interface, removes
the
old implementations from the POP and IMAP code, and makes everything use the
new
attribute on the generic interface.This allows for future extensions (such as X-Sender) to cleanly (and
generically) access the authentication state, without requiring special code
to
deal with each incoming server's implementation.
Magnus wrote the phab, "not sure it [the patch] is wanted if there is no clear use case."
Is comment 0 the use case you are referring to?
Comment 12•2 months ago
|
||
I guess it would be a small improvement yes.
Description
•