Clément DOUIN
Clément DOUIN
Mmmh strange. Could you share your config (himalaya config, system, os etc)?
It looks like message never arrived, sorry for the delay. Indeed we miss a config option to disable SSL. For now, even the insecure option still uses the SSL module....
There is no concrete plan for this feature, let's keep this issue as a reminder. But OAuth is not required for adding gmail account, isn't it? Check https://github.com/soywod/himalaya/issues/368 and https://github.com/soywod/himalaya/wiki/Troubleshooting:gmail-credentials.
From the [wiki](https://github.com/soywod/himalaya/wiki/Tips:debug-and-logs), you can try to run `RUST_LOG=trace himalaya list` and see. This looks like an email address is not well formatted :disappointed:
Sure, feel free to forward me the email at `[email protected]`.
The issue comes from the case sensitivity of the virtual mailbox names. I will fix it for the next release, I let you know!
Clearly the date does not follow the [RFC](https://datatracker.ietf.org/doc/html/rfc2822#section-3.3). I cannot even see from which RFC this date format derives from :disappointed: not sure how to help. Any suggestion?
> I don't completely understand the RFC but there's a mention [here](https://datatracker.ietf.org/doc/html/rfc2822#section-2.2.3) about folding. Is that what you're looking for? It could be the issue indeed. I will investigate. Could...
Ouch, I was not even aware of it. Thanks for pointing it out!
> I see that there's already a PR for that. Indeed but it is not so active. Other PRs are welcomed :slightly_smiling_face: > It's functional, but I'm obviously reaching the...