Vincent Richard
Vincent Richard
Hi! I can't manage to reproduce the problem using a minimal source code. Could you try compiling, linking and running the following code against your VMime source tree? ``` class...
Hello! You could try to map this charset to the actual name in ICU or iconv, it seems it is an alias for "EUC-KR", so try this: charset::charset(const string& name)...
Hello! I need to check license issues caused by incorporating a MPL-covered file (or any other file, or even data coming from these files) into VMime (which is dual-licensed, including...
Hello! Thanks for your report. Unfortunately, I can't manage to reproduce the problem. Could you provide me a ZIP file which the minimal test program which reproduces the issue? Thanks,...
Hi! Thanks for the example project. I am still investigating on the problem, will let you know when I find something. Thanks, Vincent
Hello! Did the following commit fix the problem? https://github.com/kisli/vmime/commit/31df6171de026e7c1868f6d32f84a3bc6200f5fb Vincent
Hello, Did you modified the source code of the example, and how? What is the contents of the email you tested with? Vincent
Hello! Thanks for your report. However, I tried with "example6", using the latest version from master branch, and it didn't crash (IMAP server used is GMail, with SSL). Could you...
Hello, I fixed the errors about MSG_NOSIGNAL (use SO_NOSIGPIPE on Mac OS instead): 4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113
Hello, here is a patch with a more reliable detection of the `strerror_r` variant: http://www.vmime.org/public/download/patches/vmime-20170426-strerror_r_variant.patch Please let me know whether it works!