Thunderbird:Code Layout: Difference between revisions
Jump to navigation
Jump to search
(New page: The first two are particularly relevant: ==== mozilla/mail ==== Thunderbird specific files: * app * base * components * config * extensions * installer * locales * themes ==== mozilla...) |
|||
| Line 5: | Line 5: | ||
Thunderbird specific files: | Thunderbird specific files: | ||
* app | * app: icons and other requirements for app packaging | ||
* base | * base: main XUL/JS files | ||
* components | * components | ||
** addrbook | |||
** build | |||
** compose | |||
** migration | |||
** phishing | |||
** preferences | |||
** search | |||
** shell | |||
* config | * config | ||
* extensions | * extensions | ||
** newsblog | |||
** smime | |||
* installer | * installer | ||
* locales | * locales | ||
* themes | * themes | ||
==== mozilla/mailnews ==== | ==== mozilla/mailnews ==== | ||
Revision as of 01:23, 8 March 2008
The first two are particularly relevant:
mozilla/mail
Thunderbird specific files:
- app: icons and other requirements for app packaging
- base: main XUL/JS files
- components
- addrbook
- build
- compose
- migration
- phishing
- preferences
- search
- shell
- config
- extensions
- newsblog
- smime
- installer
- locales
- themes
mozilla/mailnews
Infrastructure shared by Thunderbird and Seamonkey, and some Seamonkey specific code as well (the latter being migrated to suite/ over time).
- addrbook: Address Book
- base
- build
- compose: email composition widget
- db:
- extensions
- imap
- import
- local
- mapi
- mime
- movemail
- news
- public