stub wip fidelity

This commit is contained in:
Bel LaPointe
2022-12-09 08:52:36 -07:00
parent 1139fef0ab
commit f6fc366dd4
6 changed files with 103 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ func main() {
IMAP: config.EmailIMAP,
From: config.EmailUser,
Password: config.EmailPass,
Limit: config.EmailLimit,
}
emails, err := emailer.Read()
if err != nil {