User:Nth10sd/MozMill TB Functions
From MozillaWiki
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