Has anyone used poplib and popfile together?

I've tried everything I can think of to specify SRVR in poplib:

"127.0.0.1:8081"
"127.0.0.1,port=8081"
"localhost:8081"
"localhost,port=8081"

and probably a few other things, but poplib can't see
that it is looking at a mail server.

popfile works fine with regular email clients, and poplib
works fine connecting to a regular mail server.

Any suggestions? thanks.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to