aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-10-16Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).Vincent Richard1-0/+9
2005-10-16Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI).Vincent Richard1-1/+21
2005-10-13Added 'attachmentHelper'.Vincent Richard1-0/+3
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard1-1/+1
2005-10-05Moved MSVC-specific defines.Vincent Richard1-2/+4
2005-10-03Added TLS/SSL support.Vincent Richard1-46/+125
2005-09-17SASL authentication.Vincent Richard1-22/+114
2005-09-06New namespace for message digest algorithms.Vincent Richard1-4/+17
2005-09-03Added progression notifications.Vincent Richard1-1/+1
2005-08-28Missing M4 files in dist + fixed iconv detection.Vincent Richard1-9/+10
2005-08-27SF#1274389: bootstrap is a bash script, not a sh script.Vincent Richard1-1/+1
2005-08-26Using AM_ICONV for better detection of libiconv.Vincent Richard1-0/+17
2005-08-26Unit tests for 'misc::importanceHelper'.Vincent Richard1-1/+2
2005-08-25Moved to CppUnit for unit tests framework.Vincent Richard1-83/+31
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-34/+34
2005-07-17Added unit tests for smart pointer.Vincent Richard1-1/+2
2005-07-12Reference counting and smart pointers.Vincent Richard1-0/+21
2005-07-06'depcomp' not used.Vincent Richard1-1/+1
2005-07-06Makefiles in examples/ not used.Vincent Richard1-2/+2
2005-07-05Fixed 'bootstrap' script not running on Windows.Vincent Richard1-1/+1
2005-07-05Fixed SConstruct so 'sendmail' does not build on Windows.Vincent Richard1-14/+27
2005-06-21Started version 0.7.2.Vincent Richard1-1/+1
2005-06-15Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard1-0/+1
unit tests.
2005-05-15Service properties enhancement.Vincent Richard1-2/+3
2005-04-30Added 'childProcess'.Vincent Richard1-0/+2
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-19/+82
2005-04-26Moved generic implementation of send() to 'transport'.Vincent Richard1-1/+1
2005-04-18Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard1-2/+25
2005-04-15Fixed bugs in URLs + added unit tests.Vincent Richard1-1/+2
2005-04-14Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard1-3/+3
2005-04-13Added unit tests for 'datetime'.Vincent Richard1-0/+1
2005-04-12Started version 0.7.1.Vincent Richard1-1/+1
2005-04-12Version 0.7.0.Vincent Richard1-2/+2
2005-04-12Added support for RFC-2231.Vincent Richard1-0/+2
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard1-15/+15
2005-03-31Support for message importance.Vincent Richard1-1/+2
2005-03-28Oops... Fixed missing 'x' when testing target OS.Vincent Richard1-1/+1
2005-03-28File 'config.hpp.msvc' is now automatically generated.Vincent Richard1-5/+110
2005-03-28Fixed SConstruct to include MSVC files in dist.Vincent Richard1-0/+3
2005-03-27Added 'msvc' target.Vincent Richard1-2/+229
2005-03-27Added new basic type 'messageIdSequence'.Vincent Richard1-0/+3
2005-03-25Basic support for MDN (RFC-3798).Vincent Richard1-1/+7
2005-03-24Added 'HACKING' file.Vincent Richard1-0/+1
2005-03-23Basic support for 'Disposition' header field.Vincent Richard1-1/+7
2005-03-16Fixed compilation problems on Solaris 9.Vincent Richard1-1/+2
2005-03-14Removed 'singleton' and 'singletonManager' classes.Vincent Richard1-1/+0
2005-02-10Added '-Wconversion' for GCC.Vincent Richard1-1/+2
2005-01-28Started version 0.6.4.Vincent Richard1-1/+1
2005-01-28Ensure debugging mode is enabled when building tests.Vincent Richard1-13/+17
2005-01-28Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard1-0/+3
'stringContentHandler' and 'streamContentHandler'.