Commit Graph

1221 Commits

Author SHA1 Message Date
Vincent Richard
4b2f682f9d Issue #105: workaround for i2v() taking either a const or a non-const method. 2015-03-03 19:45:49 +01:00
Vincent Richard
234b37f388 Fixed type. 2015-03-03 19:35:06 +01:00
Vincent Richard
5c767edb9c Display folder flags and use. 2015-03-03 19:17:48 +01:00
Vincent Richard
19321f9026 Fixed unit test so that is does not depend on the current locale charset. 2015-02-19 21:24:41 +01:00
Vincent Richard
52e5d74bec Made word/parameter constructor with 'string' explicit to avoid implicit use of default charset. 2015-02-17 22:12:20 +01:00
Vincent Richard
50b1dfcb05 Skip word on unexpected error when fixing broken words. 2015-02-16 20:39:12 +01:00
Vincent Richard
1ceda54bb9 Skip word on unexpected error when fixing broken words. 2015-02-16 20:36:10 +01:00
Vincent Richard
28233060d4 Skip word on unexpected error when fixing broken words. 2015-02-16 19:42:46 +01:00
Vincent Richard
c5c66f9fdc Issue #103: fix badly encoded words. 2015-02-16 18:43:03 +01:00
Vincent Richard
f51cb846a9 Issue #99: replaced C99 VLAs with dynamic array using std::vector. 2015-02-01 18:43:11 +01:00
Vincent Richard
d11d85b1c6 Issue #101: 'x-uuencode' is an alias for 'uuencode'. 2015-02-01 18:21:44 +01:00
Vincent Richard
e7739c0efe Fixed issue #98: support for wrongly padded B64 words. 2015-01-14 19:35:28 +01:00
Vincent Richard
5e4bca3747 Stop decoding when there are no more input bytes. 2015-01-14 19:31:31 +01:00
Vincent Richard
8d46091533 Fixed possible memory leak. 2015-01-13 22:04:20 +01:00
Vincent Richard
3806122a35 Fixed build issues when disabling messaging features. 2015-01-01 13:02:39 +01:00
Vincent Richard
d13e1133f0 Fixed build issues when disabling filesystem features. 2015-01-01 12:54:21 +01:00
Vincent Richard
07ae82f17a Fixed buffer pointer offset when copying data. 2014-12-03 20:09:46 +01:00
Vincent Richard
31df6171de Don't throw in destructor. 2014-11-02 13:09:59 +01:00
Vincent Richard
a32bb6c954 Fixed 'body_fld_lang' optional in IMAP response. 2014-09-19 18:31:43 +02:00
Vincent Richard
674c3697f9 Fixed hostname matching for OpenSSL (thanks to ElmüSoft). 2014-08-19 08:17:59 +02:00
Vincent Richard
f3c9002af5 Build intermediate library for test runner and utils to speed up build. 2014-07-24 22:12:15 +02:00
Vincent Richard
c3bf86c972 Use appropriate type for index. 2014-07-24 21:05:56 +02:00
Vincent Richard
00e07962e7 Certificate exception differentiation for easier error handling. 2014-07-24 20:59:52 +02:00
Vincent Richard
937d9c01cc Fixed example build command. 2014-07-24 08:48:26 +02:00
Vincent Richard
03a0e36e91 Added support for language specification in RFC-2047 encoded words and RFC-2231 parameter values. 2014-06-30 22:48:42 +02:00
Vincent Richard
0863f50c26 Allow choosing between encoding modes for parameter values. 2014-06-17 21:08:22 +02:00
Vincent Richard
7302731524 Check for NULL pointer in 'ai_canonname'. 2014-06-09 00:10:03 +02:00
Vincent Richard
c8c5aa065f Fixed decoding of '&-' in IMAP modified UTF-7 encoding. 2014-06-08 19:12:26 +02:00
Vincent Richard
a46e520902 Fixed issue #86: workaround for invalid response from Exchange server. 2014-06-08 18:34:01 +02:00
Vincent Richard
4aefcca374 Removed useless 'virtual' inheritance (fixed issue #84). 2014-06-06 19:26:01 +02:00
Vincent Richard
30ea54f269 Fixed parsing of empty lines in header field value. 2014-06-01 20:46:17 +02:00
Vincent Richard
17d764d65c Fixed segfault in POP3 test. 2014-06-01 19:57:43 +02:00
Vincent Richard
96f6d2389f Fixed auto_ptr<> not to be used with new[]. 2014-05-27 22:02:52 +02:00
Vincent Richard
b5d26604ef Use string option instead of mutually exclusive bool options for charset and TLS library. 2014-05-27 21:59:37 +02:00
--global
0a8a39a9ac Merge branch 'master' of https://github.com/kisli/vmime 2014-05-27 21:02:26 +02:00
--global
7d630afa3e Merge branch 'master' of https://github.com/kisli/vmime 2014-05-27 21:01:37 +02:00
--global
efe7f58d9a Merge branch 'master' of https://github.com/kisli/vmime 2014-05-27 20:59:04 +02:00
Vincent Richard
257ef140bf Fixed ICU status code checking. 2014-05-27 20:58:39 +02:00
--global
2fdcc7df07 Fixed ICU status code checking. 2014-05-27 20:49:16 +02:00
Vincent Richard
ed62ed39bb Merge branch 'master' of https://github.com/kisli/vmime 2014-04-21 20:13:48 +02:00
Vincent Richard
99d919c6d7 Fixed unit test. 2014-04-21 20:13:17 +02:00
Vincent Richard
51e753d0f1 Merge pull request #83 from NPU/master
add charset ‘GBK’
2014-04-18 18:30:17 +02:00
di3online
61beb431d1 add charset ‘GBK’
GB18030 contains GBK,
GBK contains gb2312.
2014-04-18 14:18:24 +08:00
Vincent Richard
45f52aeb2f Merge pull request #82 from NPU/master
recursively create all parent directories if they do not exist on Windows
2014-04-17 22:19:58 +02:00
xh
93b32226e6 recursively create all parent directories if they do not exist on Windows 2014-04-15 13:39:21 +08:00
Vincent Richard
4965674b35 Do not check for SSL handle validity in handshake() as it is initialized a few lines later. 2014-04-04 13:22:54 +02:00
Vincent Richard
8a6b959cf0 Merge branch 'master' of https://github.com/kisli/vmime 2014-04-01 22:39:26 +02:00
Vincent Richard
c08d8145d8 Added missing VMIME_HAVE_TLS_SUPPORT guards (pull request #74). 2014-04-01 22:39:13 +02:00
Vincent Richard
32bd8e4e97 Merge pull request #75 from di3online/master
Nested classes need to explicitly import and export
2014-04-01 21:52:34 +02:00
Di3
461316209e Nested classes need to explicitly import and export 2014-04-01 11:11:37 +08:00