3.9.5 - Refactor to use a shared IMAP connection for inbox watching and message downloads

This commit is contained in:
Sean Whalen
2018-09-10 08:48:04 -04:00
parent b1b7f3c329
commit a6dbf807e4
4 changed files with 51 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "3.9.4"
__version__ = "3.9.5"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"