Results 54 comments of vuori

My usual SMTP server uses implicit client cert auth, but I'll see about setting up a test server that wants both client cert and plain and try it out.

I didn't have a chance to test the PR itself yet, but I mailed you the keys for a test server that expects client cert + password auth.

Great that you could get your changes tested. 1. Username + cert auth: I think it's better to _not_ prompt if client cert is set and AUTH is advertised. It's...

IIRC the parameter to SASL EXTERNAL is mostly useless with client certs. In the rare case that EXTERNAL is used with SMTP, I expect doing anything with the parameter on...

Yes, you could say that at some level the problem is also that the shared state (including "current mailbox" state) does not exactly follow along with the close-to-open flow. That...

Can you try to apply this patch and see if it improves things (this is a kludgy fix for #3765): ```diff diff --git a/mutt_mailbox.c b/mutt_mailbox.c index 5581a8187..22f0ca21a 100644 --- a/mutt_mailbox.c...

Thanks for checking. Looks like this is another symptom of #3765 then.

I don't really have an idea offhand and don't have a convenient Mac to test it with. Can you run netmdcli under gdb and try to get a backtrace from...

Can you send the output of the `bt` command in gdb? The compiler warnings shouldn't be significant for this issue.

Yeah, that doesn't look too good. So that happens with all discs or just one?