MailNews:Address Book Code Structure: Difference between revisions
Jump to navigation
Jump to search
(Add LDAP C-SDK link) |
(Add reference to palm sync extension) |
||
Line 13: | Line 13: | ||
* [http://lxr.mozilla.org/seamonkey/source/directory/c-sdk/ mozilla/directory/c-sdk] - The [[LDAP_C_SDK|Mozilla C Software Development Kit for LDAP]] | * [http://lxr.mozilla.org/seamonkey/source/directory/c-sdk/ mozilla/directory/c-sdk] - The [[LDAP_C_SDK|Mozilla C Software Development Kit for LDAP]] | ||
* [http://lxr.mozilla.org/seamonkey/source/directory/xpcom/ mozilla/directory/xpcom] - Interfaces to the c-sdk for use with address book and other ldap items. | * [http://lxr.mozilla.org/seamonkey/source/directory/xpcom/ mozilla/directory/xpcom] - Interfaces to the c-sdk for use with address book and other ldap items. | ||
* [http://lxr.mozilla.org/seamonkey/source/mailnews/extensions/palmsync/ mozilla/mailnews/extensions/palmsync] - The palm sync extension (adds sync capabilities for palm devices) | |||
Theme Locations: | Theme Locations: |
Revision as of 19:11, 10 January 2007
Resources |
---|
MailNews Homepage |
Address Book Homepage |
Roadmap |
Help Wanted |
LDAP Address Books |
Code Structure |
Bug Locations |
Related Standards |
This page details the structure of the Address Book in CVS:
- mozilla/mailnews/addrbook/public - Public Interfaces.
- mozilla/mailnews/addrbook/src - Back-end Source Code.
- mozilla/mailnews/addrbook/resources - UI code shared between SeaMonkey and Thunderbird, though mainly specific to SeaMonkey.
- mozilla/mailnews/addrbook/prefs - Prefs UI code shared between SeaMonkey and Thunderbird.
- mozilla/mail/components/addrbook - UI code specific to Thunderbird.
Also closely integrated to the address book are:
- mozilla/directory/c-sdk - The Mozilla C Software Development Kit for LDAP
- mozilla/directory/xpcom - Interfaces to the c-sdk for use with address book and other ldap items.
- mozilla/mailnews/extensions/palmsync - The palm sync extension (adds sync capabilities for palm devices)
Theme Locations:
- themes/classic/messenger/addressbook - Classic theme for SeaMonkey
- themes/modern/messenger/addressbook - Modern theme for SeaMonkey
- mail/themes/pinstripe/mail/addrbook - pinstripe theme for Thunderbird.
- mail/themes/qute/mail/addrbook - qute theme for Thunderbird.