LukeSmithxyz / mutt-wizard

A system for automatically configuring mutt and isync with a simple interface and safe passwords
GNU General Public License v3.0
2.39k stars 382 forks source link

Error when adding new email #963

Open bibich opened 10 months ago

bibich commented 10 months ago

When adding a new email it fails silently (just a Log-on not successful.) on this line :

https://github.com/LukeSmithxyz/mutt-wizard/blob/a8863a750a360bad6759f5f2c4df5d2001b31e18/bin/mw#L211

I had to add the --ntml command option to get the mailboxes list :

info="$(curl --location-trusted -s -m 5 --ntlm --user "$login:$(pass "$passprefix$fulladdr")" --url "${protocol:-imaps}://$imap:${iport:-993}")"

my mail provider is OVH with pro offer which I think uses exchange server

muttnooob commented 9 months ago

I'm getting same error as well. Could it be TLS?

https://github.com/LukeSmithxyz/mutt-wizard/issues/965