aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #126: more warnings fixed.Vincent Richard2016-03-138-17/+21
|
* 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
|
* Updated doc on building with CMake.Vincent Richard2016-03-111-44/+63
|
* Fixed location of config.hpp in outsourced build.Vincent Richard2016-03-111-2/+3
|
* 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-025-32/+147
|
* Added support for TCP Keepalive.Vincent Richard2016-02-283-0/+13
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2015-11-301-1/+1
|\
| * Merge pull request #125 from alexBraidwood/masterVincent Richard2015-11-191-1/+1
| |\ | | | | | | Missing param in charsetConverter_win header breaking win build
| | * Added param to charsetConverter_win.hpp, implementation had extra argument ↵Alex2015-11-191-1/+1
| |/ | | | | | | that was missing from getFilteredOutputStream signature in header.
* / Fixed issue #124: access violation when checking subjectAltName extension of ↵Vincent Richard2015-11-301-41/+29
|/ | | | X509 certificate.
* XOAUTH2 authentication mechanism (for GMail).Vincent Richard2015-08-0811-0/+447
|
* Fixed possible endless loop with some buffer sizes (thanks to John van der ↵Vincent Richard2015-06-112-7/+54
| | | | Kamp).
* Estimate generated size of parameterized field.Vincent Richard2015-06-075-0/+193
|
* 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-032-30/+192
|/
* 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
|
* Display folder flags and use.Vincent Richard2015-03-031-1/+31
|
* Fixed unit test so that is does not depend on the current locale charset.Vincent Richard2015-02-192-2/+22
|
* Made word/parameter constructor with 'string' explicit to avoid implicit use ↵Vincent Richard2015-02-175-7/+47
| | | | of default charset.
* Skip word on unexpected error when fixing broken words.Vincent Richard2015-02-160-0/+0
|\
| * Skip word on unexpected error when fixing broken words.Vincent Richard2015-02-161-1/+11
| |
* | Skip word on unexpected error when fixing broken words.Vincent Richard2015-02-161-1/+11
|/
* Issue #103: fix badly encoded words.Vincent Richard2015-02-1621-96/+640
|
* Issue #99: replaced C99 VLAs with dynamic array using std::vector.Vincent Richard2015-02-011-30/+30
|
* Issue #101: 'x-uuencode' is an alias for 'uuencode'.Vincent Richard2015-02-011-0/+1
|
* Fixed issue #98: support for wrongly padded B64 words.Vincent Richard2015-01-143-18/+89
|
* Stop decoding when there are no more input bytes.Vincent Richard2015-01-141-0/+3
|
* Fixed possible memory leak.Vincent Richard2015-01-132-4/+10
|
* Fixed build issues when disabling messaging features.Vincent Richard2015-01-014-2/+32
|
* Fixed build issues when disabling filesystem features.Vincent Richard2015-01-013-0/+23
|
* Fixed buffer pointer offset when copying data.Vincent Richard2014-12-031-1/+1
|
* Don't throw in destructor.Vincent Richard2014-11-0215-81/+106
|
* Fixed 'body_fld_lang' optional in IMAP response.Vincent Richard2014-09-192-8/+35
|
* Fixed hostname matching for OpenSSL (thanks to ElmüSoft).Vincent Richard2014-08-191-4/+4
|
* Build intermediate library for test runner and utils to speed up build.Vincent Richard2014-07-241-4/+9
|
* Use appropriate type for index.Vincent Richard2014-07-243-9/+9
|
* Certificate exception differentiation for easier error handling.Vincent Richard2014-07-2424-125/+991
|
* Fixed example build command.Vincent Richard2014-07-241-4/+5
|
* Added support for language specification in RFC-2047 encoded words and ↵Vincent Richard2014-06-309-18/+139
| | | | RFC-2231 parameter values.