Home | History | Annotate | Download | only in Lib

Lines Matching defs:starttls

995         def starttls(self, context=None):
996 """Process a STARTTLS command. Arguments:
999 # Per RFC 4642, STARTTLS MUST NOT be sent after authentication or if
1005 resp = self._shortcmd('STARTTLS')
1127 if 'STARTTLS' in caps:
1128 s.starttls()