Fix thunderbird support for school email
This commit is contained in:
parent
3489459d11
commit
5129e0a933
1 changed files with 11 additions and 2 deletions
|
@ -70,13 +70,22 @@
|
||||||
address = "tyler_beckman@mines.edu";
|
address = "tyler_beckman@mines.edu";
|
||||||
userName = address;
|
userName = address;
|
||||||
flavor = "outlook.office365.com";
|
flavor = "outlook.office365.com";
|
||||||
|
|
||||||
folders = {
|
folders = {
|
||||||
inbox = "Inbox";
|
inbox = "Inbox";
|
||||||
drafts = "Drafts";
|
drafts = "Drafts";
|
||||||
sent = "Sent Items";
|
sent = "Sent Items";
|
||||||
trash = "Trash";
|
trash = "Trash";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
thunderbird = {
|
||||||
|
enable = config.meta.home-manager.email.thunderbird.enable;
|
||||||
|
# Manually set oauth2 as the authentication method (home-manager does not have proper support)
|
||||||
|
settings = id: {
|
||||||
|
"mail.smtpserver.smtp_${id}.authMethod" = 10;
|
||||||
|
"mail.server.server_${id}.authMethod" = 10;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue