Name Description Size
activityModules.sys.mjs 945
alertHook.sys.mjs Displays alerts from the mail session service, and also adds them to the Activity Manager. @implements {nsIMsgUserFeedbackListener} @implements {nsIObserver} 5773
autosync.sys.mjs This code aims to mediate between the auto-sync code and the activity mgr. Not every auto-sync activity is directly mapped to a process or event. To prevent a possible event overflow, Auto-Sync monitor generates one sync'd event per account when after all its _pending_ folders are sync'd, rather than generating one event per folder sync. 13493
glodaIndexer.sys.mjs Gloda message indexer feedback. 8450
moveCopy.sys.mjs 11888
pop3Download.sys.mjs 4612
sendLater.sys.mjs This really, really, sucks. Due to mailnews widespread use of nsIMsgStatusFeedback we're bound to the UI to get any sensible feedback of mail sending operations. The current send later code can't hook into the progress listener easily to get the state of messages being sent, so we'll just have to do it here. 8603