-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Allow to export as maildir #600
base: main
Are you sure you want to change the base?
Conversation
Thank you for the PR. There are two items missing in the implementation:
|
They do not, as it foreach emails
Yes, can you guide me on how to access the folder structure ? |
You can experiment with the |
And can the names be fetched or ids are names? |
Yes, the names are also returned by |
This comment was marked as resolved.
This comment was marked as resolved.
it handles folder now (in a simple way), but still needs https://todo.sr.ht/~kmaasrud/maildirpp/1 to have working set_id calls How can I build to string the folder name with all it's parents ? |
The IMAP server code does something similar to that but perhaps its easier to write the logic from scratch. |
Well, I honestly do not know how to write this algorithm :/ |
Here: mail-server/crates/imap/src/core/mailbox.rs Line 186 in 79297c3
|
ff22eff
to
6671fc3
Compare
I rebased my work and updated maildirpp to a version that has it's bugs fixed Still some work to be done, any help is very welcome |
It works !
Fixes #596
This PR is not prefect, but at least it works.
Feel free to do what you want about it, I can apply suggestions.