aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Made word/parameter constructor with 'string' explicit to avoid implicit use ...Vincent Richard2015-02-175-7/+47
* 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 RFC-22...Vincent Richard2014-06-309-18/+139
* Allow choosing between encoding modes for parameter values.Vincent Richard2014-06-174-43/+182
* Check for NULL pointer in 'ai_canonname'.Vincent Richard2014-06-081-1/+1
* Fixed decoding of '&-' in IMAP modified UTF-7 encoding.Vincent Richard2014-06-081-2/+15
* Fixed issue #86: workaround for invalid response from Exchange server.Vincent Richard2014-06-082-9/+90
* Removed useless 'virtual' inheritance (fixed issue #84).Vincent Richard2014-06-064-4/+4
* Fixed parsing of empty lines in header field value.Vincent Richard2014-06-013-67/+66
* Fixed segfault in POP3 test.Vincent Richard2014-06-011-1/+13
* Fixed auto_ptr<> not to be used with new[].Vincent Richard2014-05-271-20/+12
* Use string option instead of mutually exclusive bool options for charset and ...Vincent Richard2014-05-273-58/+57
* Merge branch 'master' of https://github.com/kisli/vmime--global2014-05-270-0/+0
|\
| * Merge branch 'master' of https://github.com/kisli/vmime--global2014-05-270-0/+0
| |\
* | \ Merge branch 'master' of https://github.com/kisli/vmime--global2014-05-270-0/+0
|\ \ \ | |/ / |/| / | |/
| * Fixed ICU status code checking.--global2014-05-271-8/+8
* | Fixed ICU status code checking.Vincent Richard2014-05-271-8/+8
|/
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-04-212-1/+2
|\
| * Merge pull request #83 from NPU/masterVincent Richard2014-04-181-0/+1
| |\
| | * add charset ‘GBK’di3online2014-04-181-0/+1
| * | Merge pull request #82 from NPU/masterVincent Richard2014-04-171-1/+1
| |\|
| | * recursively create all parent directories if they do not exist on Windowsxh2014-04-151-1/+1
| |/
* / Fixed unit test.Vincent Richard2014-04-211-1/+1
|/
* Do not check for SSL handle validity in handshake() as it is initialized a fe...Vincent Richard2014-04-041-3/+0
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-04-015-4/+5
|\
| * Merge pull request #75 from di3online/masterVincent Richard2014-04-013-3/+3
| |\
| | * Nested classes need to explicitly import and exportDi32014-04-013-3/+3
| |/
| * Merge pull request #73 from mabrand/fix3Vincent Richard2014-03-271-1/+1
| |\
| | * remove -ansi because it interferes with -std=c++11Mark Brand2014-03-261-1/+1
| |/
| * Merge pull request #72 from mabrand/fix3Vincent Richard2014-03-261-0/+1
| |\
| | * windows build fix: add missing member declarationMark Brand2014-03-261-0/+1
| |/
* / Added missing VMIME_HAVE_TLS_SUPPORT guards (pull request #74).Vincent Richard2014-04-012-5/+31
|/