vmime/examples
2013-07-11 18:06:26 +02:00
..
viewer Updated copyright year and maintainer email address. 2013-01-10 17:30:31 +01:00
.gitignore examples: remove binaries from SCM repo 2013-03-27 17:00:11 +01: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 Update example to test STATUS command. 2013-07-11 17:10:01 +02:00
example7.cpp Issue #41. 2013-05-18 08:31:05 +02:00
Makefile Updated book. Added build target for HTML using HeVeA. 2013-02-05 13:02:00 +01: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/