From 4aa783d3ce63879d1c127863807e03b3bda55748 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 29 May 2019 17:30:08 -0300 Subject: [PATCH] exchangelib has an important fix update: When reading an email with an inline image(s), emails that have been attached to the original email do not appear in the attachments attribute of the Message object. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 885928c..53f4c9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ click==7.0 cryptography==2.3.1 defusedxml==0.5.0 dnspython==1.15.0 -exchangelib==1.12.0 +exchangelib==1.12.5 flask==1.0.2 future==0.16.0 idna==2.7