aboutsummaryrefslogtreecommitdiffstats
path: root/src/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-072-134/+270
|
* Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2005-12-021-1/+1
|
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
|
* Fixed problem with maildir and ':' in filename on Windows.Vincent Richard2005-11-271-5/+32
|
* Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard2005-11-071-0/+2
| | | | Benjamin Biron).
* Refactored header field values and parameters.Vincent Richard2005-11-041-12/+16
|
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-306-503/+13
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-201-0/+2
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Refactoring of built-in services registration system.Vincent Richard2005-10-193-4/+108
|
* Sendmail support on POSIX platforms only.Vincent Richard2005-10-111-0/+6
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-0610-29/+29
|
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-048-42/+18
|
* Added service::setSocketFactory().Vincent Richard2005-10-048-28/+22
|
* Added TLS/SSL support.Vincent Richard2005-10-0323-388/+2373
|
* Updated FSF address.Vincent Richard2005-09-1725-75/+79
|
* SASL authentication.Vincent Richard2005-09-1715-490/+1014
|
* New namespace for message digest algorithms.Vincent Richard2005-09-062-15/+26
|
* Updated code to use smart pointers.Vincent Richard2005-09-024-82/+78
|
* NEVER call thisRef() from the object's constructor.Vincent Richard2005-09-011-10/+14
|
* Fixed 'requestAuthInfos()' not public.Vincent Richard2005-08-261-1/+1
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2329-0/+9683