From 96e170f1c973b733285c256fc268c2ff7107f9ad Mon Sep 17 00:00:00 2001 From: Shautvast Date: Tue, 17 Feb 2026 20:26:12 +0100 Subject: [PATCH] google settings --- config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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