aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* 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-1227-111/+113
* Remove BCC headers before sending the message over SMTP (Zarafa).Vincent Richard2008-07-111-0/+10
* Removed old GNU TLS error.Vincent Richard2008-04-141-1/+1
* Changed copyright year to 2008.Vincent Richard2008-01-0442-42/+42
* Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...Vincent Richard2007-12-231-5/+3
* Reset exception pointer (thanks to Emmanuel Cabestan).Vincent Richard2007-08-101-3/+8
* Fixed bug in modified UTF-7 encoding.Vincent Richard2007-07-101-46/+95
* 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-2734-98/+226
* Added support for Courier maildir format.Vincent Richard2007-03-226-213/+994
* Changed copyright year to 2007.Vincent Richard2007-01-0139-39/+39
* Allow 'AUTH=LOGIN' capability for some servers.Vincent Richard2006-12-261-0/+5
* Check for space/tab instead of using isspace().Vincent Richard2006-11-241-1/+1
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-085-0/+44
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-1112-39/+38
* Reissue EHLO after successful STARTTLS.Vincent Richard2006-10-021-30/+42
* Fixed CRLF response parsing + intermediate replies.Vincent Richard2006-05-051-7/+13
* Reset timeout before reading response.Vincent Richard2006-05-051-0/+3
* Fixed typo in comment.Vincent Richard2006-05-051-1/+1
* Fixed typo when parsing ESMTP/AUTH response.Vincent Richard2006-05-051-4/+4
* Folder deletion.Vincent Richard2006-04-234-0/+120
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-184-7/+7
* Clean up.Vincent Richard2006-04-054-63/+100
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-2911-289/+450
* 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-093-3/+3
* Changed copyright year to 2006.Vincent Richard2006-02-0538-38/+38
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-298-15/+265
* getPeerCertificates() should be const.Vincent Richard2006-01-291-1/+1
* Fixed segfault when cert data is NULL.Vincent Richard2006-01-291-0/+3
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
* Implemented IMAP multi-fetching.Vincent Richard2006-01-153-83/+149
* Non-const folder for events.Vincent Richard2006-01-151-3/+3
* Fixed bug when fetching structure.Vincent Richard2006-01-101-13/+25
* Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard2006-01-101-2/+2
* Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard2006-01-081-2/+10
* Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard2006-01-071-3/+3
* 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 Benjam...Vincent Richard2005-11-071-0/+2
* Refactored header field values and parameters.Vincent Richard2005-11-051-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 'charsetFilteredOutput...Vincent Richard2005-10-201-0/+2
* 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