Home | History | Annotate | Download | only in Lib

Lines Matching refs:abort

139     IMAP4 server errors raise <instance>.abort("<reason>"),
142 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
145 "abort" exceptions imply the connection should be reset, and
156 class abort(error): pass # Service errors - close and retry
157 class readonly(abort): pass # Mailbox status changed to READ-ONLY
353 It should return None if the client abort response '*' should
828 raise self.abort(bye[-1])
872 raise self.abort('socket error: %s' % val)
897 raise self.abort('socket error: %s' % val)
911 except self.abort, val:
912 raise self.abort('command: %s => %s' % (name, val))
936 raise self.abort('unexpected tagged response: %s' % resp)
957 raise self.abort("unexpected response: '%s'" % resp)
1018 except self.abort, val:
1029 raise self.abort('socket error: EOF')
1033 raise self.abort('socket error: unterminated line')
1296 return '*' # Abort conversation