home: mail: accounts: use 'outlook' flavor

This commit is contained in:
Bruno BELANYI 2022-08-31 16:08:10 +02:00
parent 235ab4794e
commit 6748b5b5e6

View file

@ -51,21 +51,7 @@ let
};
office365Config = {
imap = {
host = "outlook.office365.com";
port = 993;
tls = {
enable = true;
};
};
smtp = {
host = "outlook.office365.com";
port = 587;
tls = {
enable = true;
useStartTls = true;
};
};
flavor = "outlook.office365.com";
};
in
{