aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue #99: replaced C99 VLAs with dynamic array using std::vector.Vincent Richard2015-02-011-30/+30
|
* Issue #101: 'x-uuencode' is an alias for 'uuencode'.Vincent Richard2015-02-011-0/+1
|
* Fixed issue #98: support for wrongly padded B64 words.Vincent Richard2015-01-142-18/+67
|
* Stop decoding when there are no more input bytes.Vincent Richard2015-01-141-0/+3
|
* Fixed possible memory leak.Vincent Richard2015-01-132-4/+10
|
* Fixed build issues when disabling messaging features.Vincent Richard2015-01-014-2/+32
|
* Fixed build issues when disabling filesystem features.Vincent Richard2015-01-012-0/+18
|
* Fixed buffer pointer offset when copying data.Vincent Richard2014-12-031-1/+1
|
* Don't throw in destructor.Vincent Richard2014-11-0215-81/+106
|
* Fixed 'body_fld_lang' optional in IMAP response.Vincent Richard2014-09-191-8/+11
|
* Fixed hostname matching for OpenSSL (thanks to ElmüSoft).Vincent Richard2014-08-191-4/+4
|
* Use appropriate type for index.Vincent Richard2014-07-243-9/+9
|
* Certificate exception differentiation for easier error handling.Vincent Richard2014-07-2422-120/+984
|
* Added support for language specification in RFC-2047 encoded words and ↵Vincent Richard2014-06-305-11/+78
| | | | RFC-2231 parameter values.
* Allow choosing between encoding modes for parameter values.Vincent Richard2014-06-173-22/+95
|
* Check for NULL pointer in 'ai_canonname'.Vincent Richard2014-06-081-1/+1
|
* Fixed decoding of '&-' in IMAP modified UTF-7 encoding.Vincent Richard2014-06-081-2/+15
|
* Fixed issue #86: workaround for invalid response from Exchange server.Vincent Richard2014-06-081-9/+55
|
* Removed useless 'virtual' inheritance (fixed issue #84).Vincent Richard2014-06-063-3/+3
|
* 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
| | | | GB18030 contains GBK, GBK contains gb2312.
* 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 ↵Vincent Richard2014-04-041-3/+0
| | | | few lines later.
* 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
| | | | | 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-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
| | | | | User-defined mechanisms should be tested first. Added function to determine whether a mechanism is built-in.
* Fixed extraction of message parts in IMAP.Vincent Richard2014-02-081-3/+0
|