aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed parsing of empty lines in header field value.Vincent Richard2014-06-012-67/+49
* Fixed auto_ptr<> not to be used with new[].Vincent Richard2014-05-271-20/+12
* Fixed ICU status code checking.Vincent Richard2014-05-271-8/+8
* add charset ‘GBK’di3online2014-04-181-0/+1
* recursively create all parent directories if they do not exist on Windowsxh2014-04-151-1/+1
* Do not check for SSL handle validity in handshake() as it is initialized a fe...Vincent Richard2014-04-041-3/+0
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-04-014-3/+4
|\
| * Nested classes need to explicitly import and exportDi32014-04-013-3/+3
| * 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-2515-5/+133
* Fixed issue #71.Vincent Richard2014-03-201-1/+1
* Unit tests for IMAP utils.Vincent Richard2014-03-171-1/+1
* Connection trace facility.Vincent Richard2014-03-1627-49/+463
* Modified IMAP parser constructor to make testing easier.Vincent Richard2014-03-162-4/+36
* IMAP commands.Vincent Richard2014-03-1510-265/+704
* Removed unused/unimplemented function.Vincent Richard2014-03-133-23/+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
* Fixed operator to combine flags.Vincent Richard2014-03-101-1/+1
* Default timeout handler. Fixed spelling.Vincent Richard2014-03-095-6/+172
* 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
|\
| * 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
|/
* Added support for initial response in SASL authentication.Vincent Richard2014-02-1311-3/+110
* Fixed problem when custom registered mechanism is used.Vincent Richard2014-02-132-13/+23
* Fixed extraction of message parts in IMAP.Vincent Richard2014-02-081-3/+0
* Windows charset converter (thanks to ElmüSoft).Vincent Richard2014-02-063-0/+448
* 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
* | Better polling. Fixed possible connection issues on POSIX with slow network. ...Vincent Richard2014-02-0519-210/+358
|/
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-01-312-2/+2
|\
| * Change path::toString to be a const functiontholdawa2014-01-242-2/+2
* | Fixed type.Vincent Richard2014-01-311-2/+1
|/
* IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header fie...tholdawa2014-01-221-2/+2
* Use appropriate syntax for rethrowing exceptions.Vincent Richard2014-01-193-10/+10
* SASL is the only authentication method supported in SMTP (no fallback).Vincent Richard2014-01-191-14/+1
* Calling getAttributes() does not require the folder to be open.Vincent Richard2014-01-192-6/+0
* Do not flag existing messages as recent.Vincent Richard2014-01-191-1/+1
* Path to/from string conversion.Vincent Richard2014-01-192-0/+66
* Better error message.Vincent Richard2014-01-191-1/+1
* Fixed possible crash when COPYUID/APPENDUID is not supported by the server.Vincent Richard2014-01-191-2/+2
* Fixed argument to handshake().Vincent Richard2014-01-191-1/+1
* In SSL socket, use timeout handler of underlying socket. Throw exception when...Vincent Richard2014-01-1916-54/+144
* Fixed SMTP disconnection error caused by handshake failure.Vincent Richard2014-01-191-8/+11
* C++11 std::shared_ptr fixes.Vincent Richard2014-01-162-8/+8