diff --git a/email_handler.py b/email_handler.py index 47a9be38..f9a23823 100644 --- a/email_handler.py +++ b/email_handler.py @@ -32,7 +32,6 @@ It should contain the following info: """ import argparse import email -import os import time import uuid from email import encoders @@ -83,7 +82,6 @@ from app.config import ( POSTMASTER, ALERT_HOTMAIL_COMPLAINT, ALERT_YAHOO_COMPLAINT, - TEMP_DIR, ALERT_HOTMAIL_COMPLAINT_TRANSACTIONAL, ALERT_HOTMAIL_COMPLAINT_REPLY_PHASE, OLD_UNSUBSCRIBER,