aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example6.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-188/+219
* Added example on how to fetch additional header fields.Vincent Richard2017-02-101-11/+7
* Clarified object construction where 'enabled_shared_from_this' is used. Use i...Vincent Richard2016-04-051-2/+1
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-231-10/+10
* Display folder flags and use.Vincent Richard2015-03-031-1/+31
* Made word/parameter constructor with 'string' explicit to avoid implicit use ...Vincent Richard2015-02-171-1/+1
* Connection trace facility.Vincent Richard2014-03-161-218/+41
* Demonstrates extraction of attachments from a message in a remote store.Vincent Richard2014-02-081-7/+73
* Added example and in-code documentation for time out handler.Vincent Richard2014-02-051-0/+53
* Do not make calls to setlocale() in a library. Use default user locale in tes...Vincent Richard2014-01-151-2/+12
* Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).Vincent Richard2013-12-301-3/+88
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-36/+37
* Custom fetch attributes.Vincent Richard2013-11-141-4/+4
* update class name in exampleMark Brand2013-09-221-2/+2
* Update example to test STATUS command.Vincent Richard2013-07-111-3/+13
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* fix example6: missing arg to defaultCertificateVerifier::verifyMark Brand2012-12-241-1/+1
* SSL server identity check.Vincent Richard2012-12-101-1/+4
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Fixed indentation.Vincent Richard2006-11-171-1/+1
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-2/+2
* Added exception handling code for 'invalid_response'.Vincent Richard2006-07-231-0/+8
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-291-0/+7
* Non-SASL authenticator.Vincent Richard2006-01-261-1/+43
* Detailed instruction for sending message.Vincent Richard2005-11-301-1/+1
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-301-6/+6
* Expunge deleted messages when closing folder.Vincent Richard2005-10-061-0/+2
* Added TLS/SSL support.Vincent Richard2005-10-031-2/+116
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* SASL authentication.Vincent Richard2005-09-171-12/+51
* Updated code to use smart pointers.Vincent Richard2005-09-021-7/+7
* Added a menu entry to change current folder.Vincent Richard2005-09-011-2/+40
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-35/+35
* Content handler constness.Vincent Richard2005-08-171-2/+2
* Reference counting and smart pointers.Vincent Richard2005-07-121-32/+23
* Don't ask for authentication credentials when specified in the URL.Vincent Richard2005-05-301-1/+3
* Removed redundant field name.Vincent Richard2005-05-201-6/+6
* 'example6' enhancement.Vincent Richard2005-05-191-151/+429
* Service properties enhancement.Vincent Richard2005-05-151-50/+0
* Fixed send example.Vincent Richard2005-04-271-2/+4
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Autotools and libtool support.Vincent Richard2004-12-301-1/+1
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-2/+2
* Default platform handlers (currently only POSIX).Vincent Richard2004-12-181-2/+2
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-55/+57