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