aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-2922-16/+564
* getPeerCertificates() should be const.Vincent Richard2006-01-292-2/+2
* Fixed segfault when cert data is NULL.Vincent Richard2006-01-291-0/+3
* Link with Winsock under Windows.Vincent Richard2006-01-291-1/+9
* Do not link with SASL/TLS libraries if support not enabled.Vincent Richard2006-01-261-10/+10
* Non-SASL authenticator.Vincent Richard2006-01-261-1/+43
* 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-1612-24/+670
* Update for new contributor.Vincent Richard2006-01-151-0/+1
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
* Fixed memory leaks.Vincent Richard2006-01-151-0/+16
* Implemented IMAP multi-fetching.Vincent Richard2006-01-155-85/+188
* Non-const folder for events.Vincent Richard2006-01-152-6/+6
* Fixed 'uninitialised values' warnings in Valgrind.Vincent Richard2006-01-141-1/+3
* Fixed bug when fetching structure.Vincent Richard2006-01-101-13/+25
* Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard2006-01-101-2/+2
* Allow '@' in the username part of an URL.Vincent Richard2006-01-092-1/+13
* Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard2006-01-081-2/+10
* Code clean-up.Vincent Richard2006-01-082-20/+18
* Fixed compilation problem with GCC 4.Vincent Richard2006-01-081-1/+1
* Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard2006-01-071-3/+3
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-075-143/+417
* Updated contributors list.Vincent Richard2006-01-011-0/+16
* Rewritten code using std:: algorithms (thanks to Pierre THIERRY).Vincent Richard2005-12-302-27/+64
* Rewritten some code without using iterators.Vincent Richard2005-12-301-10/+10
* Fixed mistake.Vincent Richard2005-12-291-2/+2
* Fixed mistake.Vincent Richard2005-12-291-1/+1
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-263-0/+77
* Fixed typo causing infinite loop.Vincent Richard2005-12-201-1/+1
* Compatibility bugs in IMAP response parser.Vincent Richard2005-12-182-68/+136
* Enhanced detection of GnuTLS (SCons).Vincent Richard2005-12-151-1/+4
* Fixed segfault in destructor when chaining 3 exceptions or more.Vincent Richard2005-12-053-0/+12
* Fixed a bug in argument vector.Vincent Richard2005-12-042-1/+6
* Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2005-12-022-3/+3
* Added toStrong() on weak ref.Vincent Richard2005-12-021-0/+8
* Fixed typo in CXXFLAGS/debug.Vincent Richard2005-12-011-2/+2
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
* Detailed instruction for sending message.Vincent Richard2005-11-301-1/+1
* Fixed buffer overrun in random::getString().Vincent Richard2005-11-282-1/+4
* Fixed problem with maildir and ':' in filename on Windows.Vincent Richard2005-11-272-5/+37
* GNU TLS detection with SCons.Vincent Richard2005-11-161-1/+2
* gmtime() and localtime() are reentrant when using MS C runtime library (MinGW...Vincent Richard2005-11-142-1/+15
* Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...Vincent Richard2005-11-072-0/+7
* Started version 0.8.1.Vincent Richard2005-11-062-1/+9
* Version 0.8.0.Vincent Richard2005-11-062-4/+4
* Missing 'headerFieldValue.hpp' in dist.Vincent Richard2005-11-061-0/+1
* Refactored header field values and parameters.Vincent Richard2005-11-061-4/+0
* First version of the VMime Book.Vincent Richard2005-11-0613-0/+4268
* Refactored header field values and parameters.Vincent Richard2005-11-064-392/+0
* Fixed typos in documentation.Vincent Richard2005-11-058-14/+16