aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-2978-15070/+0
* Better error handling. Fixed return values in custom BIO. Added support for S...Vincent Richard2013-12-181-0/+2
* IMAP parsing workarounds for Yandex.Vincent Richard2013-12-111-3/+32
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-1022-251/+287
* Do not throw exception for normal code flow.Vincent Richard2013-11-212-14/+17
* Boost/C++11 shared pointers.Vincent Richard2013-11-2159-462/+437
* Per-protocol include files.Vincent Richard2013-11-155-0/+168
* Custom fetch attributes.Vincent Richard2013-11-149-32/+159
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-217-3/+266
* SMTP-specific exceptions.Vincent Richard2013-09-082-0/+130
* Added missing exports.Vincent Richard2013-09-041-1/+1
* Made 'message::uid' a class to prevent implicit conversions between 'long' an...Vincent Richard2013-08-161-1/+27
* Added support for enhanced status codes (RFC-3463).Vincent Richard2013-08-141-1/+23
* Added missing exports.Vincent Richard2013-07-261-3/+3
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-268-148/+411
* Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...Vincent Richard2013-07-241-0/+3
* Return real message UID from IMAP server. Added function to return the curren...Vincent Richard2013-07-212-15/+11
* Reworked IMAP event notification code.Vincent Richard2013-07-189-20/+103
* Removed useless accessors.Vincent Richard2013-07-171-3/+0
* Code cleanup. Store error log in parsed response to avoid accessing parser in...Vincent Richard2013-07-172-28/+56
* Misc fixes in documentation.Vincent Richard2013-07-161-2/+2
* 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-163-2/+4
* Fixed method description.Vincent Richard2013-07-161-1/+2
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...Vincent Richard2013-07-169-64/+245
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-1616-280/+971
* Updated IMAP parser to support STATUS response extensions.Vincent Richard2013-07-111-71/+69
* Do not QP-encode CRLFs when content type is text.Vincent Richard2013-06-271-0/+4
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-242-1/+4
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...Vincent Richard2013-06-203-0/+101
* Moved SMTP connection-related things to SMTPConnection object.Vincent Richard2013-06-192-27/+136
* Fixed comments.Vincent Richard2013-06-181-5/+5
* SMTPUTF8: generate Internationalized Email only if supported by SMTP server.Vincent Richard2013-06-182-0/+26
* Re-issue CAPA command once TLS has been started (POP3, IMAP).Vincent Richard2013-06-172-0/+10
* Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard2013-06-121-2/+2
* Homogeneous use of vmime::string.Vincent Richard2013-06-122-7/+7
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-124-50/+144
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-112-1/+122
* Do not increment tag after sending command (parser needs current tag).Vincent Richard2013-05-131-0/+2
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-131-6/+15
* Added missing symbol exports.Vincent Richard2013-05-1235-35/+35
* Export class and functions in shared libraries.Vincent Richard2013-05-1217-24/+24
* Fixed BIO_METHOD initialization for thread safety.Vincent Richard2013-05-121-0/+2
* Allow SPACEs at end of response line (Apple iCloud IMAP server).Vincent Richard2013-04-261-1/+29
* Added unit tests for IMAPTag. Initialize sequence number at 1.Vincent Richard2013-04-261-0/+1
* Issue #4: set envelope sender.Vincent Richard2013-04-033-3/+22
* Remove +x bit from source filesJan Engelhardt2013-03-273-0/+0
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-1/+0
* Fixed compilation warnings.Vincent Richard2013-03-061-1/+1
* Fixed warnings about unused variables.Vincent Richard2013-02-261-7/+7