increase imaplib2 requirement from v2.55 to v2.57

Suggested-by: Chris Coleman <christocoleman@yahoo.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2017-07-09 17:26:31 +02:00
parent 4b103d6d3c
commit 0903d5f33c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ this virtual_imaplib2 or we might go into troubles.
DESC = None
_SUPPORTED_RELEASE = 2
_SUPPORTED_REVISION = 55
_SUPPORTED_REVISION = 57
try:
# Try any imaplib2 in PYTHONPATH first. This allows both maintainers of