aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #156 from bosim/add-wrapped-message-id-optionVincent Richard2017-01-033-1/+33
|\
| * Add option to specify if vmime should wrap (Message|Content)-IdBo Simonsen2017-01-033-1/+33
* | Always ignore newlines between words.Vincent Richard2017-01-021-1/+4
|/
* Fixed #149: don't loose charset when fixing invalid broken words.Vincent Richard2016-11-051-8/+31
* Added const overload for certificateException::getCertificate().0xd34df00d2016-10-082-0/+12
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2016-10-061-1/+2
|\
| * Skip multiple (bogus) colons after header field nameJan Engelhardt2016-10-041-1/+2
* | Fixed #144: lasting resolving is not an error.Vincent Richard2016-10-061-1/+3
|/
* Disabled debug response.Vincent Richard2016-08-301-1/+1
* Fixed #140: invalid separator char in parser.Vincent Richard2016-08-291-2/+2
* Fixed issue #139: thread-safe exception handling.Vincent Richard2016-08-252-39/+23
* Issue #138: fixed MSG_NOSIGNAL on Mac OS.Vincent Richard2016-04-251-0/+20
* Fixed 'portStr' not a std::string anymore.Vincent Richard2016-04-101-1/+1
* Always imbue C locale when using istringstream.Vincent Richard2016-04-107-1/+15
* Clarified object construction where 'enabled_shared_from_this' is used. Use i...Vincent Richard2016-04-0529-83/+126
* Fixed indentation.Vincent Richard2016-03-251-5/+5
* Misc fixes in error handling.Vincent Richard2016-03-251-16/+61
* Fixed special value 'last' in message sets.Vincent Richard2016-03-2410-93/+111
* Issue #126: even more warnings fixed.Vincent Richard2016-03-241-4/+8
* Issue #126: fixed deprecated GnuTLS types.Vincent Richard2016-03-235-19/+19
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-2337-220/+217
* Fixed #135: getPeerAddress() is incorrect. Error handling.Vincent Richard2016-03-161-6/+14
* Issue #126: more warnings fixed.Vincent Richard2016-03-132-5/+7
* Issue #126: fixed some warnings.Vincent Richard2016-03-138-6/+15
* Issue #126: don't use deprecated 'auto_ptr' on C++11.Vincent Richard2016-03-138-55/+71
* Fixed #133: poll() is preferred over select().Vincent Richard2016-03-041-62/+63
* Fixed #134: use MSG_NOSIGNAL to avoid SIGPIPE.Vincent Richard2016-03-031-2/+2
* Fixed #132: invalid pointer to temporary buffer.Vincent Richard2016-03-031-4/+4
* Asynchronous resolving.Vincent Richard2016-03-022-28/+116
* Added support for TCP Keepalive.Vincent Richard2016-02-281-0/+10
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2015-11-301-1/+1
|\
| * Added param to charsetConverter_win.hpp, implementation had extra argument th...Alex2015-11-191-1/+1
* | Fixed issue #124: access violation when checking subjectAltName extension of ...Vincent Richard2015-11-301-41/+29
|/
* XOAUTH2 authentication mechanism (for GMail).Vincent Richard2015-08-0811-0/+447
* Fixed possible endless loop with some buffer sizes (thanks to John van der Ka...Vincent Richard2015-06-111-7/+3
* Estimate generated size of parameterized field.Vincent Richard2015-06-074-0/+53
* Fixed estimation of generated size when no re-encoding is needed.Vincent Richard2015-05-081-3/+11
* Fixed issue #110: wrong number of bytes returned.Vincent Richard2015-05-051-1/+1
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2015-05-031-1/+2
|\
| * Fixed uninitialized variable.vincent-richard2015-04-231-1/+2
* | Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).Vincent Richard2015-05-031-30/+176
|/
* Fixed compilation issue on VS13.Vincent Richard2015-03-261-2/+7
* Fixed issue #106: exception class name is wrong.Vincent Richard2015-03-161-2/+2
* Inlined function to avoid issues with dllimport on MSVC/Windows.Vincent Richard2015-03-091-116/+111
* Issue #105: workaround for i2v() taking either a const or a non-const method.Vincent Richard2015-03-031-1/+10
* Fixed type.Vincent Richard2015-03-031-7/+7
* Fixed unit test so that is does not depend on the current locale charset.Vincent Richard2015-02-191-1/+19
* Made word/parameter constructor with 'string' explicit to avoid implicit use ...Vincent Richard2015-02-174-6/+46
* Skip word on unexpected error when fixing broken words.Vincent Richard2015-02-161-1/+11
* Issue #103: fix badly encoded words.Vincent Richard2015-02-1618-91/+484