Clément DOUIN

Results 407 comments of Clément DOUIN

> 1. if I use start-tls in the config file, himalaya seems to enter a loop of something. It basically means that the server does not support STARTTLS as well....

FWI, I change the scope of this issue. It now stands for cargo features unification and support for different TLS providers (which would solve your initial issue).

Support other TLS providers is a bit more challenging than expected (regarding the actual state of the code). I was able to prepare the code for such feature, but it...

> For more information, try '--help'.` I invite you to try the suggestion, it will show you the valid commands. `configure` subcommand is under the `account` command. > missing oauth2...

Have a look at [Ortie CLI](https://github.com/pimalaya/ortie), it will be the new way to set up OAuth with Pimalaya tools (and should work for other non-Pimalaya tools as well).

> I'm on a mac and Himalaya is ignoring the download-dir setting both globally and if set per account It should be [`downloads-dir`](https://github.com/pimalaya/himalaya/blob/15a9a4a69fb6c92070e74311aa0e2d88553c89cf/config.sample.toml#L30) (note the `s` after download), could you...

I cannot reproduce the bug. Both global and account level config `downloads-dir = "~/custom"` work as expected. Could you share: - The output of `himalaya --version` - How did you...