aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-18Process header before transmitting message via SMTP.Vincent Richard1-0/+22
2013-02-17Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard2-0/+3
2013-02-16Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions.Vincent Richard1-3/+18
2013-02-12Rewrote SMTP command sending. Better code for pipelining. Report full ↵Vincent Richard3-9/+221
command text on MAIL/RCPT errors.
2013-01-15Renamed TYPE_BOOL to avoid name collision on MacOS.Vincent Richard1-1/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard55-55/+55
2012-12-17Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard1-1/+2
2012-12-12Trivial 64-bit warning fixes.Vincent Richard5-16/+16
2012-12-10SSL server identity check.Vincent Richard3-0/+18
2012-12-06Moved POP3 response receiving and parsing to a separate class.Vincent Richard3-18/+190
2012-11-29Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard3-2/+38
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
2012-11-11SMTP Command Pipelining (RFC-2920).Vincent Richard2-5/+25
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard7-74/+541
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard49-11/+371
selection of platform handler.
2012-07-30Fixed body part extraction (only body should be extracted).Vincent Richard1-1/+11
2012-07-28Added functions to get messages by UID (IMAP only for now).Vincent Richard6-11/+76
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-1/+4
2012-04-05Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard4-0/+13
or equal than a specified UID (thanks to Zahi Mashael).
2010-11-30Initialize and delete object.Vincent Richard1-1/+4
2010-10-19Added support for DRAFT flag.Vincent Richard1-0/+1
2010-08-05Connection time out.Vincent Richard1-0/+13
2010-05-23Improved automatic encoding selection. Added helper functions on body for ↵Vincent Richard1-0/+2
setting contents, type, charset and encoding.
2010-05-18Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard7-0/+263
IMAP source files.
2010-02-01Fixed memory leak.Vincent Richard1-1/+1
2009-11-30Added block size on sockets to allow different buffer size for SSL.Vincent Richard3-4/+20
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard46-92/+92
2008-10-12New namespace for encoders.Vincent Richard1-5/+5
2008-10-12Fixed compilation warnings.Vincent Richard34-143/+143
2008-01-04Changed copyright year to 2008.Vincent Richard46-46/+46
2007-12-22Fixed bug #1755469: maildirStore is not compiling under MSVC 2003.Vincent Richard1-1/+1
2007-03-28Better parsing of ESMTP extensions.Vincent Richard1-1/+1
2007-03-22Added support for Courier maildir format.Vincent Richard5-36/+406
2007-01-01Changed copyright year to 2007.Vincent Richard43-43/+43
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2-5/+5
2006-10-02Reissue EHLO after successful STARTTLS.Vincent Richard1-0/+1
2006-08-09Oops... Removed IMAP response debug.Vincent Richard1-1/+1
2006-08-09Fix for message ids without angle brackets.Vincent Richard1-1/+1
2006-05-05Reset timeout before reading response.Vincent Richard1-0/+3
2006-04-23Folder deletion.Vincent Richard5-0/+43
2006-04-05Clean up.Vincent Richard4-7/+76
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard10-42/+48
2006-02-20Accept 8-bit characters even if not allowed (non-strict mode).Vincent Richard1-3/+26
2006-02-05Changed copyright year to 2006.Vincent Richard42-42/+42
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard11-1/+283
retrieve information about the connection.
2006-01-29getPeerCertificates() should be const.Vincent Richard1-1/+1
2006-01-15Fixed memory leaks.Vincent Richard1-0/+16
2006-01-15Implemented IMAP multi-fetching.Vincent Richard1-2/+34
2006-01-15Non-const folder for events.Vincent Richard1-3/+3
2006-01-14Fixed 'uninitialised values' warnings in Valgrind.Vincent Richard1-1/+3
2006-01-08Fixed compilation problem with GCC 4.Vincent Richard1-1/+1