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

Feature request: to use hasmail with a local maildir? #9

Open
doronbehar opened this issue Mar 4, 2018 · 5 comments
Open

Feature request: to use hasmail with a local maildir? #9

doronbehar opened this issue Mar 4, 2018 · 5 comments

Comments

@doronbehar
Copy link
Contributor

Hello,

I really enjoy using hasmail and it is really stable but I would really like to use it with a synced local maildir. I use mbsync to sync my mail on my machine and I use systemd timers to sync it periodically.

I would like to use hasmail to check for new mail on a local maildir. The idea is to have a single program that syncs the mail and not having a secondary program that performs another IMAP connection to the server.

@jonhoo
Copy link
Owner

jonhoo commented Mar 4, 2018

Glad to hear you're enjoying it!

While it should be possible to monitor a local maildir using something like inotify(7) on Linux, it's a fairly different model than what hasmail is currently built to do. I probably won't implement this myself, but would be happy to review a PR. I should also point out that I have switched to using buzz, which is very similar to hasmail, but is written in Rust :)

@doronbehar
Copy link
Contributor Author

Just out of interest, why did you switch to developing buzz?

@jonhoo
Copy link
Owner

jonhoo commented Mar 4, 2018

Because I find Rust a nicer language to work with than Go.

@jonhoo
Copy link
Owner

jonhoo commented Mar 4, 2018

If you're curious, I've done some live-coding in Rust too over at https://www.youtube.com/watch?v=Zdudg5TV9i4

@doronbehar
Copy link
Contributor Author

doronbehar commented Mar 4, 2018 via email

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

2 participants