karastojko
karastojko
Sorry for the late reply. The idea of the latest commits is to be encoding agnostic (by storing the string received over socket and it's encoding) and not to assume...
You are right, I will address the issue in the future.
It was meant to move them away as low level errors. But from your and some other comments, I see there is a need to trace these errors as well...
Unfortunately it is not possible, but I'll put it on a list of desired features. I have few detects to fix these days, and then I might consider your request.
Yes, only the synchronous method is currently available. I intend to add the asynchronous support because I also need it. Before that I have few defects to fix and to...
For the first example, I copied your email raw content and added the address headers: ``` string msg_str = "From: mailio \r\n" "To: mailio \r\n" "Date: Thu, 11 Feb 2016...
The second example also works fine in my case: ``` string msg_str = "From: mailio \r\n" "To: mailio \r\n" "Date: Thu, 11 Feb 2016 22:56:22 +0000\r\n" "Subject: Proba\r\n" "Content-Type: multipart/mixed;\r\n"...
Hi, I plan to add the asynchronous API but after the release of the version 1.0. Currently, I clean some bugs which should make the library more robust. By taking...
Hi, You are talking about the RFC 2177?
In the ongoing version 0.21 it will not be included, but I could try to add it in the version 0.22. It seems I need a change in the IMAP...