Go to file
2013-09-21 11:53:38 +02:00
cmake Added support for standard 64-bit integer type. 2013-09-02 10:12:08 +02:00
contrib Message generation/parsing context. Charset conversion options. Preliminary implementation of RFC-6532. 2013-02-24 16:28:13 +01:00
doc/book TLS properties: allows setting custom cipher suite for TLS/SSL connections. 2013-09-21 11:53:38 +02:00
examples Refactored the way embedded objects are referenced in MHTML. 2013-07-11 18:06:26 +02:00
src TLS properties: allows setting custom cipher suite for TLS/SSL connections. 2013-09-21 11:53:38 +02:00
tests SMTP-specific exceptions. 2013-09-08 20:49:51 +02:00
vmime TLS properties: allows setting custom cipher suite for TLS/SSL connections. 2013-09-21 11:53:38 +02:00
.gitignore Outsourced build test script. 2013-06-07 10:18:10 +02:00
.travis.yml Log contents of generated files before build. 2013-05-14 20:10:46 +02:00
AUTHORS Issue #36: added support for wildcard in Common Name when verifying host name (thanks to Anthony Dervish). 2013-04-26 20:58:04 +02:00
ChangeLog Updated for recent changes. 2012-11-03 10:37:34 +01:00
CMakeLists.txt Fixed case in include file name. 2013-09-06 23:10:54 +02: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 Define "VMIME_HAVE_FILESYSTEM_FEATURES" to generate doc for classes related to files (eg. fileAttachment). 2013-05-18 08:43:39 +02:00
HACKING Updated coding conventions. 2011-12-22 08:51:28 +00: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 TLS properties: allows setting custom cipher suite for TLS/SSL connections. 2013-09-21 11:53:38 +02:00
test-outsourced-build.sh Outsourced build test script. 2013-06-07 10:18:10 +02:00
vmime.pc.in Pkg-config file changed back to "vmime.pc" (fixed issue #35). 2013-03-24 20:28:36 +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)