https://github.com/kisli/vmime
VMime Mail Library
https://github.com/kisli/vmime
attachment c-plus-plus email email-parsing email-sender imap library maildir mime mime-parser parser pop3 rfc-2047 rfc-5322 rfc-822 sendmail smtp
Last synced: 3 months ago
JSON representation
VMime Mail Library
- Host: GitHub
- URL: https://github.com/kisli/vmime
- Owner: kisli
- License: gpl-3.0
- Created: 2012-04-05T07:11:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T22:02:49.000Z (12 months ago)
- Last Synced: 2024-07-31T22:52:48.057Z (10 months ago)
- Topics: attachment, c-plus-plus, email, email-parsing, email-sender, imap, library, maildir, mime, mime-parser, parser, pop3, rfc-2047, rfc-5322, rfc-822, sendmail, smtp
- Language: C++
- Homepage: http://www.vmime.org
- Size: 6.79 MB
- Stars: 269
- Watchers: 31
- Forks: 110
- Open Issues: 90
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
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 portabilityFeatures 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)