[Zope] Any news from ZOPE track?

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Fri, 28 Jan 2000 16:21:43 +1100


>>> Anthony Baxter wrote
> You probably want to turn on imaplib debugging to figure out what's going
> on.

just as a followup here - the way to do this:

import imaplib
imaplib.Debug = 5

before you make any connection objects.