Clément DOUIN
Clément DOUIN
> No. I've had trouble finding the documentation. The himalaya book disappeared, so I've been running in circles with certificates. And didn't know "none" was acceptable as an encryption method....
The discarded bytes are really strange, hence the MalformedMessage. @duesee is it allowed for IMAP servers to reply just `+\r\n`?
> Maybe the situation is crystal clear to you, but on my end, with the proton bridge being local, setting up a half baked CA cert to resign proton bridge...
> SSL failed: error:0A0000C6:SSL routines::packet length too long Does not look like the same issue? Really strange. A fix is on its way to accept empty continuation requests: https://github.com/duesee/imap-codec/pull/639
Adding account to existing configuratio should be fairly easy. Editing is trickier and I prefer to leave it to a dedicated tool. The real concern is how to properly split...
The `message read` command returns a human-readable version of a message. The JSON output should be done for the `message export` instead.
There are so many issues with Proton bridge that I will have to create an account and test myself. Thank you for the report!
Good news, may be related to https://github.com/pimalaya/himalaya/issues/546#issuecomment-2640774849
> there is absolutely no UI feedback Indeed, stdin is not forwarded when spawning commands. Commands are responsible for prompting their own input. For example, when running GPG commands, people...
> Another nice addition would be to output a message like `Getting password with command XXX...`, that way the user would now Neverest is waiting for a subprocess. This is...