Closed anpin closed 2 years ago
Have a look at this issue #60, especially this comment https://github.com/soywod/himalaya/issues/60#issuecomment-813514080. Also you can try the imap-insecure = true
option. I hope it will help you, let me know!
There is also this issue that could help #347.
Thank you imap-insecure = true
did the trick, somehow I missed it in the docs. I also had to change relative path to absolute in the imap-passwd-cmd
in order for it to work.
Hello, thank you for you effort in this project, I'm trying to use
himalaya
for the first time withnixos
,home-manager
andprotonmail-bridge
and I can access my accounts viathunderbird
after confirming security exception, buthimalaya
shows me following error on startupwith this config
and if I change
imap-starttls
tofalse
I getCan you give any advice on how
himalaya
handles certificates and how to acceptself-signed
one? Thanks.