omnivore/packages/api/src/routers
Jackson Harper 6a50e85759 Save the parsed email address as the to field in received_emails
The unparsed addresses can look something like this:

"jacksonh-XXXX@inbox.omnivore.app" <jacksonh-XXXX@inbox-demo.omnivore.app>

but we want to join on this field to the NewsletterEmail.address
field which will look like `jacksonh-XXXX@inbox.omnivore.app`
2023-01-28 13:53:23 +08:00
..
auth More descriptive error messages 2022-12-05 18:40:33 +08:00
svc Save the parsed email address as the to field in received_emails 2023-01-28 13:53:23 +08:00
article_router.ts Add cors config, handle exception response 2023-01-04 21:45:41 +08:00
local_debug_router.ts Open source omnivore 2022-02-11 09:24:33 -08:00
notification_router.ts Add sendNotification api 2022-11-22 12:48:17 +08:00
page_router.ts Recommend highlights 2022-12-08 12:33:05 +08:00
text_to_speech.ts Replace default voice to Larry for pre-generating 2022-11-11 18:34:44 +08:00
user_router.ts Get the auth token from cookie in the user_router 2023-01-06 10:29:36 +08:00