aboutsummaryrefslogtreecommitdiffstats
path: root/src/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-01-07Added SMTPResponse to read and parse SMTP responses.Vincent Richard2-134/+270
2005-12-02Fixed bug when connecting to IMAP with default authenticator.Vincent Richard1-1/+1
2005-11-30Fixed bug when disconnecting SMTP.Vincent Richard1-1/+8
2005-11-27Fixed problem with maildir and ':' in filename on Windows.Vincent Richard1-5/+32
2005-11-07Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard1-0/+2
Benjamin Biron).
2005-11-04Refactored header field values and parameters.Vincent Richard1-12/+16
2005-10-30Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard6-503/+13
2005-10-20Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard1-0/+2
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-19Refactoring of built-in services registration system.Vincent Richard3-4/+108
2005-10-11Sendmail support on POSIX platforms only.Vincent Richard1-0/+6
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard10-29/+29
2005-10-04Added service::setTimeoutHandlerFactory().Vincent Richard8-42/+18
2005-10-04Added service::setSocketFactory().Vincent Richard8-28/+22
2005-10-03Added TLS/SSL support.Vincent Richard23-388/+2373
2005-09-17Updated FSF address.Vincent Richard25-75/+79
2005-09-17SASL authentication.Vincent Richard15-490/+1014
2005-09-06New namespace for message digest algorithms.Vincent Richard2-15/+26
2005-09-02Updated code to use smart pointers.Vincent Richard4-82/+78
2005-09-01NEVER call thisRef() from the object's constructor.Vincent Richard1-10/+14
2005-08-26Fixed 'requestAuthInfos()' not public.Vincent Richard1-1/+1
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard29-0/+9683