Lines Matching defs:readonly
171 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
176 "readonly" exceptions imply the command should be re-tried.
186 class readonly(abort): pass # Mailbox status changed to READ-ONLY
738 def select(self, mailbox='INBOX', readonly=False):
743 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
751 self.is_readonly = readonly
752 if readonly:
762 and not readonly:
766 raise self.readonly('%s is not writable' % mailbox)
979 raise self.readonly('mailbox status changed to READ-ONLY')