Clément DOUIN
Clément DOUIN
Not sure to understand what's wrong with the CI. Feel free to push commits on the branch if needed for the merge, I will check tomorrow morning.
I initiated doc and unit tests, feel free to adjust at your convenience.
Could I ask you to release a new version as soon as you merge? It will allow me to release my versions as well.
I have the same issue with a `#[serde(flatten)]` on a `HashMap` as well, which is a real problem for [my tool](https://github.com/soywod/himalaya) because any wrong option points to the whole document:...
Indeed, looks like a know issue at `serde_derive`, see https://github.com/serde-rs/serde/issues/2581 and https://github.com/serde-rs/serde/issues/1183. Should we close this issue or wait for `serde_derive` to fix it before closing it?
Could you try the code from the git repository instead of 1.0? I believe this has been fixed. Also, which version of the CLI do you use?
This issue may be solved by .
> I had a second project in mind with this crate, ready my IMAP directory and export the old emails into a Maildir folder for archiving. With the functions I...
Hi, First of all, thank you for your interest in Himalaya CLI! Can you try to list envelopes without pagination? himalaya envelope list --page-size 0 I do not have a...
> But why I need this param. I find the explanation in the sample config that `customize the number of envelopes to show by page`. When using `--page-size 0` you...