| Home | Trees | Indices | Help |
|---|
|
|
poplib.POP3 --+
|
clienthelper.ClientHelper --+
|
POP3_TLS
This class extends poplib.POP3 with TLS
support.
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a new POP3_TLS. For client authentication, use one of these argument combinations:
For server authentication, you can either rely on the implicit mutual authentication performed by SRP or you can do certificate-based server authentication with one of these argument combinations:
Certificate-based server authentication is compatible with SRP or certificate-based client authentication. The caller should be prepared to handle TLS-specific exceptions. See the client handshake functions in tlslite.TLSConnection.TLSConnection for details on which exceptions might be raised.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 27 16:50:12 2012 | http://epydoc.sourceforge.net |