Go to file
2013-03-24 12:30:26 +01:00
cmake Check for MLang on Windows platform. 2013-02-10 21:12:41 +01:00
contrib Message generation/parsing context. Charset conversion options. Preliminary implementation of RFC-6532. 2013-02-24 16:28:13 +01:00
doc/book Fixed and clarified text about handleTimeout() return value. 2013-03-13 17:47:47 +01:00
examples Updated book. Added build target for HTML using HeVeA. 2013-02-05 13:02:00 +01:00
src Fixed warnings and 64-bit issues. 2013-03-24 12:30:26 +01:00
tests Fixed warnings and 64-bit issues. 2013-03-24 12:30:26 +01:00
vmime Fixed warnings and 64-bit issues. 2013-03-24 12:30:26 +01:00
.gitignore Testing with CTest. 2013-03-11 11:29:16 +01:00
.travis.yml Travis-CI: install CppUnit for unit testing. 2013-03-11 11:46:10 +01:00
AUTHORS OpenSSL support (thanks to Mehmet Bozkurt). 2012-11-03 09:27:12 +01:00
ChangeLog Updated for recent changes. 2012-11-03 10:37:34 +01:00
CMakeLists.txt OpenSSL library already mentioned in Required.private, don't need to be specified again in Cflags or Libs. 2013-03-24 11:42:48 +01:00
COPYING Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
Doxyfile.in Fixed doc for classes in "net" package not being generated. 2012-12-06 15:41:52 +01:00
HACKING Updated coding conventions. 2011-12-22 08:51:28 +00:00
libvmime.pc.in More fixes for pkg-config. 2013-03-01 13:16:25 +01:00
NEWS Initial import. 2004-10-05 10:28:21 +00:00
README Updated README. 2012-04-05 12:34:51 +02:00
README.autotools Migrated build system to CMake. Conditional file compilation. Automatic selection of platform handler. 2012-11-01 18:20:06 +01:00
README.refcounting Fixed typo in doc. 2012-11-01 16:42:29 +01:00
SConstruct Updated tests for charset conversion. 2013-03-18 09:35:04 +01:00

VMime is a powerful C++ class library for working with RFC-822 and MIME messages
and Internet messaging services like IMAP, POP or SMTP.

With VMime you can parse, generate and modify messages, and also connect to store
and transport services to receive or send messages over the Internet. The library
offers all the features to build a complete mail client.

Key Features
------------

* it is free software! GNU GPL license (Commercial licenses available!)
* fully RFC-compliant implementation
* object-oriented and modular design
* very easy-to-use (intuitive design)
* well documented code
* very high reliability
* maximum portability

Features Overview
-----------------

* RFC-2822 and multipart messages
* aggregate documents and embedded objects
* 8-bit MIME and encoded word extensions
* full support for attachments
* POP3, IMAP, SMTP, maildir and sendmail
* SSL/TLS security layer and X.509 certificates (using GNU TLS)
* SASL authentication (using GNU SASL)