aboutsummaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-0512-447/+512
|
* Avoid copy by passing shared_ptr<> with const reference.Vincent Richard2018-08-183-7/+7
|
* 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 ↵Vincent Richard2016-04-051-2/+1
| | | | it only where it is needed.
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-234-15/+15
|
* Asynchronous resolving.Vincent Richard2016-03-021-4/+17
|
* 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
| | | | of default charset.
* Certificate exception differentiation for easier error handling.Vincent Richard2014-07-241-2/+2
|
* Connection trace facility.Vincent Richard2014-03-165-218/+310
|
* 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 ↵Vincent Richard2014-01-157-16/+75
| | | | tests and examples.
* Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).Vincent Richard2013-12-301-3/+88
|
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-12/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-216-65/+68
|
* Custom fetch attributes.Vincent Richard2013-11-141-4/+4
|
* Added missing include for 'typeid'.Vincent Richard2013-10-201-0/+1
|
* Fixed build of samples (now use CMake).Vincent Richard2013-10-206-29/+71
|
* update class name in exampleMark Brand2013-09-221-2/+2
| | | | follow-up to 62828e20d483647a9d27bb42cb65943da0f75b78
* Refactored the way embedded objects are referenced in MHTML.Vincent Richard2013-07-111-3/+4
|
* Update example to test STATUS command.Vincent Richard2013-07-111-3/+13
|
* Issue #41.Vincent Richard2013-05-181-1/+2
|
* examples: remove binaries from SCM repoJan Engelhardt2013-03-273-0/+1
|
* Updated book. Added build target for HTML using HeVeA.Vincent Richard2013-02-053-0/+8
|
* 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-108-8/+8
|
* fix example6: missing arg to defaultCertificateVerifier::verifyMark Brand2012-12-241-1/+1
|
* SSL server identity check.Vincent Richard2012-12-101-1/+4
|
* Fixed compilation issue following namespace change.Vincent Richard2011-06-141-3/+3
|
* FileSystemFactory is now a ref.Vincent Richard2010-05-231-1/+1
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-068-16/+16
|
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-048-8/+8
|
* Changed copyright year to 2007.Vincent Richard2007-01-018-8/+8
|
* Fixed indentation.Vincent Richard2006-11-171-1/+1
|
* Updated example and doc with some code showing how to read embedded object ↵Vincent Richard2006-10-141-2/+15
| | | | data from a file.
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-118-9/+9
|
* Added exception handling code for 'invalid_response'.Vincent Richard2006-07-231-0/+8
|
* Missing libs.Vincent Richard2006-02-201-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-058-8/+8
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-0/+7
| | | | retrieve information about the connection.
* 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
|
* Charset converter.Vincent Richard2005-10-191-3/+4
|
* Expunge deleted messages when closing folder.Vincent Richard2005-10-061-0/+2
|
* Added TLS/SSL support.Vincent Richard2005-10-032-4/+121
|
* Updated FSF address.Vincent Richard2005-09-178-24/+56
|
* SASL authentication.Vincent Richard2005-09-171-12/+51
|