>>> 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.