User:Emre/tb/architecture/diagrams: Difference between revisions
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
** [[User:Emre/tb/architecture/diagrams/messagedatabase#Interface | interface]] | ** [[User:Emre/tb/architecture/diagrams/messagedatabase#Interface | interface]] | ||
** [[User:Emre/tb/architecture/diagrams/messagedatabase#Implementation | implementation]] | ** [[User:Emre/tb/architecture/diagrams/messagedatabase#Implementation | implementation]] | ||
*** [[User:Emre/tb/architecture/diagrams/messagedatabase#Per_Protocol | NewsDatabase, MailDatabase, ImapMailDatabase]] | |||
* <b>Message Database Folder</b> | |||
** [[User:Emre/tb/architecture/diagrams/messagedatabase#Message_DB_Folder | Implementation]] | |||
= Protocol Implementation = | = Protocol Implementation = | ||
Revision as of 22:45, 8 May 2008
About this work
The following is the UML diagrams of (some) major components of Thunderbird. I started this work to document and share my understanding of Thunderbird architecture while working on a threading bug. This is a work in progress and I am planning to add more diagrams over time. I don't plan to cover everything, just important stuff.
I use only the basic elements of UML, and try to keep it simple as much as possible. I deliberately use some elements non-normative way, don't expect a perfect UML diagram. You can find the description of the common elements in the legend.
Core Components
- Message Incoming Server
- Account Manager
- Message Folder
- Address Book
- Message Database
- Message Database Folder
Protocol Implementation
- IMAP
- POP3
- nsPop3IncomingServer
- nsIPop3Protocol
- nsIPop3IncomingServer
- RSS