Commit Graph

1053 Commits

Author SHA1 Message Date
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
Vincent Richard
916e9e2282 Merge pull request #73 from mabrand/fix3
remove -ansi because it interferes with -std=c++11
2014-03-27 19:53:43 +01:00
Mark Brand
266267be54 remove -ansi because it interferes with -std=c++11 2014-03-26 23:35:00 +01:00
Vincent Richard
4cf7e02132 Merge pull request #72 from mabrand/fix3
windows build fix: add missing member declaration
2014-03-26 23:31:53 +01:00
Mark Brand
3f938d9e4a windows build fix: add missing member declaration 2014-03-26 23:28:50 +01:00
Vincent Richard
bbfdcc36a0 Trace socket/connection events. 2014-03-25 23:34:03 +01:00
Vincent Richard
58ca0d1dd5 Fixed issue #71. 2014-03-20 21:04:33 +01:00
Vincent Richard
9b3f8124f1 Unit tests for IMAP utils. 2014-03-17 23:51:54 +01:00
Vincent Richard
84e570bbbb Connection trace facility. 2014-03-16 22:52:40 +01:00
Vincent Richard
cfe9c6b1e7 Modified IMAP parser constructor to make testing easier. 2014-03-16 09:57:36 +01:00
Vincent Richard
9d73fc5382 IMAP commands. 2014-03-15 23:33:20 +01:00
Vincent Richard
86788ce022 Removed unused/unimplemented function. 2014-03-13 20:49:54 +01:00
Vincent Richard
642cdf42f6 Premature return if message list/set is empty. 2014-03-10 20:00:24 +01:00
Vincent Richard
3fcea19d75 Issue #47: get and fetch messages.
Added a feature to get and fetch a list of messages at the same time,
to avoid a roundtrip to the server.
2014-03-10 19:10:08 +01:00
Vincent Richard
16bd0a6ec2 Fixed operator to combine flags. 2014-03-10 19:06:52 +01:00
Vincent Richard
baf79458fe Default timeout handler. Fixed spelling. 2014-03-09 10:28:56 +01:00
Vincent Richard
b65d748ff3 Fixed memory leak. 2014-03-08 13:53:44 +01:00
Vincent Richard
012989f8fd Retry reading from the stream instead of waiting for input data on socket. 2014-03-07 22:41:05 +01:00
Vincent Richard
5fb3f5a15f Compilation fixes for Windows. 2014-02-26 19:12:04 +01:00