647,652c647,652 < if 'READ-ONLY' in self.untagged_responses \ < and not readonly: < if __debug__: < if self.debug >= 1: < self._dump_ur(self.untagged_responses) < raise self.readonly('%s is not writable' % mailbox) --- > #if 'READ-ONLY' in self.untagged_responses \ > # and not readonly: > # if __debug__: > # if self.debug >= 1: > # self._dump_ur(self.untagged_responses) > # raise self.readonly('%s is not writable' % mailbox) 824,826c824,826 < if 'READ-ONLY' in self.untagged_responses \ < and not self.is_readonly: < raise self.readonly('mailbox status changed to READ-ONLY') --- > #if 'READ-ONLY' in self.untagged_responses \ > #and not self.is_readonly: > # raise self.readonly('mailbox status changed to READ-ONLY')