Fix thunderbird support for school email
This commit is contained in:
parent
3489459d11
commit
5129e0a933
1 changed files with 11 additions and 2 deletions
|
@ -77,6 +77,15 @@
|
|||
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