vmime/examples
2013-11-14 23:17:40 +01:00
..
viewer Added missing include for 'typeid'. 2013-10-20 13:45:42 +02:00
CMakeLists.txt Fixed build of samples (now use CMake). 2013-10-20 13:24:34 +02:00
example1.cpp Updated copyright year and maintainer email address. 2013-01-10 17:30:31 +01:00
example2.cpp Updated copyright year and maintainer email address. 2013-01-10 17:30:31 +01:00
example3.cpp Refactored the way embedded objects are referenced in MHTML. 2013-07-11 18:06:26 +02:00
example4.cpp Updated copyright year and maintainer email address. 2013-01-10 17:30:31 +01:00
example5.cpp Updated copyright year and maintainer email address. 2013-01-10 17:30:31 +01:00
example6.cpp Custom fetch attributes. 2013-11-14 23:17:40 +01:00
example7.cpp Issue #41. 2013-05-18 08:31:05 +02:00
README Added TLS/SSL support. 2005-10-03 21:29:04 +00:00

=========================================
Instructions for compiling VMime examples
=========================================

1) Configure, compile and install vmime library

2) Compile the sample programs with:
   $ g++ -o exampleX exampleX.cpp `pkg-config libvmime`

3) For a more complete documentation, please visit:
   http://www.vmime.org/documentation/