Merge branch 'pilou--tests1' into next

This commit is contained in:
Nicolas Sebrecht
2015-04-02 19:32:37 +02:00
4 changed files with 47 additions and 38 deletions

View File

@ -46,8 +46,6 @@ class UsefulIMAPMixIn(object):
not force:
# No change; return.
return
# Wipe out all old responses, to maintain semantics with old imaplib2
del self.untagged_responses[:]
try:
result = super(UsefulIMAPMixIn, self).select(mailbox, readonly)
except self.readonly as e: