|
|
Line 3: |
Line 3: |
| 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 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 ====
| | == mozilla/mail == |
|
| |
|
| [http://mxr.mozilla.org/seamonkey/source/mail/ Link to mxr trunk source] | | [http://mxr.mozilla.org/seamonkey/source/mail/ Link to mxr trunk source] |
Line 28: |
Line 28: |
| * themes | | * themes |
|
| |
|
| ==== mozilla/mailnews ====
| | == mozilla/mailnews == |
|
| |
|
| [http://mxr.mozilla.org/seamonkey/source/mailnews/ Link to mxr trunk source]
| | See [[MailNews:Code_Layout]] |
| | |
| Infrastructure shared by Thunderbird and SeaMonkey, and some SeaMonkey-specific code as well (the latter being migrated to suite/ over time).
| |
| | |
| * [[MailNews:Address Book Code Structure|addrbook: Address Book]]
| |
| * base: Core configuration
| |
| ** base/build: Build directory for libmsgbase.so (shared mail builds)
| |
| ** base/ispdata: ISP autoconfiguration files
| |
| ** base/prefs: Public preferences UI (account manager, account wizard, what else?)
| |
| ** base/public: IDL files and public files for common components, mostly account manager and DB view
| |
| ** base/resources: Base mailnews UI, either SeaMonkey-specific or applicable to both
| |
| ** base/search: Filter and search code
| |
| ** base/src: The source files for base code; mostly account manager-related stuff and the C++ portions of the UI.
| |
| ** base/test: Tests code for base (just base/src or all?)
| |
| ** base/util: Utility code: generic bases of some interfaces and some classes used across multiple directories.
| |
| * build
| |
| * compose: email composition widget
| |
| * db: The mail file store code
| |
| * extensions
| |
| * imap
| |
| * import
| |
| * local
| |
| * mapi
| |
| * mime: MIME parsing and handling code; also known as libmime.
| |
| * movemail
| |
| * news: The NNTP (news) code of mailnews
| |
| * public
| |
|
| |
|
| [[category:Thunderbird|*]] | | [[category:Thunderbird|*]] |