aboutsummaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-24fix example6: missing arg to defaultCertificateVerifier::verifyMark Brand1-1/+1
2012-12-10SSL server identity check.Vincent Richard1-1/+4
2011-06-14Fixed compilation issue following namespace change.Vincent Richard1-3/+3
2010-05-23FileSystemFactory is now a ref.Vincent Richard1-1/+1
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard8-16/+16
2008-10-12Fixed compilation warnings.Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard8-8/+8
2007-01-01Changed copyright year to 2007.Vincent Richard8-8/+8
2006-11-17Fixed indentation.Vincent Richard1-1/+1
2006-10-14Updated example and doc with some code showing how to read embedded object ↵Vincent Richard1-2/+15
data from a file.
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard8-9/+9
2006-07-23Added exception handling code for 'invalid_response'.Vincent Richard1-0/+8
2006-02-20Missing libs.Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard8-8/+8
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-19Charset converter.Vincent Richard1-3/+4
2005-10-06Expunge deleted messages when closing folder.Vincent Richard1-0/+2
2005-10-03Added TLS/SSL support.Vincent Richard2-4/+121
2005-09-17Updated FSF address.Vincent Richard8-24/+56
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 Richard2-45/+45
2005-08-17Content handler constness.Vincent Richard1-2/+2
2005-07-17Reference counting and smart pointers.Vincent Richard1-6/+5
2005-07-15Added getName() to retrieve attachment filename.Vincent Richard1-0/+1
2005-07-12Reference counting and smart pointers.Vincent Richard5-59/+41
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 Richard2-50/+110
2005-04-27Fixed send example.Vincent Richard1-2/+4
2005-03-18Updated VMime website URL.Vincent Richard7-13/+13
2005-03-17Added 'VMime Viewer' example.Vincent Richard2-0/+308
2005-01-28Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard3-4/+4
'stringContentHandler' and 'streamContentHandler'.
2005-01-03Changed year to 2005 in copyright header.Vincent Richard6-6/+6
2004-12-30Autotools and libtool support.Vincent Richard6-6/+7
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard6-12/+12
2004-12-18Default platform handlers (currently only POSIX).Vincent Richard8-326/+14
2004-12-06All header tests-functions addedLaurent Richard1-1/+1
2004-11-07Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard1-2/+2
"text.cpp".
2004-10-21Refactoring (see ChangeLog).Vincent Richard7-97/+129
2004-10-05Added "examples/common.inc" file that was ommited during initial import.Vincent Richard1-0/+312