I recall that Active State Python binary does not include SSL because of
export restriction. Try using normal python binary in http://python.org.
Russell Stewart wrote:
> I'm trying to log into a secure IMAP4 server using imaplib,
> and I'm getting a strange error. If I do the following (name
> o
I'm trying to log into a secure IMAP4 server using imaplib,
and I'm getting a strange error. If I do the following (name
of mail server x'ed out in example):
>>> import imaplib
>>> m = imaplib.IMAP4_SSL("mail.xxx.xxx")
I get:
Traceback (most recent call last):
File "", line 1, in ?
File "