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";
|
||||
userName = address;
|
||||
flavor = "outlook.office365.com";
|
||||
|
||||
|
||||
folders = {
|
||||
inbox = "Inbox";
|
||||
drafts = "Drafts";
|
||||
sent = "Sent Items";
|
||||
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