From 0a4fccd58236fe089cc0e029da55d23b85813a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 4 Jan 2023 20:43:26 +0100 Subject: [PATCH] feat(mail): add klassphil email --- lib/email.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/email.nix b/lib/email.nix index 7f3d405..36f1ee0 100644 --- a/lib/email.nix +++ b/lib/email.nix @@ -59,6 +59,20 @@ }; }; + uni-fsi = { + user = "fsklassp"; + password = lib.strings.fileContents ; + address = "fsklassp@hu-berlin.de"; + imap = "mailbox.cms.hu-berlin.de"; + smtp = "mailhost.cms.hu-berlin.de"; + smtpSettings = smtp: "smtp://${smtp}"; + folders = { + drafts = "Drafts"; + sent = "Sent"; + trash = "Trash"; + }; + }; + work-fysi = rec { user = "kieran@fysi.tech"; address = user;