Bug 1461106 - Remove SMTP password from cache when deleted from password manager to prevent stale connection attempts.

Tag #1273
This commit is contained in:
Matt A. Tobin 2019-11-10 17:55:10 -05:00 committed by Roy Tam
commit 52ff1c8f6b
3 changed files with 46 additions and 2 deletions

View file

@ -556,7 +556,7 @@ NS_DEFINE_NAMED_CID(NS_BAYESIANFILTER_CID);
// compose factories
////////////////////////////////////////////////////////////////////////////////
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSmtpService)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSmtpServer)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsSmtpServer, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgCompose)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgComposeParams)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgComposeSendListener)