feat(third_party/lieer): Request OAuth2 scope for sending emails
This makes it possible to reuse the lieer tokens for sending emails from XOAUTH2-compatible SMTP clients.
This commit is contained in:
parent
29af390e8c
commit
a07571a4db
2 changed files with 15 additions and 0 deletions
2
third_party/lieer/default.nix
vendored
2
third_party/lieer/default.nix
vendored
|
|
@ -18,6 +18,8 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "1zzylv8xbcrh34bz0s29dawzcyx39lai8y8wk0bl4x75v1jfynvf";
|
||||
};
|
||||
|
||||
patches = [ ./send_scope.patch ];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
notmuch
|
||||
oauth2client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue