karastojko
karastojko
Thanks, I should do it.
Can you please create a PR for this suggestion?
Assuming that Boost and OpenSSL are correctly installed, here is the command from the Developer Command Prompt for VS which I use: ``` c:\mailio\build>c:\Bin\cmake-3.17.3\bin\cmake.exe -DBOOST_ROOT=c:\Install\boost_1_71_0 -DOPENSSL_ROOT_DIR=c:\bin\OpenSSL-Win64 .. ``` The `mailio.sln`...
mailio does not use WinAPI directly but Boost.Asio definitely uses it. I do not use Qt Creator now, but I did in the past on Linux and I had no...
Considering `char8_t` and `u8string` and also not having more similar reports of failures, I will skip merging this PR.
I am starting to analyze how to do it (asynchronous methods). Still, I cannot give the precise schedule, due to bugs that are meant to be resolved in the meantime....
Let me try to release the new version in February, then I will deal with few IMAP tasks including this one. Hopefully, then I would be able to give an...
No PR to confirm the issue.
It should be fixed with the last few commits.
Hi @rcomrad , sorry for the trouble. Check for the same problem and solution [here](https://github.com/karastojko/mailio/issues/148). Once I tag version 0.24 and push it to Vcpkg that will be fixed.