aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation warnings.Vincent Richard2008-10-12207-789/+796
* Encode '?' characters to avoid breaking QP encoding (Zarafa).Vincent Richard2008-07-111-1/+1
* Fixed 'negative unsigned' index causing crash (Zarafa).Vincent Richard2008-07-111-2/+2
* Enable re-generation of broken Content-Id's that had no '@' sign in them (Zar...Vincent Richard2008-07-112-4/+9
* Treat empty encoding as default '7-bit' (Zarafa).Vincent Richard2008-07-111-0/+3
* Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard2008-07-111-1/+1
* Fixed missing std includes.Vincent Richard2008-07-112-0/+3
* Escape all RFC-2047 'especials' characters (Zarafa).Vincent Richard2008-07-111-0/+8
* Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard2008-07-111-2/+2
* Actually add the 'Final-Recipient' header (Zarafa).Vincent Richard2008-07-111-0/+2
* Remove BCC headers before sending the message over SMTP (Zarafa).Vincent Richard2008-07-111-0/+10
* Recover from broken emails without a final boundary (Zarafa).Vincent Richard2008-07-113-1/+53
* Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...Vincent Richard2008-04-286-56/+158
* Removed old GNU TLS error.Vincent Richard2008-04-141-1/+1
* Made constructor explicit to prevent from implicit conversions.Vincent Richard2008-01-301-1/+1
* Fixed constructor ambiguity in 'fileAttachment'.Vincent Richard2008-01-283-3/+21
* Changed copyright year to 2008.Vincent Richard2008-01-04341-341/+341
* Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...Vincent Richard2007-12-232-23/+9
* Fixed bug #1755458: The project generator does not exclude the SASL sources. ...Vincent Richard2007-12-221-45/+60
* Fixed bug #1755469: maildirStore is not compiling under MSVC 2003.Vincent Richard2007-12-221-1/+1
* Fixed incorrect white-space between words.Vincent Richard2007-11-205-7/+63
* 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-303-0/+53
* Reset exception pointer (thanks to Emmanuel Cabestan).Vincent Richard2007-08-101-3/+8
* Fixed bug in modified UTF-7 encoding.Vincent Richard2007-07-092-46/+99
* Throw exception when badbit is set.Vincent Richard2007-07-091-0/+8
* New GCC definition.Vincent Richard2007-07-092-2/+2
* Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard2007-06-071-1/+1
* Fixed bug #1721186: thread-safe reference counting.Vincent Richard2007-05-229-171/+1266
* Fail if GNU TLS or GNU SASL dev packages are required but not installed.Vincent Richard2007-05-221-1/+12
* Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-212-19/+28
* Fixed bug #1660740: Listing 5.1, The VMIME BOOK, getDecodedText.Vincent Richard2007-05-211-2/+2
* Allow more than one mechanism after AUTH=.Vincent Richard2007-04-241-12/+11
* Better parsing of ESMTP extensions.Vincent Richard2007-03-283-39/+41
* 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-2217-251/+2011
* Fixed stack overflow error with VC++.Vincent Richard2007-03-121-0/+7
* 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-01332-333/+333
* Allow 'AUTH=LOGIN' capability for some servers.Vincent Richard2006-12-261-0/+5
* Started version 0.8.2.Vincent Richard2006-12-202-1/+9
* Version 0.8.1.Vincent Richard2006-12-201-2/+2
* 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
* Fixed CPPDEFINES for new version of SCons.Vincent Richard2006-11-241-1/+1