vmime/examples
2011-06-14 18:37:54 +00:00
..
viewer Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
example1.cpp Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
example2.cpp Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
example3.cpp FileSystemFactory is now a ref. 2010-05-23 16:14:41 +00:00
example4.cpp Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
example5.cpp Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
example6.cpp Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
example7.cpp Fixed compilation issue following namespace change. 2011-06-14 18:37:54 +00: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/