MailNews:SASLRefactor

From MozillaWiki
Jump to: navigation, search

At the moment each of the mailnews protocols (POP3, IMAP, SMTP) have their own implementation of all of their SASL mechanisms. At some point I (sxw) intend on refactoring these into nsIAuthModule style classes (similar to the one which already houses the GSSAPI mechanism), so that we can have one implementation that's used by all protocols.

https://bugzilla.mozilla.org/show_bug.cgi?id=400212 is tracking this.