User:Nth10sd/MozMill TB Functions: Difference between revisions
Jump to navigation
Jump to search
(New page: Firefox Mozmill functions: * getBrowserController() * getAddonsController() * getPreferencesController() Thunderbird functions that we lack: * getMail3PaneController() - newMail3PaneCon...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* getBrowserController() | * getBrowserController() | ||
* getAddonsController() | * getAddonsController() - not yet generic | ||
* getPreferencesController() | * getPreferencesController() - not yet generic | ||
Thunderbird functions | Thunderbird Mozmill functions finalized for Mozmill 1.0 - see {{bug|459719}}: | ||
* getMail3PaneController | * getMail3PaneController() | ||
* getAddrbkController() | |||
* | |||
Most should call up the windows themselves; if opening a new address book in a tab, getMail3PaneController() should be called instead. | ''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: | Future: | ||
* Lightning / Task-related | * Lightning / Task-related |
Latest revision as of 17:32, 1 January 2009
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