Awesome ldapInfoShow is a Thunderbird addon that show contact photo and other info from LDAP for intranet, search avatar in social networks like Facebook, LinkedIn, Flickr, Google+, Gravatar from internet
ldapInfoShow try to use the LDAP servers in Thunderbird's address book. If either of the Name/Hostname/Base DN contains the domain name of email address, then the LDAP server will be used for searching.
If you believe the LDAP server should return someone but it errors out "no match", then you should play with the filter template in 'LDAP settings' for the addon. By default, it's:
(|(mail=%(email)s)(mailLocalAddress=%(email)s))
The filter will be (|([email protected])([email protected])
for your searching, which means either the mail or mailLocalAddress should be username@company.com.
For DavMail LDAP server, the filter should like '(uid=%(uid)s)'
, and DavMail won't provide avatars.
- First need to enable it in Option, and click 'OK' for the warning confirmation.
- Then It will ask for LinkedIn password through standard dialog.
- At last You need to confirm and add the certificate used by LinkedIn to TB's exceptions.
- The more places you enabled, it take more time to load
- Flickr/Gravar can only query 1 email at a time, and Flickr server is slow.
- Facebook/LinkedIn/LDAP support batch query and it can save overall query time, but takes more time to load the 1st one.
- Facebook/LinkedIn will query 25 emails at most in one query.
- LDAP batch query limit is configurable in option dialog and only works when your query filter is simple, eg '(|(mail=%(email)s)(mailLocalAddress=%(email)s))'
- You can also limit the total number of email addresses queried for one mail.
- The email addresses sent to Facebook/LinkedIn/Gravatar will be hashed first.
- Flickr uses plain email address but transfer through https.
- LDAP search uses plain email address.
- Facebook/LinkedIn support are using Microsoft Outlook Connectors way of searching, so you will see the authorization to MOC in your Facebook/LinkedIn settings.
- Support Twitter? If anyone can tell me how.
- Xing? Maybe.
- Support X-Face/Face header? No, they're obsolete.
- You can try to install addon that can sync your gmail contact to local address-book and config this addon to load avatar from it.