aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset timeout before reading response.Vincent Richard2006-05-051-0/+3
* 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-242-0/+71
* Folder deletion.Vincent Richard2006-04-234-0/+120
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-1813-50/+49
* Clean up.Vincent Richard2006-04-055-63/+131
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-2917-415/+663
* 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
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-122-22/+33
* Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard2006-02-093-3/+3
* Added toAddressList().Vincent Richard2006-02-051-0/+7
* Changed copyright year to 2006.Vincent Richard2006-02-05135-135/+135
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-311-2/+6
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-298-15/+265
* getPeerCertificates() should be const.Vincent Richard2006-01-291-1/+1
* Fixed segfault when cert data is NULL.Vincent Richard2006-01-291-0/+3
* 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-163-23/+314
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
* Implemented IMAP multi-fetching.Vincent Richard2006-01-153-83/+149
* Non-const folder for events.Vincent Richard2006-01-151-3/+3