Thunderbird:Code Layout: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Moved mozilla/mailnews section to mailnews specific page.) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<small>[[Tb:Dev|<< Back to Thunderbird:Dev]]</small> | |||
Thunderbird leverages a lot of Gecko, but two directories in the main mozilla tree are where the bulk of Thunderbird's functionality is included. There are two directories, one specific to Thunderbird, and one shared with SeaMonkey. | |||
Thunderbird specific | == mozilla/mail == | ||
[http://mxr.mozilla.org/seamonkey/source/mail/ Link to mxr trunk source] | |||
Thunderbird specific directories: | |||
* app: icons and other requirements for app packaging | * app: icons and other requirements for app packaging | ||
* base: main XUL/JS files | * base: main XUL/JS files | ||
* components (many of these are Thunderbird-specific derivatives of similar files in the /mailnews directory) | * components (many of these are Thunderbird-specific derivatives of similar files in the /mailnews directory) | ||
** addrbook | ** [[MailNews:Address Book Code Structure|addrbook]] | ||
** build | ** build | ||
** compose | ** compose | ||
** migration | ** migration: code to support migration of settings and data from Dogbert, Eudora, Netscape Mail, Outlook Express, Outlook, and SeaMonkey. | ||
** phishing | ** phishing | ||
** preferences | ** preferences | ||
** search | ** search: Spotlight integration | ||
** shell | ** shell: integration with default mail handler on various operating systems (Mac, Windows, GNOME) | ||
* config | * config (build configuration file) | ||
* extensions | * extensions | ||
** newsblog | ** newsblog: RSS reader | ||
** smime | ** smime: S/MIME ??? | ||
* installer | * installer | ||
* locales | * locales | ||
* themes | * themes | ||
== mozilla/mailnews == | |||
See [[MailNews:Code_Layout]] | |||
[[category:Thunderbird|*]] | |||
* |
Latest revision as of 10:07, 15 July 2008
Thunderbird leverages a lot of Gecko, but two directories in the main mozilla tree are where the bulk of Thunderbird's functionality is included. There are two directories, one specific to Thunderbird, and one shared with SeaMonkey.
mozilla/mail
Thunderbird specific directories:
- app: icons and other requirements for app packaging
- base: main XUL/JS files
- components (many of these are Thunderbird-specific derivatives of similar files in the /mailnews directory)
- addrbook
- build
- compose
- migration: code to support migration of settings and data from Dogbert, Eudora, Netscape Mail, Outlook Express, Outlook, and SeaMonkey.
- phishing
- preferences
- search: Spotlight integration
- shell: integration with default mail handler on various operating systems (Mac, Windows, GNOME)
- config (build configuration file)
- extensions
- newsblog: RSS reader
- smime: S/MIME ???
- installer
- locales
- themes