vmime/examples
2005-09-17 09:08:45 +00:00
..
viewer Reference counting and smart pointers. 2005-07-17 20:30:49 +00:00
example1.cpp Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
example2.cpp Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
example3.cpp Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
example4.cpp Updated VMime website URL. 2005-03-18 21:33:11 +00:00
example5.cpp Added getName() to retrieve attachment filename. 2005-07-15 09:51:55 +00:00
example6.cpp SASL authentication. 2005-09-17 09:08:45 +00:00
example7.cpp Renamed 'vmime::messaging' to 'vmime::net'. 2005-08-23 19:11:19 +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/