From 51129fda2179286143921db55a69b3f4dba03c0e Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 25 Oct 2015 19:42:14 -0700 Subject: Adding Canary Check and Accounts Adding the canary check method and tests for the Canary class. Adding accounts to CanaryDB. --- emailcanary/email-digest-sender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emailcanary/email-digest-sender.py') diff --git a/emailcanary/email-digest-sender.py b/emailcanary/email-digest-sender.py index f1583c0..a7ff79f 100644 --- a/emailcanary/email-digest-sender.py +++ b/emailcanary/email-digest-sender.py @@ -10,7 +10,7 @@ youve_got_mail = False all_subjects = {} for account in ACCOUNTS: - mail = emailutils.get_imap(account) + mail = emailutils.get_imap(account[0], account[1], account[2]) these_subjects = [] for uid in emailutils.get_mail_uids(mail): message = emailutils.get_message(mail, uid) -- cgit v1.2.3