You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the author of the Pimalaya project, which aims to provide Rust tools to manage your personal information. One of the subproject we have is a library to manage emails, and few clients built at the top of it (a CLI, a Vim plugin and an Emacs plugin). We plan to implement a GUI using egui. Then I found your project (I love the concept!). It could be so great to work together, here some ideas I had in mind:
We plan to implement the mbox backend, and I see that you have issues with your actual parser, we could work together on implementing our own.
You could use pimalaya-email to fetch emails and do your reports instead of reimplement standards (IMAP, Maildir, mbox, archives etc).
If your project can be exported as a component then it could be integrated inside our email GUI.
Let me know!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm the author of the Pimalaya project, which aims to provide Rust tools to manage your personal information. One of the subproject we have is a library to manage emails, and few clients built at the top of it (a CLI, a Vim plugin and an Emacs plugin). We plan to implement a GUI using
egui
. Then I found your project (I love the concept!). It could be so great to work together, here some ideas I had in mind:mbox
backend, and I see that you have issues with your actual parser, we could work together on implementing our own.pimalaya-email
to fetch emails and do your reports instead of reimplement standards (IMAP, Maildir, mbox, archives etc).Let me know!
The text was updated successfully, but these errors were encountered: