aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp/SMTPTransport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Trivial 64-bit warning fixes.Vincent Richard2012-11-291-2/+2
* SMTP Command Pipelining (RFC-2920).Vincent Richard2012-11-111-24/+109
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-2/+2
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-011-0/+10
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
* No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ...Vincent Richard2010-12-081-2/+3
* Return failed email address in exception for RCPT TO.Vincent Richard2010-10-201-1/+1
* Connection time out.Vincent Richard2010-08-051-1/+1
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Send CRLF in the same packet as command to avoid problems with some servers.Vincent Richard2008-12-161-2/+4
* New namespace for encoders.Vincent Richard2008-10-121-1/+0
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Allow more than one mechanism after AUTH=.Vincent Richard2007-04-241-12/+11
* Better parsing of ESMTP extensions.Vincent Richard2007-03-281-38/+36
* 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
* Allow 'AUTH=LOGIN' capability for some servers.Vincent Richard2006-12-261-0/+5
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-3/+3
* Reissue EHLO after successful STARTTLS.Vincent Richard2006-10-021-30/+42
* Fixed typo in comment.Vincent Richard2006-05-051-1/+1
* Fixed typo when parsing ESMTP/AUTH response.Vincent Richard2006-05-051-4/+4
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-2/+2
* Check for connection before any operation.Vincent Richard2006-02-241-0/+6
* Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard2006-02-091-1/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-291-3/+32
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-071-134/+28
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
* Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...Vincent Richard2005-11-071-0/+2
* Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard2005-10-201-0/+2
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-1/+1
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-041-7/+2
* Added service::setSocketFactory().Vincent Richard2005-10-041-4/+1
* Added TLS/SSL support.Vincent Richard2005-10-031-67/+102
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* SASL authentication.Vincent Richard2005-09-171-121/+285
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+503