aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example6.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05Code style and clarity.Vincent Richard1-188/+219
2017-02-10Added example on how to fetch additional header fields.Vincent Richard1-11/+7
2016-04-05Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard1-2/+1
it only where it is needed.
2016-03-23Issue #126: fixed warnings about sign mismatch.Vincent Richard1-10/+10
2015-03-03Display folder flags and use.Vincent Richard1-1/+31
2015-02-17Made word/parameter constructor with 'string' explicit to avoid implicit use ↵Vincent Richard1-1/+1
of default charset.
2014-03-16Connection trace facility.Vincent Richard1-218/+41
2014-02-08Demonstrates extraction of attachments from a message in a remote store.Vincent Richard1-7/+73
2014-02-05Added example and in-code documentation for time out handler.Vincent Richard1-0/+53
2014-01-15Do not make calls to setlocale() in a library. Use default user locale in ↵Vincent Richard1-2/+12
tests and examples.
2013-12-30Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).Vincent Richard1-3/+88
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-36/+37
2013-11-14Custom fetch attributes.Vincent Richard1-4/+4
2013-09-22update class name in exampleMark Brand1-2/+2
follow-up to 62828e20d483647a9d27bb42cb65943da0f75b78
2013-07-11Update example to test STATUS command.Vincent Richard1-3/+13
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-24fix example6: missing arg to defaultCertificateVerifier::verifyMark Brand1-1/+1
2012-12-10SSL server identity check.Vincent Richard1-1/+4
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-10-12Fixed compilation warnings.Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-11-17Fixed indentation.Vincent Richard1-1/+1
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard1-2/+2
2006-07-23Added exception handling code for 'invalid_response'.Vincent Richard1-0/+8
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard1-0/+7
retrieve information about the connection.
2006-01-26Non-SASL authenticator.Vincent Richard1-1/+43
2005-11-30Detailed instruction for sending message.Vincent Richard1-1/+1
2005-10-30Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard1-6/+6
2005-10-06Expunge deleted messages when closing folder.Vincent Richard1-0/+2
2005-10-03Added TLS/SSL support.Vincent Richard1-2/+116
2005-09-17Updated FSF address.Vincent Richard1-3/+7
2005-09-17SASL authentication.Vincent Richard1-12/+51
2005-09-02Updated code to use smart pointers.Vincent Richard1-7/+7
2005-09-01Added a menu entry to change current folder.Vincent Richard1-2/+40
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-35/+35
2005-08-17Content handler constness.Vincent Richard1-2/+2
2005-07-12Reference counting and smart pointers.Vincent Richard1-32/+23
2005-05-30Don't ask for authentication credentials when specified in the URL.Vincent Richard1-1/+3
2005-05-20Removed redundant field name.Vincent Richard1-6/+6
2005-05-19'example6' enhancement.Vincent Richard1-151/+429
2005-05-15Service properties enhancement.Vincent Richard1-50/+0
2005-04-27Fixed send example.Vincent Richard1-2/+4
2005-03-18Updated VMime website URL.Vincent Richard1-1/+1
2005-01-03Changed year to 2005 in copyright header.Vincent Richard1-1/+1
2004-12-30Autotools and libtool support.Vincent Richard1-1/+1
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-2/+2
2004-12-18Default platform handlers (currently only POSIX).Vincent Richard1-2/+2
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-55/+57