aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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’
| | * add charset ‘GBK’di3online2014-04-181-0/+1
| | | | | | | | | | | | GB18030 contains GBK, GBK contains gb2312.
| * | Merge pull request #82 from NPU/masterVincent Richard2014-04-171-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 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 ↵Vincent Richard2014-04-041-3/+0
| | | | few lines later.
* 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 export
| | * 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++11
| | * 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 declaration
| | * 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
|/
* Trace socket/connection events.Vincent Richard2014-03-2517-5/+147
|
* Fixed issue #71.Vincent Richard2014-03-201-1/+1
|
* Unit tests for IMAP utils.Vincent Richard2014-03-172-1/+284
|
* Connection trace facility.Vincent Richard2014-03-1635-287/+810
|
* Modified IMAP parser constructor to make testing easier.Vincent Richard2014-03-163-8/+46
|
* IMAP commands.Vincent Richard2014-03-1511-265/+1188
|
* Removed unused/unimplemented function.Vincent Richard2014-03-134-30/+0
|
* Premature return if message list/set is empty.Vincent Richard2014-03-103-0/+18
|
* Issue #47: get and fetch messages.Vincent Richard2014-03-107-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 Richard2014-03-101-1/+1
|
* Default timeout handler. Fixed spelling.Vincent Richard2014-03-096-25/+196
|
* Fixed memory leak.Vincent Richard2014-03-081-0/+10
|
* Retry reading from the stream instead of waiting for input data on socket.Vincent Richard2014-03-071-1/+11
|
* Compilation fixes for Windows.Vincent Richard2014-02-261-2/+2
|
* Fixed possible issues with EAGAIN on Windows.Vincent Richard2014-02-262-12/+16
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-02-241-1/+6
|\
| * Merge pull request #70 from kisli/pr/69Vincent Richard2014-02-231-1/+6
| |\ | | | | | | Make serviceFactory::create throw instead of dying for invalid protocols.
| | * Make serviceFactory::create throw instead of dying for invalid protocols.Vincent Richard2014-02-231-1/+6
| |/
* / Non exception-driven IMAP parser.Vincent Richard2014-02-241-1039/+1028
|/
* Fixed documentation.Vincent Richard2014-02-161-2/+4
|
* Added support for initial response in SASL authentication.Vincent Richard2014-02-1313-3/+128
|
* Fixed problem when custom registered mechanism is used.Vincent Richard2014-02-132-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 Richard2014-02-081-7/+73
|
* Fixed extraction of message parts in IMAP.Vincent Richard2014-02-081-3/+0
|
* Windows charset converter (thanks to ElmüSoft).Vincent Richard2014-02-065-3/+470
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-02-053-3/+3
|\
| * Fixed null value in Windows build.laurent-richard2014-02-053-3/+3
| |
* | Added example and in-code documentation for time out handler.Vincent Richard2014-02-051-0/+53
| |
* | Better polling. Fixed possible connection issues on POSIX with slow network. ↵Vincent Richard2014-02-0521-210/+373
|/ | | | Better error handling in POSIX sockets.
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-01-312-2/+2
|\
| * Merge pull request #67 from tholdawa/constFixVincent Richard2014-01-262-2/+2
| |\ | | | | | | Change path::toString to be a const function
| | * Change path::toString to be a const functiontholdawa2014-01-242-2/+2
| | |