User:Nth10sd/MozMill TB Functions

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Firefox Mozmill functions:

  • getBrowserController()
  • getAddonsController() - not yet generic
  • getPreferencesController() - not yet generic

Thunderbird Mozmill functions finalized for Mozmill 1.0 - see bug 459719:

  • getMail3PaneController()
  • getAddrbkController()

Thunderbird functions that we lack: (Outdated)

  • getMail3PaneController() - newMail3PaneController() - see bug 459719
  • getAddressBookController()
  • getMsgComposeController()
  • getAcctSettingsController()
  • getTBPrefsController() - "should just be merged into the FF versions - mozmill should just do app detection" - Standard8 via IRC
  • getTBAddonsController() - "should just be merged into the FF versions - mozmill should just do app detection" - Standard8 via IRC

Most should call up the windows themselves; if opening a new address book in a tab, getMail3PaneController() should be called instead.

Future:

  • Lightning / Task-related