aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...Vincent Richard2008-04-282-46/+99
* Removed old GNU TLS error.Vincent Richard2008-04-141-1/+1
* Fixed constructor ambiguity in 'fileAttachment'.Vincent Richard2008-01-281-1/+11
* Changed copyright year to 2008.Vincent Richard2008-01-04142-142/+142
* Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...Vincent Richard2007-12-232-23/+9
* Fixed incorrect white-space between words.Vincent Richard2007-11-202-6/+16
* Initialize Winsock before using gethostbyname().Vincent Richard2007-10-161-0/+6
* Silently accept quoted string.Vincent Richard2007-08-301-2/+3
* Added function to unquote strings.Vincent Richard2007-08-301-0/+36
* Reset exception pointer (thanks to Emmanuel Cabestan).Vincent Richard2007-08-101-3/+8
* Fixed bug in modified UTF-7 encoding.Vincent Richard2007-07-091-46/+95
* Throw exception when badbit is set.Vincent Richard2007-07-091-0/+8
* New GCC definition.Vincent Richard2007-07-091-1/+1
* Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard2007-06-071-1/+1
* Fixed bug #1721186: thread-safe reference counting.Vincent Richard2007-05-223-130/+306
* Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-211-18/+18
* Allow more than one mechanism after AUTH=.Vincent Richard2007-04-241-12/+11
* Better parsing of ESMTP extensions.Vincent Richard2007-03-281-38/+36
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-2752-152/+352
* Added support for Courier maildir format.Vincent Richard2007-03-227-213/+1000
* Fixed warning.Vincent Richard2007-03-011-4/+1
* Fixed bad parsing of RFC-2047 quoting.Vincent Richard2007-02-221-1/+1
* Root part should not be detected as an attachment.Vincent Richard2007-02-061-1/+5
* Changed copyright year to 2007.Vincent Richard2007-01-01138-138/+138
* Allow 'AUTH=LOGIN' capability for some servers.Vincent Richard2006-12-261-0/+5
* 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
* Preferred block size for streams.Vincent Richard2006-11-181-1/+27
* Temporary fix for socket stream copy.Vincent Richard2006-11-171-1/+1
* Fixed maximum line length bug.Vincent Richard2006-11-171-2/+5
* Imbue classic 'C' locale for unformatted output.Vincent Richard2006-11-171-0/+4
* 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-152-2/+2
* 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-0813-5/+75
* Fixed compilation problem with GCC 3.3.Vincent Richard2006-10-201-1/+1
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-1120-61/+60
* Reissue EHLO after successful STARTTLS.Vincent Richard2006-10-021-30/+42
* Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard2006-10-022-106/+312
* Attachment [file]name.Vincent Richard2006-09-041-0/+2
* Fixed parsing when space occurs at the end of the field value.Vincent Richard2006-08-256-12/+13
* Do not treat attached text files as text parts.Vincent Richard2006-08-211-1/+16
* Fix for message ids without angle brackets.Vincent Richard2006-08-091-1/+13
* Replaced & with ref<> + clean up.Vincent Richard2006-07-147-25/+25
* Fixed bugs in MHTML code + unit tests.Vincent Richard2006-07-134-73/+95
* Fixed warning for uninitialized variable.Vincent Richard2006-06-231-1/+1
* Fixed CRLF response parsing + intermediate replies.Vincent Richard2006-05-051-7/+13