.eslintrc.js |
|
2362 |
ext-accounts.js |
@implements {nsIObserver}
@implements {nsIMsgFolderListener}
|
8874 |
ext-addressBook.js |
Reads a DOM File and returns a Promise for its dataUrl.
@param {File} file
@returns {string}
|
52578 |
ext-browserAction.js |
-*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- |
11426 |
ext-chrome-settings-overrides.js |
global searchInitialized |
12860 |
ext-cloudFile.js |
@typedef CloudFileDate
@property {integer} timestamp - milliseconds since epoch
@property {DateTimeFormat} format - format object of Intl.DateTimeFormat
|
23873 |
ext-commands.js |
-*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- |
2866 |
ext-compose.js |
|
64208 |
ext-composeAction.js |
-*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- |
4779 |
ext-extensionScripts.js |
-*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- |
6189 |
ext-folders.js |
Tracks folder events.
@implements {nsIMsgFolderListener}
|
42469 |
ext-identities.js |
@implements {nsIObserver}
|
11099 |
ext-mail.js |
Returns a real file for the given DOM File.
@param {File} file - the DOM File
@returns {nsIFile}
|
55760 |
ext-mailTabs.js |
Converts a mail tab to a simple object for use in messages.
@returns {object}
|
26043 |
ext-menus.js |
-*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- |
47949 |
ext-messageDisplay.js |
Returns the currently displayed messages in the given tab.
@param {Tab} tab
@returns {nsIMsgDBHdr[]} Array of nsIMsgDBHdr
|
11563 |
ext-messageDisplayAction.js |
Overrides the super class to update every about:message in this window.
|
7692 |
ext-messages.js |
Takes a MimeTreePart and returns the raw headers, to be used in the
WebExtension MessagePart.
@param {MimeTreePart} mimeTreePart
@returns {Object<string, string[]>} The headers of the part. Each key is the
name of a header and its value is an array of the header values.
@see mail/extensions/openpgp/content/modules/MimeTree.sys.mjs
|
50955 |
ext-scripting-tb.js |
-*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- |
8908 |
ext-sessions.js |
|
1702 |
ext-spaces.js |
Return the paths to the 16px and 32px icons defined in the manifest of this
extension, if any.
@param {ExtensionData} extension - the extension to retrieve the path object for
|
11935 |
ext-spacesToolbar.js |
Return the paths to the 16px and 32px icons defined in the manifest of this
extension, if any.
@param {ExtensionData} extension - the extension to retrieve the path object for
|
9801 |
ext-tabs.js |
A listener that allows waiting until tabs are fully loaded, e.g. off of about:blank.
|
28370 |
ext-theme.js |
global windowTracker, EventManager, EventEmitter |
17952 |
ext-utilities.js |
override_charset |
3329 |
ext-windows.js |
import-globals-from ext-mail.js |
22133 |