about summary refs log tree commit diff
path: root/third_party/lieer/send_scope.patch
AgeCommit message (Collapse)AuthorFilesLines
2020-12-14 r/2014 chore(3p/lieer): Upgrade to lieer 1.3Vincent Ambo1-2/+15
* rebases the send scope patch * removes the API key override patch, lieer now has a configuration option for this Change-Id: I198e8b61855f6cdb2b1439a1c8f2d9d69261c1b5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2242 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
2019-12-26 r/304 fix(third_party/lieer): Use correct scope for SMTP accessVincent Ambo1-1/+1
Turns out that for some peculiar reason, the 'send' scope is not enough to send email and the full 'mail.google.com' scope is required.
2019-12-26 r/303 feat(third_party/lieer): Request OAuth2 scope for sending emailsVincent Ambo1-0/+13
This makes it possible to reuse the lieer tokens for sending emails from XOAUTH2-compatible SMTP clients.