Clément DOUIN
Clément DOUIN
Just to be sure, which version of Himalaya CLI do you use? IMAP logs look like from the previous library. Make sure you are using the `v1.0.0`. Could you also...
Please upgrade to the `v1.0.0`, it is definitely more stable. Either wait for the Nix package to land on unstable (https://github.com/NixOS/nixpkgs/pull/363649), or use directly the Nix derivation available in the...
Both IMAP lib used (before and now) were based on Rustls, it looks like the issue is beyond Himalaya scope. I do not understand how and why it appears, especially...
Since it is more like a warning, it maybe makes sense to treat it as such, by emitting a log instead?
Awesome, thank you for your replies. Let's go for a simple warning for the next release!
I started to work on this issue, and there is an edge case I'm not sure how to properly handle. Let's say you move a message. The client sends the...
To give more context about the @vglfr moving message issue, the `close_notify` error occurs just after writing the `MOVE` command, when reading the output:
Thanks for the additional information. Indeed, really strange that the error disappears on a custom folder. I am still not sure how to properly handle this case, I will have...
I recently got this error as well, I will investigate. Thank you!
Thanks for reporting the issue, I will give it a try as soon as possible.