summaryrefslogtreecommitdiff
path: root/chrome/content/accountWizard/createInBackend.js
AgeCommit message (Collapse)Author
2018-05-06Add support for Thunderbird 60Sukhbir Singh
See https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57 for changes relevant to Thunderbird 60. This commit also bumps up the minimum supported version to Thunderbird 52.
2017-10-30[bug] Replace instances of String.prototype.contains with ↵Sukhbir Singh
String.prototype.includes In Firefox 48, contains() has been replaced with includes(). See https://bugzilla.mozilla.org/show_bug.cgi?id=1102219 for more information. This bug was preventing the extension from configuring a new Bitmask account (see issues #9 and #10).
2013-10-04Initial import.drebs