aboutsummaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-232-45/+45
|
* Content handler constness.Vincent Richard2005-08-171-2/+2
|
* Reference counting and smart pointers.Vincent Richard2005-07-171-6/+5
|
* Added getName() to retrieve attachment filename.Vincent Richard2005-07-151-0/+1
|
* Reference counting and smart pointers.Vincent Richard2005-07-125-59/+41
|
* 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-152-50/+110
|
* Fixed send example.Vincent Richard2005-04-271-2/+4
|
* Updated VMime website URL.Vincent Richard2005-03-187-13/+13
|
* Added 'VMime Viewer' example.Vincent Richard2005-03-172-0/+308
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-283-4/+4
| | | | 'stringContentHandler' and 'streamContentHandler'.