From 8a580f27b06ceae216eeb19beccf24738a047ea5 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 29 Oct 2020 10:53:43 +0100 Subject: [PATCH] AAP-WE-FR mail account --- configurations/mail.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configurations/mail.nix b/configurations/mail.nix index 19cedb5f..7d2e0ad2 100644 --- a/configurations/mail.nix +++ b/configurations/mail.nix @@ -121,6 +121,18 @@ in folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent Items"; trash = "Deleted Items"; }; }; }; + work-aap-we-fr = makeAccount { + name = "work-aap-we-fr"; + address = "aap-we-fr@ugent.be"; + imapHost = "owa.ugent.be"; + smtpHost = "smtp.ugent.be"; + passFile = "work/UGentNet"; + useStartTls = true; + extraConfig = { + userName = "UGENT\\ecvpeteg/aap-we-fr"; + folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; }; + }; + }; posteo = makeAccount { name = "posteo"; address = "chvp@posteo.net";