aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-1145-114/+128
* Reissue EHLO after successful STARTTLS.Vincent Richard2006-10-023-30/+46
* Fixed typo.Vincent Richard2006-10-021-1/+1
* Added a paragraph about time-out handler factory.Vincent Richard2006-10-021-2/+2
* Added a paragraph about time-out handler factory.Vincent Richard2006-10-021-1/+31
* Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard2006-10-026-116/+448
* Attachment [file]name.Vincent Richard2006-09-041-0/+2
* Fixed parsing when space occurs at the end of the field value.Vincent Richard2006-08-257-13/+14
* Do not treat attached text files as text parts.Vincent Richard2006-08-211-1/+16
* Oops... Removed IMAP response debug.Vincent Richard2006-08-091-1/+1
* Fix for message ids without angle brackets.Vincent Richard2006-08-093-2/+24
* Added exception handling code for 'invalid_response'.Vincent Richard2006-07-231-0/+8
* Made 'string' constructor explicit to avoid misuse.Vincent Richard2006-07-201-1/+1
* Replaced & with ref<> + clean up.Vincent Richard2006-07-1413-32/+32
* Fixed bugs in MHTML code + unit tests.Vincent Richard2006-07-1311-88/+367
* Fixed warning for uninitialized variable.Vincent Richard2006-06-231-1/+1
* Unit tests for SMTP.Vincent Richard2006-05-056-3/+745
* Fixed CRLF response parsing + intermediate replies.Vincent Richard2006-05-051-7/+13
* Reset timeout before reading response.Vincent Richard2006-05-052-0/+6
* Fixed typo in comment.Vincent Richard2006-05-051-1/+1
* Fixed typo when parsing ESMTP/AUTH response.Vincent Richard2006-05-051-4/+4
* Week of year calculation.Vincent Richard2006-04-245-0/+118
* Folder deletion.Vincent Richard2006-04-2310-0/+168
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-1826-94/+98
* Clean up.Vincent Richard2006-04-0512-73/+219
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-2934-732/+931
* Force encoding when there is a CR/LF in the word.Vincent Richard2006-02-241-0/+8
* Check for connection before any operation.Vincent Richard2006-02-241-0/+6
* Accept 8-bit characters even if not allowed (non-strict mode).Vincent Richard2006-02-202-3/+32
* Missing libs.Vincent Richard2006-02-201-1/+1
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-125-28/+168
* Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard2006-02-093-3/+3
* Added toAddressList().Vincent Richard2006-02-052-0/+13
* Changed copyright year to 2006.Vincent Richard2006-02-05162-162/+162
* Changed copyright year to 2006.Vincent Richard2006-02-05160-160/+160
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-312-2/+41
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-2922-16/+564
* getPeerCertificates() should be const.Vincent Richard2006-01-292-2/+2
* Fixed segfault when cert data is NULL.Vincent Richard2006-01-291-0/+3
* Link with Winsock under Windows.Vincent Richard2006-01-291-1/+9
* Do not link with SASL/TLS libraries if support not enabled.Vincent Richard2006-01-261-10/+10
* Non-SASL authenticator.Vincent Richard2006-01-261-1/+43
* Treat 'inline' parts without Content-[Id/Location] as attachments.Vincent Richard2006-01-191-0/+8
* Added support for attachments of type 'message/rfc822'.Vincent Richard2006-01-1612-24/+670
* Update for new contributor.Vincent Richard2006-01-151-0/+1
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
* Fixed memory leaks.Vincent Richard2006-01-151-0/+16
* Implemented IMAP multi-fetching.Vincent Richard2006-01-155-85/+188
* Non-const folder for events.Vincent Richard2006-01-152-6/+6
* Fixed 'uninitialised values' warnings in Valgrind.Vincent Richard2006-01-141-1/+3