GNOME Bugzilla – Bug 201144
NTLM auth for POP/IMAP (aka SPA)
Last modified: 2013-09-10 13:50:53 UTC
If we want to support NTLM (Exchange Server) authentication for POP and IMAP, we need to grab the code from fetchmail to do that. (I don't know if this is important at all. No one has asked for it yet...)
Ok, I'll ask for it, so I can access my Microsoft Exchange Server...
*** bug 214295 has been marked as a duplicate of this bug. ***
This is 90% written already. Louie: add this to the interop tracking bug once that exists.
Hate to jump on this little bandwagon, but since QWest decided to change everyone over from their service to MSN, I have had to go back to using Outlook (cringe) as MSN requires SPA. MSN requiring SPA is somewhat of a recent development, and conspiracy theorists will tell you that they are afraid of Ximian ;-)
dan, still working on this?
I haven't actually done any work specifically on NTLM for Camel. The NTLM code is all in soup, it's just a matter of pulling it out, probably making it use the DES and MD4 code from NSS instead of its own (assuming NSS exports those routines?), and refactoring it into the CamelSasl framework. If either of you has spare time, feel free to grab the bug. I'm not going to get to it before 1.1.0. (eltester has an account on lewdness.ximian.com with the same password as on peabody that you can use to test.)
Fixed in CVS. (I wrote and tested it against the 1.0 branch, but none of the SASL stuff seems to have changed on HEAD, so it should work...)