Lines Matching refs:code
15 # Authentication code contributed by Donn Cave <donn@u.washington.edu> June 1998.
117 # code, even though it violates the RFC. Popular IMAP servers such as Gmail
380 def response(self, code):
381 """Return data for response 'code' if received, or None.
383 Old value for response 'code' is cleared.
385 (code, [data]) = <instance>.response(code)
387 return self._untagged_response(code, [None], code.upper())
437 # XXX: shouldn't this code be removed, not commented out?
839 # raise self.error('%s unimplemented in IMAP4 (obtain IMAP4rev1 server, or re-code)' % name)
1170 # I'll update the code in `_get_response()'.