Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' of https://github.com/kisli/vmime | --global | 2014-05-27 | 0 | -0/+0 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Fixed ICU status code checking. | --global | 2014-05-27 | 1 | -8/+8 | |
| | | ||||||
* | | Fixed ICU status code checking. | Vincent Richard | 2014-05-27 | 1 | -8/+8 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2014-04-21 | 2 | -1/+2 | |
|\ | ||||||
| * | Merge pull request #83 from NPU/master | Vincent Richard | 2014-04-18 | 1 | -0/+1 | |
| |\ | | | | | | | add charset ‘GBK’ | |||||
| | * | add charset ‘GBK’ | di3online | 2014-04-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | GB18030 contains GBK, GBK contains gb2312. | |||||
| * | | Merge pull request #82 from NPU/master | Vincent Richard | 2014-04-17 | 1 | -1/+1 | |
| |\| | | | | | | | recursively create all parent directories if they do not exist on Windows | |||||
| | * | recursively create all parent directories if they do not exist on Windows | xh | 2014-04-15 | 1 | -1/+1 | |
| |/ | ||||||
* / | Fixed unit test. | Vincent Richard | 2014-04-21 | 1 | -1/+1 | |
|/ | ||||||
* | Do not check for SSL handle validity in handshake() as it is initialized a ↵ | Vincent Richard | 2014-04-04 | 1 | -3/+0 | |
| | | | | few lines later. | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2014-04-01 | 5 | -4/+5 | |
|\ | ||||||
| * | Merge pull request #75 from di3online/master | Vincent Richard | 2014-04-01 | 3 | -3/+3 | |
| |\ | | | | | | | Nested classes need to explicitly import and export | |||||
| | * | Nested classes need to explicitly import and export | Di3 | 2014-04-01 | 3 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #73 from mabrand/fix3 | Vincent Richard | 2014-03-27 | 1 | -1/+1 | |
| |\ | | | | | | | remove -ansi because it interferes with -std=c++11 | |||||
| | * | remove -ansi because it interferes with -std=c++11 | Mark Brand | 2014-03-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #72 from mabrand/fix3 | Vincent Richard | 2014-03-26 | 1 | -0/+1 | |
| |\ | | | | | | | windows build fix: add missing member declaration | |||||
| | * | windows build fix: add missing member declaration | Mark Brand | 2014-03-26 | 1 | -0/+1 | |
| |/ | ||||||
* / | Added missing VMIME_HAVE_TLS_SUPPORT guards (pull request #74). | Vincent Richard | 2014-04-01 | 2 | -5/+31 | |
|/ | ||||||
* | Trace socket/connection events. | Vincent Richard | 2014-03-25 | 17 | -5/+147 | |
| | ||||||
* | Fixed issue #71. | Vincent Richard | 2014-03-20 | 1 | -1/+1 | |
| | ||||||
* | Unit tests for IMAP utils. | Vincent Richard | 2014-03-17 | 2 | -1/+284 | |
| | ||||||
* | Connection trace facility. | Vincent Richard | 2014-03-16 | 35 | -287/+810 | |
| | ||||||
* | Modified IMAP parser constructor to make testing easier. | Vincent Richard | 2014-03-16 | 3 | -8/+46 | |
| | ||||||
* | IMAP commands. | Vincent Richard | 2014-03-15 | 11 | -265/+1188 | |
| | ||||||
* | Removed unused/unimplemented function. | Vincent Richard | 2014-03-13 | 4 | -30/+0 | |
| | ||||||
* | Premature return if message list/set is empty. | Vincent Richard | 2014-03-10 | 3 | -0/+18 | |
| | ||||||
* | Issue #47: get and fetch messages. | Vincent Richard | 2014-03-10 | 7 | -0/+126 | |
| | | | | | Added a feature to get and fetch a list of messages at the same time, to avoid a roundtrip to the server. | |||||
* | Fixed operator to combine flags. | Vincent Richard | 2014-03-10 | 1 | -1/+1 | |
| | ||||||
* | Default timeout handler. Fixed spelling. | Vincent Richard | 2014-03-09 | 6 | -25/+196 | |
| | ||||||
* | Fixed memory leak. | Vincent Richard | 2014-03-08 | 1 | -0/+10 | |
| | ||||||
* | Retry reading from the stream instead of waiting for input data on socket. | Vincent Richard | 2014-03-07 | 1 | -1/+11 | |
| | ||||||
* | Compilation fixes for Windows. | Vincent Richard | 2014-02-26 | 1 | -2/+2 | |
| | ||||||
* | Fixed possible issues with EAGAIN on Windows. | Vincent Richard | 2014-02-26 | 2 | -12/+16 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2014-02-24 | 1 | -1/+6 | |
|\ | ||||||
| * | Merge pull request #70 from kisli/pr/69 | Vincent Richard | 2014-02-23 | 1 | -1/+6 | |
| |\ | | | | | | | Make serviceFactory::create throw instead of dying for invalid protocols. | |||||
| | * | Make serviceFactory::create throw instead of dying for invalid protocols. | Vincent Richard | 2014-02-23 | 1 | -1/+6 | |
| |/ | ||||||
* / | Non exception-driven IMAP parser. | Vincent Richard | 2014-02-24 | 1 | -1039/+1028 | |
|/ | ||||||
* | Fixed documentation. | Vincent Richard | 2014-02-16 | 1 | -2/+4 | |
| | ||||||
* | Added support for initial response in SASL authentication. | Vincent Richard | 2014-02-13 | 13 | -3/+128 | |
| | ||||||
* | Fixed problem when custom registered mechanism is used. | Vincent Richard | 2014-02-13 | 2 | -13/+23 | |
| | | | | | User-defined mechanisms should be tested first. Added function to determine whether a mechanism is built-in. | |||||
* | Demonstrates extraction of attachments from a message in a remote store. | Vincent Richard | 2014-02-08 | 1 | -7/+73 | |
| | ||||||
* | Fixed extraction of message parts in IMAP. | Vincent Richard | 2014-02-08 | 1 | -3/+0 | |
| | ||||||
* | Windows charset converter (thanks to ElmüSoft). | Vincent Richard | 2014-02-06 | 5 | -3/+470 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2014-02-05 | 3 | -3/+3 | |
|\ | ||||||
| * | Fixed null value in Windows build. | laurent-richard | 2014-02-05 | 3 | -3/+3 | |
| | | ||||||
* | | Added example and in-code documentation for time out handler. | Vincent Richard | 2014-02-05 | 1 | -0/+53 | |
| | | ||||||
* | | Better polling. Fixed possible connection issues on POSIX with slow network. ↵ | Vincent Richard | 2014-02-05 | 21 | -210/+373 | |
|/ | | | | Better error handling in POSIX sockets. | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2014-01-31 | 2 | -2/+2 | |
|\ | ||||||
| * | Merge pull request #67 from tholdawa/constFix | Vincent Richard | 2014-01-26 | 2 | -2/+2 | |
| |\ | | | | | | | Change path::toString to be a const function | |||||
| | * | Change path::toString to be a const function | tholdawa | 2014-01-24 | 2 | -2/+2 | |
| | | |