[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Looking for advice on IMAP/NTLM support

rootisreal

12/28/2005 5:51:00 PM

Hey all. I'm somewhat new to Ruby, and need to login to an IMAP server
that uses NTLM authentication. It doesn't look like RIT supports this
method of authentication. Does anyone have any advice as far as adding
support for this protocol?

I tried a quick and dirty port of the perl counter-part
(http://search.cpan.org/src/MARKBUSH/NTLM-1....), but I'm
running into some trouble. Has anyone else attempted this? Any ideas on
where to start?