On Fri, 29 May 2009 01:00:05 -0500, Nicolas Toper <[email protected]> wrote: >Hi, > >I am using SMTP-AUTH with Twisted. I have extended smtp.mail to handle >LOGIN and PLAIN on the server side (the version I have handles only >CRAM-MD5). I am adding currently DIGEST-MD5. > >Do you want a patch? > >If yes, what is the best way to submit a patch (I could not find it on >the wiki)?
Hi Nicolas, A patch adding DIGEST-MD5 support would be great. You can find details on how to contribute here: http://twistedmatrix.com/trac/wiki/TwistedDevelopment You might also find twisted.cred.credentials.DigestedCredentials useful. Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
