add options: --no-verify-ssl
and --trusted-ca
#568
abdeldjalil-fellah
started this conversation in
Ideas
Replies: 1 comment
-
Adding CLI arguments dedicated to IMAP is not a good approach IMO, because the API is actually backend-agnostic. The right place for such options are in the configuration file, in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
since himalaya is a tls client when starttls/tls is used, these options are needed:
--no-verify-ssl
: to bypass server cert check--trusted-ca
: to specify custom trusted ca certificatesBeta Was this translation helpful? Give feedback.
All reactions