Go to file
2012-04-06 22:26:18 +02:00
doc/book Updated deprecated function. 2010-12-06 11:57:44 +00:00
examples Fixed compilation issue following namespace change. 2011-06-14 18:37:54 +00:00
m4 Updated gettext m4 macros to 0.17. 2010-02-12 22:28:37 +00:00
src Fixed memory leak. 2012-04-06 22:26:18 +02:00
tests Fixed wrong encoding of line breaks in QP-encoded text (issue #7). 2012-04-05 23:15:04 +02:00
vmime Fixed wrong encoding of line breaks in QP-encoded text (issue #7). 2012-04-05 23:15:04 +02:00
.gitignore Added .gitignore. 2012-04-05 11:55:07 +02:00
AUTHORS Requested email change. 2011-06-10 19:39:09 +00:00
bootstrap Fixed duplicate shebang. 2010-04-10 06:43:40 +00:00
ChangeLog Started version 0.9.2. 2010-11-16 13:28:05 +00:00
COPYING Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00: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.msvc Added guide describing how to compile VMime using VS .NET 2003. 2005-04-28 21:22:35 +00:00
README.refcounting Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
SConstruct Fixed HAVE_GNUTLS_PRIORITY_FUNCS never defined when configured with no TLS support. 2011-08-21 09:04:46 +00:00
vmime.doxygen Added TLS/SSL support. 2005-10-03 21:29:04 +00: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)