aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-28Fixed constructor ambiguity in 'fileAttachment'.Vincent Richard1-1/+11
2008-01-04Changed copyright year to 2008.Vincent Richard142-142/+142
2007-12-23Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...Vincent Richard2-23/+9
2007-11-20Fixed incorrect white-space between words.Vincent Richard2-6/+16
2007-10-16Initialize Winsock before using gethostbyname().Vincent Richard1-0/+6
2007-08-30Silently accept quoted string.Vincent Richard1-2/+3
2007-08-30Added function to unquote strings.Vincent Richard1-0/+36
2007-08-10Reset exception pointer (thanks to Emmanuel Cabestan).Vincent Richard1-3/+8
2007-07-09Fixed bug in modified UTF-7 encoding.Vincent Richard1-46/+95
2007-07-09Throw exception when badbit is set.Vincent Richard1-0/+8
2007-07-09New GCC definition.Vincent Richard1-1/+1
2007-06-07Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard1-1/+1
2007-05-22Fixed bug #1721186: thread-safe reference counting.Vincent Richard3-130/+306
2007-05-21Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard1-18/+18
2007-04-24Allow more than one mechanism after AUTH=.Vincent Richard1-12/+11
2007-03-28Better parsing of ESMTP extensions.Vincent Richard1-38/+36
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard52-152/+352
2007-03-22Added support for Courier maildir format.Vincent Richard7-213/+1000
2007-03-01Fixed warning.Vincent Richard1-4/+1
2007-02-22Fixed bad parsing of RFC-2047 quoting.Vincent Richard1-1/+1
2007-02-06Root part should not be detected as an attachment.Vincent Richard1-1/+5
2007-01-01Changed copyright year to 2007.Vincent Richard138-138/+138
2006-12-26Allow 'AUTH=LOGIN' capability for some servers.Vincent Richard1-0/+5
2006-12-14Fixed attachment detection with non-MIME message (thanks to Peter Libic).Vincent Richard1-1/+7
2006-12-08Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin B...Vincent Richard1-6/+8
2006-12-05Allow a line containing only spaces as header separator.Vincent Richard1-0/+32
2006-11-24Check for space/tab instead of using isspace().Vincent Richard1-1/+1
2006-11-18Preferred block size for streams.Vincent Richard1-1/+27
2006-11-17Temporary fix for socket stream copy.Vincent Richard1-1/+1
2006-11-17Fixed maximum line length bug.Vincent Richard1-2/+5
2006-11-17Imbue classic 'C' locale for unformatted output.Vincent Richard1-0/+4
2006-11-17Fixed typo causing bad line length computation in RFC-2047 Base64 output.Vincent Richard1-1/+1
2006-11-15Fixed reference + do not clear stream in adapters.Vincent Richard2-2/+2
2006-11-14Use std::copy instead of loop (thanks to Michal Rzechonek).Vincent Richard1-2/+1
2006-11-09Use 'char' instead of 'unsigned char' for conversion with std::ctype.Vincent Richard1-10/+10
2006-11-08Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard13-5/+75
2006-10-20Fixed compilation problem with GCC 3.3.Vincent Richard1-1/+1
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard20-61/+60
2006-10-02Reissue EHLO after successful STARTTLS.Vincent Richard1-30/+42
2006-10-02Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard2-106/+312
2006-09-04Attachment [file]name.Vincent Richard1-0/+2
2006-08-25Fixed parsing when space occurs at the end of the field value.Vincent Richard6-12/+13
2006-08-21Do not treat attached text files as text parts.Vincent Richard1-1/+16
2006-08-09Fix for message ids without angle brackets.Vincent Richard1-1/+13
2006-07-14Replaced & with ref<> + clean up.Vincent Richard7-25/+25
2006-07-13Fixed bugs in MHTML code + unit tests.Vincent Richard4-73/+95
2006-06-23Fixed warning for uninitialized variable.Vincent Richard1-1/+1
2006-05-05Fixed CRLF response parsing + intermediate replies.Vincent Richard1-7/+13
2006-05-05Reset timeout before reading response.Vincent Richard1-0/+3
2006-05-05Fixed typo in comment.Vincent Richard1-1/+1