summaryrefslogtreecommitdiff
path: root/alot/mail
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-15 18:12:39 +0200
committerAnton Khirnov <anton@khirnov.net>2021-05-15 18:12:39 +0200
commit4bfcf4787a1528744624701f7634928d991f7a53 (patch)
treeb1dc2fdbd04301ca843acf8af623799e3ddf2436 /alot/mail
parent1462d083bf7efd5e8919b3fe23c71f9cb7e792a9 (diff)
mail/envelope: add missing import
Forgotten during move in fe1450cba.
Diffstat (limited to 'alot/mail')
-rw-r--r--alot/mail/envelope.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/mail/envelope.py b/alot/mail/envelope.py
index c4ac291b..4714b32d 100644
--- a/alot/mail/envelope.py
+++ b/alot/mail/envelope.py
@@ -9,6 +9,7 @@ import email
import email.policy
from email.message import MIMEPart
import email.charset as charset
+import mimetypes
from urllib.parse import unquote
import gpg