aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Started version 0.8.2.Vincent Richard2006-12-202-1/+9
* Version 0.8.1.Vincent Richard2006-12-201-2/+2
* Fixed attachment detection with non-MIME message (thanks to Peter Libic).Vincent Richard2006-12-141-1/+7
* Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin B...Vincent Richard2006-12-081-6/+8
* Allow a line containing only spaces as header separator.Vincent Richard2006-12-051-0/+32
* Check for space/tab instead of using isspace().Vincent Richard2006-11-241-1/+1
* Fixed CPPDEFINES for new version of SCons.Vincent Richard2006-11-241-1/+1
* Typo: 'more' -> 'most'.Vincent Richard2006-11-231-1/+1
* Preferred block size for streams.Vincent Richard2006-11-182-1/+38
* Temporary fix for socket stream copy.Vincent Richard2006-11-171-1/+1
* Fixed maximum line length bug.Vincent Richard2006-11-171-2/+5
* Fixed indentation.Vincent Richard2006-11-171-1/+1
* Imbue classic 'C' locale for unformatted output.Vincent Richard2006-11-172-0/+16
* Fixed typo causing bad line length computation in RFC-2047 Base64 output.Vincent Richard2006-11-171-1/+1
* Fixed reference + do not clear stream in adapters.Vincent Richard2006-11-153-3/+3
* Use std::copy instead of loop (thanks to Michal Rzechonek).Vincent Richard2006-11-141-2/+1
* Use 'char' instead of 'unsigned char' for conversion with std::ctype.Vincent Richard2006-11-091-10/+10
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-0816-5/+86
* Fixed compilation problem with GCC 3.3.Vincent Richard2006-10-201-1/+1
* Updated example and doc with some code showing how to read embedded object da...Vincent Richard2006-10-142-8/+43
* 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