aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Vincent Richard1-6/+8
Biron).
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
2006-05-05Fixed typo when parsing ESMTP/AUTH response.Vincent Richard1-4/+4
2006-04-24Week of year calculation.Vincent Richard2-0/+71
2006-04-23Folder deletion.Vincent Richard4-0/+120
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard13-50/+49
2006-04-05Clean up.Vincent Richard5-63/+131
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard17-415/+663
2006-02-24Force encoding when there is a CR/LF in the word.Vincent Richard1-0/+8
2006-02-24Check for connection before any operation.Vincent Richard1-0/+6
2006-02-12Added unit tests for datetimeUtils + renamed functions.Vincent Richard2-22/+33
2006-02-09Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard3-3/+3
2006-02-05Added toAddressList().Vincent Richard1-0/+7
2006-02-05Changed copyright year to 2006.Vincent Richard135-135/+135
2006-01-31Fixed encoding of reserved/unsafe chars.Vincent Richard1-2/+6
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard8-15/+265
retrieve information about the connection.
2006-01-29getPeerCertificates() should be const.Vincent Richard1-1/+1