Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 11:55 AM, Kevin Horn wrote: > > Can anyone tell me what the recommended way to run the twisted test suite > against my trunk checkout is (on Win32)? I can't seem to make it work. I > just get a bunch of DeprecationWarnings and then a stack trace complaining > about not b

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Jean-Paul Calderone
On Wed, 29 Jul 2009 11:55:54 -0500, Kevin Horn wrote: > [snip] > >Can anyone tell me what the recommended way to run the twisted test suite >against my trunk checkout is (on Win32)? I can't seem to make it work. I >just get a bunch of DeprecationWarnings and then a stack trace complaining >about

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 11:03 AM, Kevin Horn wrote: > On Wed, Jul 29, 2009 at 10:51 AM, Kevin Horn wrote: > >> On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone >> wrote: >> >>> On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn >>> wrote: >>> >I was digging through the Twisted IMAP code tonigh

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 10:51 AM, Kevin Horn wrote: > On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone > wrote: > >> On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn >> wrote: >> >I was digging through the Twisted IMAP code tonight and I noticed >> something >> >puzzling... >> > >> >PLAINAuth

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone wrote: > On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn > wrote: > >I was digging through the Twisted IMAP code tonight and I noticed > something > >puzzling... > > > >PLAINAuthenticator.challengeResponse() uses the following statement to > sen

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Jean-Paul Calderone
On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn wrote: >I was digging through the Twisted IMAP code tonight and I noticed something >puzzling... > >PLAINAuthenticator.challengeResponse() uses the following statement to send >auth credentials to the server > >return '%s\0%s\0' % (self.user,