aboutsummaryrefslogtreecommitdiffstats
path: root/src/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved automatic encoding selection. Added helper functions on body for set...Vincent Richard2010-05-231-0/+6
* Fixed missing #include.Vincent Richard2010-05-211-0/+1
* Fixed case-sensitive include.Vincent Richard2010-05-201-1/+1
* Added helper function to construct parsed message from net message. Splitted ...Vincent Richard2010-05-186-197/+550
* Use STARTTLS for additional connections (thanks to Andrei).Vincent Richard2010-05-041-1/+1
* Fixed memory leak.Vincent Richard2010-02-011-1/+1
* Fixed not exception-safe constructor, which could lead to possible memory lea...Vincent Richard2009-12-085-22/+22
* Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).Vincent Richard2009-12-081-0/+19
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-303-3/+19
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-0642-84/+84
* maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...Vincent Richard2009-07-112-12/+23
* gnutls_x509_crt_list_import does not support multiple DER certificates (Georg...Vincent Richard2009-06-211-13/+12
* Include hostname in message id (ensure unicity when working on a network file...Vincent Richard2009-06-211-0/+3
* Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard2009-06-211-0/+2
* 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-091-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