Home | History | Annotate | Download | only in Lib

Lines Matching refs:abort

163     IMAP4 server errors raise <instance>.abort("<reason>"),
166 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
169 "abort" exceptions imply the connection should be reset, and
180 class abort(error): pass # Service errors - close and retry
181 class readonly(abort): pass # Mailbox status changed to READ-ONLY
412 return None if the client abort response '*' should be sent instead.
795 raise self.abort('TLS session already established')
797 raise self.abort('TLS not supported by server')
926 raise self.abort(bye[-1].decode(self._encoding, 'replace'))
973 raise self.abort('socket error: %s' % val)
998 raise self.abort('socket error: %s' % val)
1012 except self.abort as val:
1013 raise self.abort('command: %s => %s' % (name, val))
1046 raise self.abort('unexpected tagged response: %r' % resp)
1068 raise self.abort("unexpected response: %r" % resp)
1132 except self.abort as val:
1143 raise self.abort('socket error: EOF')
1147 raise self.abort('socket error: unterminated line: %r' % line)
1367 return b'*' # Abort conversation