1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(mail): add klassphil email

This commit is contained in:
2023-01-04 20:43:26 +01:00
parent 232b6059df
commit 0a4fccd582

View File

@@ -59,6 +59,20 @@
}; };
}; };
uni-fsi = {
user = "fsklassp";
password = lib.strings.fileContents <secrets/mail/fsklassp>;
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 { work-fysi = rec {
user = "kieran@fysi.tech"; user = "kieran@fysi.tech";
address = user; address = user;