aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-21367-5168/+4422
* Per-protocol include files.Vincent Richard2013-11-155-0/+168
* Use "std::map" instead of "propertySet" in url class.Vincent Richard2013-11-153-28/+28
* Custom fetch attributes.Vincent Richard2013-11-1421-94/+344
* Added missing export specifiers.Vincent Richard2013-11-131-8/+8
* Added missing include for 'typeid'.Vincent Richard2013-10-201-0/+1
* Fixed build of samples (now use CMake).Vincent Richard2013-10-2010-37/+99
* Fixed group parsing in mailboxList.Vincent Richard2013-10-163-1/+80
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2013-09-232-3/+3
|\
| * Merge pull request #54 from mabrand/fixVincent Richard2013-09-231-2/+2
| |\
| | * update class name in exampleMark Brand2013-09-221-2/+2
| |/
| * Merge pull request #53 from mabrand/fixVincent Richard2013-09-221-1/+1
| |\
| | * fix typoMark Brand2013-09-221-1/+1
| |/
* / Order ciphers according to strength and always exclude ADH (OpenSSL).Vincent Richard2013-09-231-4/+4
|/
* Fixed chunking output buffer.Vincent Richard2013-09-211-1/+1
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-2118-36/+652
* Made template argument explicit to workaround compiler error on MSVC.Vincent Richard2013-09-091-1/+1
* SMTP-specific exceptions.Vincent Richard2013-09-0810-75/+337
* Added required includes for MSVC.Vincent Richard2013-09-085-0/+9
* Fixed case in include file name.Vincent Richard2013-09-061-1/+1
* Added support for MIC (thanks to Mehmet Bozkurt).Vincent Richard2013-09-042-0/+22
* Added missing exports.Vincent Richard2013-09-042-2/+2
* Added support for standard 64-bit integer type.Vincent Richard2013-09-022-4/+21
* Fixed linking error on Visual Studio.Vincent Richard2013-09-022-0/+13
* Fixed sharing mode when opening file.Vincent Richard2013-08-281-4/+4
* Test for non-NULL 'ai_canonname', as per MSDN recommendation.Vincent Richard2013-08-181-1/+1
* Open the file in shared mode not to lock file.Vincent Richard2013-08-161-2/+2
* Fixed missing space in command.Vincent Richard2013-08-161-2/+2
* Added test for SMTP connection error.Vincent Richard2013-08-161-0/+12
* Fixed segfault at POP3 connection error.Vincent Richard2013-08-163-10/+87
* Fixed isEmpty() test.Vincent Richard2013-08-161-1/+1
* Made 'message::uid' a class to prevent implicit conversions between 'long' an...Vincent Richard2013-08-162-1/+117
* Added support for enhanced status codes (RFC-3463).Vincent Richard2013-08-143-4/+154
* Added missing exports.Vincent Richard2013-07-261-3/+3
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-2620-982/+1360
* Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...Vincent Richard2013-07-244-2/+22
* Return real message UID from IMAP server. Added function to return the curren...Vincent Richard2013-07-215-65/+28
* Reworked IMAP event notification code.Vincent Richard2013-07-1818-450/+562
* Removed useless accessors.Vincent Richard2013-07-172-15/+0
* Code cleanup. Store error log in parsed response to avoid accessing parser in...Vincent Richard2013-07-176-127/+115
* Dispatch NOOP commands on open folders only.Vincent Richard2013-07-161-1/+2
* Misc fixes in documentation.Vincent Richard2013-07-1611-18/+16
* Prefix exception class with namespace in documentation.Vincent Richard2013-07-162-31/+31
* Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard2013-07-168-179/+105
* Fixed method description.Vincent Richard2013-07-161-1/+2
* Fixed issue #45: test for _WIN32 instead of WIN32.Vincent Richard2013-07-162-3/+3
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...Vincent Richard2013-07-1619-320/+572
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-1629-450/+1560
* Fixed IMAP tag not incrementing.Vincent Richard2013-07-151-3/+3
* 64-bit type detection.Vincent Richard2013-07-153-21/+65