-
[Solved using SVN version].
2009-12-22 17:51:17 UTC in VMime
-
Hello Francesco!
Finally, I found out what was going wrong: actually, it was an encoding problem. You use the following:
vmime::encoding("binary")
The problem: "binary" encoding should never be used, as it may cause problem with non 8-bit capable relays. So, either use "base64" encoding (the default one), or leave this field empty (which will also set "base64" encoding).
Best...
2009-12-14 13:40:52 UTC in VMime
-
Thanks, I commited your patch to SVN.
2009-12-13 12:51:58 UTC in VMime
-
vincent-richard committed revision 519 to the VMime SVN repository, changing 1 files.
2009-12-13 12:50:36 UTC in VMime
-
vincent-richard committed revision 518 to the VMime SVN repository, changing 1 files.
2009-12-08 10:21:33 UTC in VMime
-
vincent-richard committed revision 517 to the VMime SVN repository, changing 14 files.
2009-12-08 10:03:34 UTC in VMime
-
vincent-richard committed revision 516 to the VMime SVN repository, changing 1 files.
2009-12-08 09:31:06 UTC in VMime
-
vincent-richard committed revision 515 to the VMime SVN repository, changing 1 files.
2009-12-02 11:49:00 UTC in VMime
-
Hello!
Thank you for your report. Can you try to compile without defining VMIME_INLINE_TEMPLATE_SPECIALIZATION and changing the line 435 of "propertySet.hpp" with the following line:
template void propertySet::property::setValue (const string& value);
Please tell me if it works, thanks!
Vincent.
2009-12-02 10:43:23 UTC in VMime
-
vincent-richard committed revision 514 to the VMime SVN repository, changing 4 files.
2009-12-01 14:24:55 UTC in VMime