Skip to content

Commit

Permalink
Update imap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mischmeister committed May 20, 2019
1 parent e04c014 commit bb41a77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/imap.py
Expand Up @@ -13,8 +13,6 @@

def fetch_report_imap(imap_host, imap_port, imap_user, imap_pass, imap_folder, done_folder, use_starttls, use_tls):

print(imap_user, imap_pass)

if( (use_tls == True) and (use_starttls == True) ):
print("'use_tls' and 'use_starttls' are mutually exclusive, please update your configuration")
sys.exit(1)
Expand Down

0 comments on commit bb41a77

Please sign in to comment.