aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-20Fixed unit tests build on OSX.Vincent Richard1-0/+4
2010-05-18Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard1-0/+3
IMAP source files.
2010-05-04Fixed typo.Vincent Richard1-5/+5
2010-03-16Migrated config script for newer versions of SCons.Vincent Richard1-3/+6
2010-02-15Fixed test for global constructor failing when cross building.Vincent Richard1-1/+1
2010-02-12Replaced 'Options' with 'Variables' to solve warnings about the former being ↵Vincent Richard1-12/+12
deprecated.
2010-02-10Fixed missing M4 file in dist tarball.Vincent Richard1-0/+1
2010-02-03Removed wide-char support.Vincent Richard1-18/+0
2009-09-14Added workaround for Decider() for legacy versions of SCons.Vincent Richard1-1/+5
2009-08-19Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler).Vincent Richard1-1/+1
2009-05-01Fixed dynamic_cast support detection on HPUX (aCC).Vincent Richard1-2/+2
2009-04-09Removed '-pipe' compiler flags, as it is not available on all platforms.Vincent Richard1-2/+1
2009-03-01Use Decider() method instead of deprecated SourceSignatures/TargetSignatures().Vincent Richard1-3/+1
2008-10-19Started version 0.9.1.Vincent Richard1-1/+1
2008-10-19Fixed autotools support.Vincent Richard1-2/+2
2008-10-19Version 0.9.0.Vincent Richard1-2/+2
2008-10-12New namespace for encoders.Vincent Richard1-10/+11
2007-12-22Fixed bug #1755458: The project generator does not exclude the SASL sources. ↵Vincent Richard1-45/+60
Rewritten generation code for MSVC project file.
2007-05-22Fixed bug #1721186: thread-safe reference counting.Vincent Richard1-1/+11
2007-05-22Fail if GNU TLS or GNU SASL dev packages are required but not installed.Vincent Richard1-1/+12
2007-03-22Added support for Courier maildir format.Vincent Richard1-2/+6
2006-12-20Started version 0.8.2.Vincent Richard1-1/+1
2006-11-24Fixed CPPDEFINES for new version of SCons.Vincent Richard1-1/+1
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard1-2/+3
2006-10-02Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard1-0/+1
2006-07-13Fixed bugs in MHTML code + unit tests.Vincent Richard1-0/+1
2006-05-05Unit tests for SMTP.Vincent Richard1-1/+5
2006-04-05Clean up.Vincent Richard1-1/+2
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-1/+1
2006-02-12Added unit tests for datetimeUtils + renamed functions.Vincent Richard1-0/+1
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard1-0/+4
retrieve information about the connection.
2006-01-29Link with Winsock under Windows.Vincent Richard1-1/+9
2006-01-26Do not link with SASL/TLS libraries if support not enabled.Vincent Richard1-10/+10
2006-01-16Added support for attachments of type 'message/rfc822'.Vincent Richard1-1/+3
2006-01-07Added SMTPResponse to read and parse SMTP responses.Vincent Richard1-0/+1
2005-12-26Added support for getaddrinfo() on POSIX.Vincent Richard1-0/+11
2005-12-15Enhanced detection of GnuTLS (SCons).Vincent Richard1-1/+4
2005-12-01Fixed typo in CXXFLAGS/debug.Vincent Richard1-2/+2
2005-11-16GNU TLS detection with SCons.Vincent Richard1-1/+2
2005-11-06Started version 0.8.1.Vincent Richard1-1/+1
2005-11-06Version 0.8.0.Vincent Richard1-2/+2
2005-11-06Missing 'headerFieldValue.hpp' in dist.Vincent Richard1-0/+1
2005-11-06Refactored header field values and parameters.Vincent Richard1-4/+0
2005-11-04Refactored header field values and parameters.Vincent Richard1-3/+0
2005-11-03Fixed typo for 'ac_cv_sizeof_long'.Vincent Richard1-1/+1
2005-10-30Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard1-5/+5
2005-10-19Added 'charsetFilteredOutputStream'.Vincent Richard1-0/+1
2005-10-19Refactoring of built-in services registration system.Vincent Richard1-0/+1
2005-10-19Charset converter.Vincent Richard1-0/+1
2005-10-16Fixed include dir (prefix).Vincent Richard1-1/+1