diff --git a/config.toml b/config.toml index 139c8e5..2927393 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ [imap] -host = "localhost" -port = 143 -username = "sander@sanderhautvast.net" -password = "boompje" -use_tls = false +host = "imap.gmail.com" +port = 993 +username = +password = +use_tls = true