Thunderbird:Supported authentication methods: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(SASL.)
(Add link.)
Line 2: Line 2:
Mozilla 1.7 has support for GSSAPI authentication for HTTP, and thus supports kerberos. It would be good to have GSSAPI auth for IMAP (and LDAP) in TB. Is the support there? What needs to be developed and tested? I'll try to gather relevant bugs and references to source code here.
Mozilla 1.7 has support for GSSAPI authentication for HTTP, and thus supports kerberos. It would be good to have GSSAPI auth for IMAP (and LDAP) in TB. Is the support there? What needs to be developed and tested? I'll try to gather relevant bugs and references to source code here.


*[http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html IMAP/GSSAPI in thunderbird 1.5?]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=307788 IMAP/GSSAPI implemented?]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=307788 IMAP/GSSAPI implemented?]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=17578 Request for HTTP/GSSAPI auth] (implemented in 1.7)
*[https://bugzilla.mozilla.org/show_bug.cgi?id=17578 Request for HTTP/GSSAPI auth] (implemented in 1.7)

Revision as of 11:06, 17 September 2005

Kerberos

Mozilla 1.7 has support for GSSAPI authentication for HTTP, and thus supports kerberos. It would be good to have GSSAPI auth for IMAP (and LDAP) in TB. Is the support there? What needs to be developed and tested? I'll try to gather relevant bugs and references to source code here.

IMAP

TB supports IMAP authentication, though I'm not sure which hashing schemes it supports of MD5, crypt, etc.

SMTP

I guess this is similar to IMAP auth.

POP3

I don't use this old protocol.

SASL?

Can SASL be used on the client side in any useful way? (And, incidentally, Which IMAP, LDAP, SMTP servers, etc, support it?)

NTLM and SPNEGO?

These are not listed as available authentication methods in the UI. Are they ever used automatically?

General

GSSAPI implementations

  • MIT
  • Sun
  • Heimdal
  • GNU