Commit Graph

987 Commits

Author SHA1 Message Date
--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
Vincent Richard
a2708e745c Fixed possible issues with EAGAIN on Windows. 2014-02-26 19:10:40 +01:00
Vincent Richard
86eae80b68 Merge branch 'master' of https://github.com/kisli/vmime 2014-02-24 22:28:55 +01:00
Vincent Richard
4bb1930f01 Non exception-driven IMAP parser. 2014-02-24 22:28:40 +01:00
Vincent Richard
87807e2186 Merge pull request #70 from kisli/pr/69
Make serviceFactory::create throw instead of dying for invalid protocols.
2014-02-23 15:36:21 +01:00
Vincent Richard
0b03b3267c Make serviceFactory::create throw instead of dying for invalid protocols. 2014-02-23 15:34:35 +01:00
Vincent Richard
c13683466a Fixed documentation. 2014-02-16 10:40:10 +01:00
Vincent Richard
c860c273d3 Added support for initial response in SASL authentication. 2014-02-13 22:23:59 +01:00
Vincent Richard
c655495025 Fixed problem when custom registered mechanism is used.
User-defined mechanisms should be tested first. Added function to
determine whether a mechanism is built-in.
2014-02-13 21:08:37 +01:00
Vincent Richard
dc5f9fd6e6 Demonstrates extraction of attachments from a message in a remote store. 2014-02-08 01:12:37 +01:00
Vincent Richard
3fe31cbc0a Fixed extraction of message parts in IMAP. 2014-02-08 01:08:02 +01:00
Vincent Richard
d49ce7cd4d Windows charset converter (thanks to ElmüSoft). 2014-02-06 21:29:59 +01:00
Vincent Richard
647c931664 Merge branch 'master' of https://github.com/kisli/vmime 2014-02-05 20:52:08 +01:00
Vincent Richard
c4300a9d62 Added example and in-code documentation for time out handler. 2014-02-05 20:19:13 +01:00
Vincent Richard
0d20ee083b Better polling. Fixed possible connection issues on POSIX with slow network. Better error handling in POSIX sockets. 2014-02-05 20:18:20 +01:00
laurent-richard
37869c06ce Fixed null value in Windows build. 2014-02-05 14:23:04 +01:00
Vincent Richard
595259332a Merge branch 'master' of https://github.com/kisli/vmime 2014-01-31 21:54:38 +01:00