[Twisted-Python] ESMTP extension

Jean-Paul Calderone exarkun at divmod.com
Fri May 29 06:25:56 MDT 2009


On Fri, 29 May 2009 01:00:05 -0500, Nicolas Toper <ntoper at gmail.com> 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




More information about the Twisted-Python mailing list