about summary refs log tree commit diff
path: root/third_party/lieer (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19 r/2284 chore(3p): bump NixOS channels to 2021-03-18sterni1-1/+1
Making this a monthly service apparently. Necessary changes: * 3p: expose emacs27 instead of emacs26 which got removed users/tazjin/{camden, frog}: switch from emacs26 to emacs27 * 3p/lieer: google_api_python_client got renamed to google-api-python-client Change-Id: I1011665d10eebc99990addbef6a8a6b000b93896 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2605 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: tazjin <mail@tazj.in>
2020-12-14 r/2014 chore(3p/lieer): Upgrade to lieer 1.3Vincent Ambo3-48/+18
* 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>
2020-07-07 r/1237 chore(3p/lieer): Revert "Work around issues in Google Mail API"tazjin3-3836/+0
This reverts commit 8b5859319347a0da80e9d7fd4dd1a7b5dec84e52. Reason for revert: Google has fixed the upstream issue and this is not necessary anymore. Change-Id: Ib1f7cfbc0e7e0997239514e9be75d2deab8c3c67 Reviewed-on: https://cl.tvl.fyi/c/depot/+/961 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
2020-07-06 r/1226 fix(3p/lieer): Work around issues in Google Mail APIVincent Ambo3-0/+3836
There is a temporary issue affecting the retrieval of discovery documents in the Google Mail API: https://issuetracker.google.com/issues/160441983 It's possible to work around this by hardcoding the document instead of retrieving it over the network, as all other API calls still work as they should. This does exactly that by generating a patch to apply to lieer, from the file checked in to the depot with this commit. This workaround should be reverted once Google has fixed the issue upstream. Change-Id: I0063d0bc67753ffa5261c2aa059c7bfd09136ba0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/945 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi>
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-1/+1
2019-12-26 r/306 feat(third_party/lieer): Introduce configuration for OAuth clientVincent Ambo2-2/+44
It turns out I'm going to need multiple different OAuth clients for a variety of reasons. This defaults to the client for tazj.in accounts, but I use a different one in my work overlay.
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 Ambo2-0/+15
This makes it possible to reuse the lieer tokens for sending emails from XOAUTH2-compatible SMTP clients.
2019-12-25 r/300 chore(lieer): Remove OAuth client patchVincent Ambo2-34/+1
This is now done in my work-specific configuration, which is elsewhere.
2019-12-23 r/294 feat(third_party/lieer): Overwrite included client secretVincent Ambo2-1/+34
2019-12-23 r/292 feat(third_party): Check in derivation for lieerVincent Ambo1-0/+27