aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/sendmail/sendmailTransport.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-230/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-3/+3
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-5/+4
|
* Issue #4: set envelope sender.Vincent Richard2013-04-031-2/+7
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-2/+2
| | | | implementation of RFC-6532.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-4/+8
| | | | selection of platform handler.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-3/+3
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-3/+3
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-0/+14
| | | | retrieve information about the connection.
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-2/+2
|
* Added TLS/SSL support.Vincent Richard2005-10-031-34/+7
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* SASL authentication.Vincent Richard2005-09-171-3/+10
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+222