User:Standard8/TB3 Existing AB Integration Points: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '* Composition ** Email format preference (html/plain/unknown) ** Interaction to set "popularity" ** Autocomplete *** To my domain *** Local AB search *** LDAP search ** Contacts ...')
 
No edit summary
 
Line 1: Line 1:
* Composition
* Composition
** Email format preference (html/plain/unknown)
** Email format preference (html/plain/unknown) - c++, nsIAbManager/nsIAbDirectory/nsIAbCard
** Interaction to set "popularity"
** Interaction to set "popularity" -
** Autocomplete
** Autocomplete
*** To my domain
*** To my domain - js implementation
*** Local AB search
*** Local AB search - js implementation
*** LDAP search
*** LDAP search - c++ implementation (can override via js)
** Contacts sidebar
** Contacts sidebar
* AB Search ("advanced" search dialog)
* AB Search ("advanced" search dialog) - Can override via chrome/js
* Content Policy
* Content Policy
** Allow/Disallow Remote Content
** Allow/Disallow Remote Content - c++, nsIAbManager/nsIAbDirectory/nsIAbCard
* Message Headers
* Message Headers
** Allow remote content
** Allow remote content - js calls
** Add to address book/Edit Details
** Add to address book/Edit Details - js functions
* Gloda
* Gloda
* Junk whitelists (select address books)
* Junk whitelists (select address books) - js functions
* Message Search/Filtering
* Junk backend - c++, nsIAbManager/nsIAbDirectory/nsIAbCard
* Import
* Message Search/Filtering - c++ nsIAbManager/nsIAbDirectory/nsIAbCard
* Import - c++ nsIAbManager/nsIAbDirectory/nsIAbCard

Latest revision as of 09:08, 26 June 2009

  • Composition
    • Email format preference (html/plain/unknown) - c++, nsIAbManager/nsIAbDirectory/nsIAbCard
    • Interaction to set "popularity" -
    • Autocomplete
      • To my domain - js implementation
      • Local AB search - js implementation
      • LDAP search - c++ implementation (can override via js)
    • Contacts sidebar
  • AB Search ("advanced" search dialog) - Can override via chrome/js
  • Content Policy
    • Allow/Disallow Remote Content - c++, nsIAbManager/nsIAbDirectory/nsIAbCard
  • Message Headers
    • Allow remote content - js calls
    • Add to address book/Edit Details - js functions
  • Gloda
  • Junk whitelists (select address books) - js functions
  • Junk backend - c++, nsIAbManager/nsIAbDirectory/nsIAbCard
  • Message Search/Filtering - c++ nsIAbManager/nsIAbDirectory/nsIAbCard
  • Import - c++ nsIAbManager/nsIAbDirectory/nsIAbCard