karastojko
karastojko
It is the feature I have never tested. Let me try it. Maybe I can easily add it as a new feature.
IMAP folders may be UTF7 encoded which is not currently supported by *mailio*. Thus, it is not a bug but the missing feature.
I would have to check for a UTF-7 encoding C++ library, does it exist with MIT license or I should create such utility. Also, I need to see whether UTF-8...
Can you please try with the option `MAILIO_DYN_LINK_TESTS` turned on and let me know about the result?
I will check whether I can put the dynamic linkage by default. I had problems with tests in general when deploying on Vcpkg.
Correct, that's the purpose of the line policy.
@Displacer That's right. There is also the NONE policy which means unlimited.
Thanks for the report. Can you please in the method `mime::content_type_t::operator=(const mime::content_type_t&)` before the line with `to_lower_copy` put printing of `cont_type.subtype` and paste the result here? I am interested to...
Hi, Sorry for the delayed reply. Thanks for the explanation. Indeed, when I was thinking about making a separate `smtps::start_tls()` method or force it through the login method, the motivation...
@stitch3210 Removing the start tls as the login option is in the progress on this [branch](https://github.com/karastojko/mailio/tree/dialog_tls_cast).