aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Process header before transmitting message via SMTP.Vincent Richard2013-02-181-0/+22
* Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard2013-02-172-0/+3
* Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions.Vincent Richard2013-02-161-3/+18
* Rewrote SMTP command sending. Better code for pipelining. Report full command...Vincent Richard2013-02-123-9/+221
* Renamed TYPE_BOOL to avoid name collision on MacOS.Vincent Richard2013-01-151-1/+1
* Updated copyright year and maintainer email address.Vincent Richard2013-01-1055-55/+55
* Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard2012-12-171-1/+2
* Trivial 64-bit warning fixes.Vincent Richard2012-12-125-16/+16
* SSL server identity check.Vincent Richard2012-12-103-0/+18
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-063-18/+190
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard2012-11-293-2/+38
* SMTP Command Pipelining (RFC-2920).Vincent Richard2012-11-112-5/+25
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-037-74/+541
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-0149-11/+371
* Fixed body part extraction (only body should be extracted).Vincent Richard2012-07-301-1/+11
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-286-11/+76
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-1/+4
* Added function to retrieve sequence numbers of messages whose UID is greater ...Vincent Richard2012-04-054-0/+13
* Initialize and delete object.Vincent Richard2010-11-301-1/+4
* Added support for DRAFT flag.Vincent Richard2010-10-191-0/+1
* Connection time out.Vincent Richard2010-08-051-0/+13
* Improved automatic encoding selection. Added helper functions on body for set...Vincent Richard2010-05-231-0/+2
* Added helper function to construct parsed message from net message. Splitted ...Vincent Richard2010-05-187-0/+263
* Fixed memory leak.Vincent Richard2010-02-011-1/+1
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-303-4/+20
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-0646-92/+92
* New namespace for encoders.Vincent Richard2008-10-121-5/+5
* Fixed compilation warnings.Vincent Richard2008-10-1234-143/+143
* Changed copyright year to 2008.Vincent Richard2008-01-0446-46/+46
* Fixed bug #1755469: maildirStore is not compiling under MSVC 2003.Vincent Richard2007-12-221-1/+1
* Better parsing of ESMTP extensions.Vincent Richard2007-03-281-1/+1
* Added support for Courier maildir format.Vincent Richard2007-03-225-36/+406
* Changed copyright year to 2007.Vincent Richard2007-01-0143-43/+43
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-112-5/+5
* Reissue EHLO after successful STARTTLS.Vincent Richard2006-10-021-0/+1
* Oops... Removed IMAP response debug.Vincent Richard2006-08-091-1/+1
* Fix for message ids without angle brackets.Vincent Richard2006-08-091-1/+1
* Reset timeout before reading response.Vincent Richard2006-05-051-0/+3
* Folder deletion.Vincent Richard2006-04-235-0/+43
* Clean up.Vincent Richard2006-04-054-7/+76
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-2910-42/+48
* Accept 8-bit characters even if not allowed (non-strict mode).Vincent Richard2006-02-201-3/+26
* Changed copyright year to 2006.Vincent Richard2006-02-0542-42/+42
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-2911-1/+283
* getPeerCertificates() should be const.Vincent Richard2006-01-291-1/+1
* Fixed memory leaks.Vincent Richard2006-01-151-0/+16
* Implemented IMAP multi-fetching.Vincent Richard2006-01-151-2/+34
* Non-const folder for events.Vincent Richard2006-01-151-3/+3
* Fixed 'uninitialised values' warnings in Valgrind.Vincent Richard2006-01-141-1/+3
* Fixed compilation problem with GCC 4.Vincent Richard2006-01-081-1/+1