aboutsummaryrefslogtreecommitdiffstats
path: root/src/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-04Use STARTTLS for additional connections (thanks to Andrei).Vincent Richard1-1/+1
2010-02-01Fixed memory leak.Vincent Richard1-1/+1
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard5-22/+22
leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
2009-12-08Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).Vincent Richard1-0/+19
2009-11-30Added block size on sockets to allow different buffer size for SSL.Vincent Richard3-3/+19
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard42-84/+84
2009-07-11maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to ↵Vincent Richard2-12/+23
'new' instead of 'cur' (Georg Sauthoff).
2009-06-21gnutls_x509_crt_list_import does not support multiple DER certificates ↵Vincent Richard1-13/+12
(Georg Sauthoff).
2009-06-21Include hostname in message id (ensure unicity when working on a network ↵Vincent Richard1-0/+3
file system).
2009-06-21Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard1-0/+2
2008-12-16Send CRLF in the same packet as command to avoid problems with some servers.Vincent Richard1-2/+4
2008-10-12New namespace for encoders.Vincent Richard1-1/+0
2008-10-12Fixed compilation warnings.Vincent Richard27-111/+113
2008-07-11Remove BCC headers before sending the message over SMTP (Zarafa).Vincent Richard1-0/+10
2008-04-14Removed old GNU TLS error.Vincent Richard1-1/+1
2008-01-04Changed copyright year to 2008.Vincent Richard42-42/+42
2007-12-23Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵Vincent Richard1-5/+3
RAII idiom).
2007-08-10Reset exception pointer (thanks to Emmanuel Cabestan).Vincent Richard1-3/+8
2007-07-09Fixed bug in modified UTF-7 encoding.Vincent Richard1-46/+95
2007-04-24Allow more than one mechanism after AUTH=.Vincent Richard1-12/+11
2007-03-28Better parsing of ESMTP extensions.Vincent Richard1-38/+36
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard34-98/+226
2007-03-22Added support for Courier maildir format.Vincent Richard6-213/+994
2007-01-01Changed copyright year to 2007.Vincent Richard39-39/+39
2006-12-26Allow 'AUTH=LOGIN' capability for some servers.Vincent Richard1-0/+5
2006-11-24Check for space/tab instead of using isspace().Vincent Richard1-1/+1
2006-11-08Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard5-0/+44
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard12-39/+38
2006-10-02Reissue EHLO after successful STARTTLS.Vincent Richard1-30/+42
2006-05-05Fixed CRLF response parsing + intermediate replies.Vincent Richard1-7/+13
2006-05-05Reset timeout before reading response.Vincent Richard1-0/+3
2006-05-05Fixed typo in comment.Vincent Richard1-1/+1
2006-05-05Fixed typo when parsing ESMTP/AUTH response.Vincent Richard1-4/+4
2006-04-23Folder deletion.Vincent Richard4-0/+120
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard4-7/+7
2006-04-05Clean up.Vincent Richard4-63/+100
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard11-289/+450
2006-02-24Check for connection before any operation.Vincent Richard1-0/+6
2006-02-09Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard3-3/+3
2006-02-05Changed copyright year to 2006.Vincent Richard38-38/+38
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard8-15/+265
retrieve information about the connection.
2006-01-29getPeerCertificates() should be const.Vincent Richard1-1/+1
2006-01-29Fixed segfault when cert data is NULL.Vincent Richard1-0/+3
2006-01-15Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard1-17/+20
2006-01-15Implemented IMAP multi-fetching.Vincent Richard3-83/+149
2006-01-15Non-const folder for events.Vincent Richard1-3/+3
2006-01-10Fixed bug when fetching structure.Vincent Richard1-13/+25
2006-01-10Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard1-2/+2
2006-01-08Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard1-2/+10
2006-01-07Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard1-3/+3