|
__init__(self,
host,
port=995,
timeout=<object object at 0x108104550>,
username=None,
password=None,
certChain=None,
privateKey=None,
checker=None,
settings=None)
Create a new POP3_TLS. |
source code
|
|
Inherited from poplib.POP3 :
apop ,
dele ,
getwelcome ,
list ,
noop ,
pass_ ,
quit ,
retr ,
rpop ,
rset ,
set_debuglevel ,
stat ,
top ,
uidl ,
user
Inherited from poplib.POP3 (private):
_getline ,
_getlongresp ,
_getresp ,
_longcmd ,
_putcmd ,
_putline ,
_shortcmd
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|