Name Description Size
AddrBookFileImporter.sys.mjs A module to import address book files. 10793
AppleMailProfileImporter.sys.mjs A module to import things from an apple mail profile dir into the current profile. 2692
BaseProfileImporter.sys.mjs An object to represent a source profile to import from. @typedef {object} SourceProfile @property {string} name - The profile name. @property {nsIFile} dir - The profile location. An object to represent items to import. @typedef {object} ImportItems @property {boolean} accounts - Whether to import accounts and settings. @property {boolean} addressBooks - Whether to import address books. @property {boolean} calendars - Whether to import calendars. @property {boolean} mailMessages - Whether to import mail messages. 2844
CalendarFileImporter.sys.mjs A module to import iCalendar (.ics) file. 3781
moz.build 671
OutlookProfileImporter.sys.mjs A module to import things from an outlook profile dir into the current profile. 4334
SeamonkeyProfileImporter.sys.mjs A module to import things from a seamonkey profile dir into the current profile. 2551
ThunderbirdProfileImporter.sys.mjs A pref is represented as [type, name, value]. @typedef {["Bool"|"Char"|"Int", string, number|string|boolean]} PrefItem A map from source smtp server key to target smtp server key. @typedef {Map<string, string>} SmtpServerKeyMap A map from source identity key to target identity key. @typedef {Map<string, string>} IdentityKeyMap A map from source IM account key to target IM account key. @typedef {Map<string, string>} IMAccountKeyMap A map from source incoming server key to target incoming server key. @typedef {Map<string, string>} IncomingServerKeyMap 34084