aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typoMark Brand2013-09-221-1/+1
* 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
* Refactored the way embedded objects are referenced in MHTML.Vincent Richard2013-07-114-63/+133
* Update example to test STATUS command.Vincent Richard2013-07-111-3/+13
* Updated IMAP parser to support STATUS response extensions.Vincent Richard2013-07-112-80/+78
* Do not QP-encode CRLFs when content type is text.Vincent Richard2013-06-2712-3/+165
* Removed debug printf.Vincent Richard2013-06-271-1/+0
* Unit tests for content handlers.Vincent Richard2013-06-266-1/+613
* Added missing include.Vincent Richard2013-06-261-0/+1
* Added missing constructor.Vincent Richard2013-06-251-0/+5
* New content handler for file. Automatically set file size with file attachment.Vincent Richard2013-06-255-27/+204
* Documentation.Vincent Richard2013-06-251-2/+37
* Renamed default encoder.Vincent Richard2013-06-246-19/+19
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-2436-451/+1172
* Return after sending message when sending is supported.Vincent Richard2013-06-222-0/+4