Eduardo Iglesias

Results 7 comments of Eduardo Iglesias

I'ts correct. We need generic mapping base and method to add some custom charset map. If you do not plan on working on this, please feel free to close the...

Hi Vincent, I put this code into charset.ccp: // Explicitly map alias entries for some charsets struct CharsetAliasEntry { CharsetAliasEntry(const string& charset_, const string& alias_) : charset(charset_), alias(alias_) { }...

Check this and inform you. Thanks a lot Vincent!

Hi Vincent, I found a couple of issues: - In this commit 7d2ef73, needed change this: if (::getaddrinfo(address.c_str(), portStr, &hints, addrInfo) != 0) portStr is a buffer, not a string...

Vincent, I'm test this commit and crash my service. This happens when I load my certificates Before commit, this worked well **vmime::shared_ptrvmime::security::cert::X509Certificate CopyCert(vmime::shared_ptrvmime::security::cert::X509Certificate cert) { stringstream ss; vmime::utility::outputStreamAdapter out(ss); cert->write(out,...

Mmmm ok Vincent, I will review again.