AAP-WE-FR mail account
This commit is contained in:
parent
ed25d596f5
commit
8a580f27b0
1 changed files with 12 additions and 0 deletions
|
@ -121,6 +121,18 @@ in
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent Items"; trash = "Deleted Items"; };
|
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 {
|
posteo = makeAccount {
|
||||||
name = "posteo";
|
name = "posteo";
|
||||||
address = "chvp@posteo.net";
|
address = "chvp@posteo.net";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue