Re: poplib Q

2006-07-07 Thread SuperHik
Neil Hodgson wrote: SuperHik: I did ofc, but I noticed something strange... *my* socket module really doesn't have SSL object, even tho it's listed in the documentation... (not the online docs, but docs that came with my Python version) ffs how can that be! You are probably using

poplib Q

2006-07-06 Thread SuperHik
Hi! I want to connect to gmail but... It requires SSL so I worte: import poplib server = poplib.POP3_SSL('pop.gmail.com',995) Traceback (most recent call last): File interactive input, line 1, in ? File C:\Python24\lib\poplib.py, line 359, in __init__ self.sslobj =

Re: poplib Q

2006-07-06 Thread Paul McGuire
SuperHik [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! I want to connect to gmail but... It requires SSL so I worte: import poplib server = poplib.POP3_SSL('pop.gmail.com',995) Traceback (most recent call last): File interactive input, line 1, in ? File

Re: poplib Q

2006-07-06 Thread SuperHik
Paul McGuire wrote: SuperHik [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! I want to connect to gmail but... It requires SSL so I worte: import poplib server = poplib.POP3_SSL('pop.gmail.com',995) Traceback (most recent call last): File interactive input, line 1,

Re: poplib Q

2006-07-06 Thread Neil Hodgson
SuperHik: I did ofc, but I noticed something strange... *my* socket module really doesn't have SSL object, even tho it's listed in the documentation... (not the online docs, but docs that came with my Python version) ffs how can that be! You are probably using ActiveState's distribution