Clément DOUIN

Results 407 comments of Clément DOUIN

> Update: I was able to reliably reproduce this by setting the terminal width under 100 characters, which causes the comfy_table to panic. No matter the content, do you confirm?

Could be interesting to bump comfy-table to the latest version and see if the issue still occurs with your data. What you can do meanwhile is to install Himalaya from...

The actual version on `master` is the `v7.1.4`, it may not contain your last fix? https://github.com/pimalaya/himalaya/blob/cf008c0ca7aec69e3263c63e7adbbed9e380c549/Cargo.lock#L701-L702 > As far as I can see, there're no other emojis/non-ascii UTF-8 chars displayed...

Before replying to you, I tested the feature and it works as expected. > So in my application email I did the following at the end of the text: Which...

You can achieve it via the `template` subcommand: ```text himalaya template send "TO: [email protected]\n\nFROM: [email protected]\n\nBody\n\n" ``` The difference between `himalaya message {save,send}` and `himalaya template {save,send}` is subtile: the first...

Looks like Gmail does not support the IMAP THREAD extension, which is quite surprising. Let's keep this issue for the following purposes: - [ ] get rid of the panic...

I don't have access to my computer this week, so I cannot reply properly. Someone already raised this topic long time ago, and after a long discussion we concluded that...

Sorry for the delay. Looks definitely like a TLS issue, but does not look obvious to me at first glance. When I compare with my logs: ```text 2024-11-05T15:21:43.204043Z TRACE client::build:...

This is the full error: `ConnectTls(Custom { kind: InvalidData, error: AlertReceived(HandshakeFailure) })`. I will open an issue to `rustls` and seek for help.

To summarize: `rustls` is not compatible with your server. I tried many other crypto providers and none worked. One went a bit further but still failed later on. The last...