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:
@@ -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 {
|
||||
user = "kieran@fysi.tech";
|
||||
address = user;
|
||||
|
||||
Reference in New Issue
Block a user