aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-054-4/+4
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-3/+32
| | | | retrieve information about the connection.
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-072-134/+270
|
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
|
* Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard2005-11-071-0/+2
| | | | Benjamin Biron).
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-201-0/+2
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-1/+1
|
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-042-13/+2
|
* Added service::setSocketFactory().Vincent Richard2005-10-042-7/+1
|
* Added TLS/SSL support.Vincent Richard2005-10-033-67/+304
|
* 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