comparison 3rdparty/vmime/README @ 0:a4671277546c tip

created the repository for the thymian project
author ferencd
date Tue, 17 Aug 2021 11:19:54 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a4671277546c
1
2 VMime is a powerful C++ class library for working with RFC-822 and MIME messages
3 and Internet messaging services like IMAP, POP or SMTP.
4
5 With VMime you can parse, generate and modify messages, and also connect to store
6 and transport services to receive or send messages over the Internet. The library
7 offers all the features to build a complete mail client.
8
9 Key Features
10 ------------
11
12 * it is free software! GNU GPL license (Commercial licenses available!)
13 * fully RFC-compliant implementation
14 * object-oriented and modular design
15 * very easy-to-use (intuitive design)
16 * well documented code
17 * very high reliability
18 * maximum portability
19
20 Features Overview
21 -----------------
22
23 * RFC-2822 and multipart messages
24 * aggregate documents and embedded objects
25 * 8-bit MIME and encoded word extensions
26 * full support for attachments
27 * POP3, IMAP, SMTP, maildir and sendmail
28 * SSL/TLS security layer and X.509 certificates (using GNU TLS)
29 * SASL authentication (using GNU SASL)
30