aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-14Stop decoding when there are no more input bytes.Vincent Richard1-0/+3
2015-01-13Fixed possible memory leak.Vincent Richard2-4/+10
2015-01-01Fixed build issues when disabling messaging features.Vincent Richard4-2/+32
2015-01-01Fixed build issues when disabling filesystem features.Vincent Richard2-0/+18
2014-12-03Fixed buffer pointer offset when copying data.Vincent Richard1-1/+1
2014-11-02Don't throw in destructor.Vincent Richard15-81/+106
2014-09-19Fixed 'body_fld_lang' optional in IMAP response.Vincent Richard1-8/+11
2014-08-19Fixed hostname matching for OpenSSL (thanks to ElmüSoft).Vincent Richard1-4/+4
2014-07-24Use appropriate type for index.Vincent Richard3-9/+9
2014-07-24Certificate exception differentiation for easier error handling.Vincent Richard22-120/+984
2014-06-30Added support for language specification in RFC-2047 encoded words and RFC-22...Vincent Richard5-11/+78
2014-06-17Allow choosing between encoding modes for parameter values.Vincent Richard3-22/+95
2014-06-08Check for NULL pointer in 'ai_canonname'.Vincent Richard1-1/+1
2014-06-08Fixed decoding of '&-' in IMAP modified UTF-7 encoding.Vincent Richard1-2/+15
2014-06-08Fixed issue #86: workaround for invalid response from Exchange server.Vincent Richard1-9/+55
2014-06-06Removed useless 'virtual' inheritance (fixed issue #84).Vincent Richard3-3/+3
2014-06-01Fixed parsing of empty lines in header field value.Vincent Richard2-67/+49
2014-05-27Fixed auto_ptr<> not to be used with new[].Vincent Richard1-20/+12
2014-05-27Fixed ICU status code checking.Vincent Richard1-8/+8
2014-05-27Fixed ICU status code checking.--global1-8/+8
2014-04-18add charset ‘GBK’di3online1-0/+1
2014-04-15recursively create all parent directories if they do not exist on Windowsxh1-1/+1
2014-04-04Do not check for SSL handle validity in handshake() as it is initialized a fe...Vincent Richard1-3/+0
2014-04-01Added missing VMIME_HAVE_TLS_SUPPORT guards (pull request #74).Vincent Richard2-5/+31
2014-04-01Nested classes need to explicitly import and exportDi33-3/+3
2014-03-26windows build fix: add missing member declarationMark Brand1-0/+1
2014-03-25Trace socket/connection events.Vincent Richard15-5/+133
2014-03-20Fixed issue #71.Vincent Richard1-1/+1
2014-03-17Unit tests for IMAP utils.Vincent Richard1-1/+1
2014-03-16Connection trace facility.Vincent Richard27-49/+463
2014-03-16Modified IMAP parser constructor to make testing easier.Vincent Richard2-4/+36
2014-03-15IMAP commands.Vincent Richard10-265/+704
2014-03-13Removed unused/unimplemented function.Vincent Richard3-23/+0
2014-03-10Premature return if message list/set is empty.Vincent Richard3-0/+18
2014-03-10Issue #47: get and fetch messages.Vincent Richard7-0/+126
2014-03-10Fixed operator to combine flags.Vincent Richard1-1/+1
2014-03-09Default timeout handler. Fixed spelling.Vincent Richard5-6/+172
2014-03-08Fixed memory leak.Vincent Richard1-0/+10
2014-03-07Retry reading from the stream instead of waiting for input data on socket.Vincent Richard1-1/+11
2014-02-26Compilation fixes for Windows.Vincent Richard1-2/+2
2014-02-26Fixed possible issues with EAGAIN on Windows.Vincent Richard2-12/+16
2014-02-24Non exception-driven IMAP parser.Vincent Richard1-1039/+1028
2014-02-23Make serviceFactory::create throw instead of dying for invalid protocols.Vincent Richard1-1/+6
2014-02-13Added support for initial response in SASL authentication.Vincent Richard11-3/+110
2014-02-13Fixed problem when custom registered mechanism is used.Vincent Richard2-13/+23
2014-02-08Fixed extraction of message parts in IMAP.Vincent Richard1-3/+0
2014-02-06Windows charset converter (thanks to ElmüSoft).Vincent Richard3-0/+448
2014-02-05Better polling. Fixed possible connection issues on POSIX with slow network. ...Vincent Richard19-210/+358
2014-02-05Fixed null value in Windows build.laurent-richard3-3/+3
2014-01-31Fixed type.Vincent Richard1-2/+1