diff -r 6b029c2c41ef -r 8fb6f9ed4ea9 Doc/library/poplib.rst --- a/Doc/library/poplib.rst Sat Nov 29 18:12:58 2008 +0100 +++ b/Doc/library/poplib.rst Sat Nov 29 18:15:55 2008 +0100 @@ -112,6 +112,17 @@ Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server. +.. method:: POP3.stls([keyfile[, certfile]]) + + Starts a TLS session on the active connection as specified in RFC 2595. It's + only allowed before authenticating. + + +.. method:: POP3.capa() + + Query the server's capabilities, as specified in RFC 2449. + + .. method:: POP3.stat() Get mailbox status. The result is a tuple of 2 integers: ``(message count,