aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-05-05Fixed typo when parsing ESMTP/AUTH response.Vincent Richard1-4/+4
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard1-2/+2
2006-02-24Check for connection before any operation.Vincent Richard1-0/+6
2006-02-09Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard4-4/+4
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard1-3/+32
retrieve information about the connection.
2006-01-07Added SMTPResponse to read and parse SMTP responses.Vincent Richard2-134/+270
2005-11-30Fixed bug when disconnecting SMTP.Vincent Richard1-1/+8
2005-11-07Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard1-0/+2
Benjamin Biron).
2005-10-20Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard1-0/+2
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard1-1/+1
2005-10-04Added service::setTimeoutHandlerFactory().Vincent Richard2-13/+2
2005-10-04Added service::setSocketFactory().Vincent Richard2-7/+1
2005-10-03Added TLS/SSL support.Vincent Richard3-67/+304
2005-09-17Updated FSF address.Vincent Richard1-3/+3
2005-09-17SASL authentication.Vincent Richard1-121/+285
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-0/+503