Lines Matching full:readonly
132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbox status changed to READ-ONLY')