aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-291-0/+4
* 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
* Added support for attachments of type 'message/rfc822'.Vincent Richard2006-01-161-1/+3
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-071-0/+1
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-261-0/+11
* Enhanced detection of GnuTLS (SCons).Vincent Richard2005-12-151-1/+4
* Fixed typo in CXXFLAGS/debug.Vincent Richard2005-12-011-2/+2
* GNU TLS detection with SCons.Vincent Richard2005-11-161-1/+2
* Started version 0.8.1.Vincent Richard2005-11-061-1/+1
* Version 0.8.0.Vincent Richard2005-11-061-2/+2
* Missing 'headerFieldValue.hpp' in dist.Vincent Richard2005-11-061-0/+1
* Refactored header field values and parameters.Vincent Richard2005-11-061-4/+0
* Refactored header field values and parameters.Vincent Richard2005-11-041-3/+0
* Fixed typo for 'ac_cv_sizeof_long'.Vincent Richard2005-11-031-1/+1
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-301-5/+5
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-191-0/+1
* Refactoring of built-in services registration system.Vincent Richard2005-10-191-0/+1
* Charset converter.Vincent Richard2005-10-191-0/+1
* Fixed include dir (prefix).Vincent Richard2005-10-161-1/+1
* Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).Vincent Richard2005-10-161-0/+9
* Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI).Vincent Richard2005-10-161-1/+21
* Added 'attachmentHelper'.Vincent Richard2005-10-131-0/+3
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-1/+1
* Moved MSVC-specific defines.Vincent Richard2005-10-051-2/+4
* Added TLS/SSL support.Vincent Richard2005-10-031-46/+125
* SASL authentication.Vincent Richard2005-09-171-22/+114
* New namespace for message digest algorithms.Vincent Richard2005-09-061-4/+17
* Added progression notifications.Vincent Richard2005-09-031-1/+1
* Missing M4 files in dist + fixed iconv detection.Vincent Richard2005-08-281-9/+10
* SF#1274389: bootstrap is a bash script, not a sh script.Vincent Richard2005-08-271-1/+1
* Using AM_ICONV for better detection of libiconv.Vincent Richard2005-08-261-0/+17
* Unit tests for 'misc::importanceHelper'.Vincent Richard2005-08-261-1/+2
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-251-83/+31
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-34/+34
* Added unit tests for smart pointer.Vincent Richard2005-07-171-1/+2
* Reference counting and smart pointers.Vincent Richard2005-07-121-0/+21
* 'depcomp' not used.Vincent Richard2005-07-061-1/+1
* Makefiles in examples/ not used.Vincent Richard2005-07-061-2/+2
* Fixed 'bootstrap' script not running on Windows.Vincent Richard2005-07-051-1/+1
* Fixed SConstruct so 'sendmail' does not build on Windows.Vincent Richard2005-07-051-14/+27
* Started version 0.7.2.Vincent Richard2005-06-211-1/+1
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added uni...Vincent Richard2005-06-151-0/+1
* Service properties enhancement.Vincent Richard2005-05-151-2/+3
* Added 'childProcess'.Vincent Richard2005-04-301-0/+2
* Sendmail implementation + filtered streams.Vincent Richard2005-04-281-19/+82
* Moved generic implementation of send() to 'transport'.Vincent Richard2005-04-261-1/+1
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-2/+25
* Fixed bugs in URLs + added unit tests.Vincent Richard2005-04-151-1/+2
* Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2005-04-141-3/+3