vmime/examples
2005-01-28 17:50:53 +00:00
..
example1.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
example2.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
example3.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
example4.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
example5.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
example6.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
README Default platform handlers (currently only POSIX). 2004-12-18 01:57:39 +00:00

1) Configure, compile and install vmime library

2) Compile the sample programs with:
  $ g++ -o exampleX exampleX.cpp ../libvmime.a ../libvmime-posix.a

3) For a more complete documentation, please visit:
   http://vmime.sourceforge.net/documentation/