Ján Osuský
Ján Osuský
The Cyrus SASL library is multiplatform. I do not see a reason why Qpid-proton was restricting itself to less SASL methods on Windows platform. Now when the JIRA issue is...
@astitcher Yes, we are building Cyrus SASL from source files. Please see https://github.com/cyrusimap/cyrus-sasl/tree/master/win32
If I read your log correctly, the one time password is requested as keyboard interactive authentication: > "debug1: Next authentication method: keyboard-interactive" so when "libssh2_userauth_password" so after the quasi-unsuccessful call...
Just to complete the picture. For quite some time I was fine without SASL support in vmime (using on the in-built "PLAIN" method as that is OK over TLS). However,...
Hi Vincent, I agree that AUTH LOGIN is simple enough, I have been able to add it with about 30 lines of code in SMTPConnection::authenticate(). Having said that, I have...
I load trusted certificates into a vector of vmime::shared_ptr and then pass it to a default verifier: auto defaultVerifier = vmime::make_shared(); defaultVerifier->setX509RootCAs(trustedCACerts); finally I pass the verifier to the transport:...
@jsonn, @mmatuska You might be right, I do not have a NetBSD at hand to test it. Feel free to adjust the code and add a coresponsing test case.