Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thoughts on adding email? #178

Closed
UlisseMini opened this issue Aug 27, 2021 · 4 comments
Closed

Thoughts on adding email? #178

UlisseMini opened this issue Aug 27, 2021 · 4 comments

Comments

@UlisseMini
Copy link

A way to sync email locally and search it nicely would be nice, since there are many things you get emails for that would be hard to get notifications for otherwise, purchases for instance.

In general I feel it would be really easy to hack stuff together if you have a nice API to work with your emails

@Joshfindit
Copy link

IMAP is probably the best option here: it’s cross-platform, and can (but does not by default) affect the existing emails.

@UlisseMini
Copy link
Author

Yeah, I was looking for a higher level IMAP API and thought syncing might help with that, all the email packages I could find are for sending not viewing :/, and the default IMAP api is horrible.

Maybe I'll write an abstraction around IMAP to make it easier

@UlisseMini
Copy link
Author

UlisseMini commented Aug 27, 2021

nvm just found imap-tools which seems to do what I wanted (had to search for imap specifically, not email :p)

@seanbreckenridge
Copy link
Contributor

Do have a wrapper around parsing an IMAP dump in my modules; related issue about troubleshooting in case you run into similar issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants