All Projects → kisli → Vmime

kisli / Vmime

Licence: other
VMime Mail Library

Projects that are alternatives of or similar to Vmime

ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (-64.22%)
Mutual labels:  email, imap, email-sender, smtp
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (+3.21%)
Mutual labels:  email, smtp, imap, email-sender
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (+1953.67%)
Mutual labels:  mime, email, smtp, imap
Drymail
Makes sending emails easy and DRY — For Python 3.
Stars: ✭ 218 (+0%)
Mutual labels:  email, smtp, email-sender
Mnm
The legitimate email replacement — n-identity, decentralized, store-and-forward, open protocol, open source. (Server)
Stars: ✭ 162 (-25.69%)
Mutual labels:  email, smtp, imap
yggmail
End-to-end encrypted email for the mesh networking age
Stars: ✭ 72 (-66.97%)
Mutual labels:  email, imap, smtp
Enmime
MIME mail encoding and decoding package for Go
Stars: ✭ 246 (+12.84%)
Mutual labels:  mime, parser, email
Mail
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
Stars: ✭ 399 (+83.03%)
Mutual labels:  mime, smtp, imap
Php Imap Client
a easy solution for simple IMAP email access in php
Stars: ✭ 254 (+16.51%)
Mutual labels:  email, imap, email-sender
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+974.77%)
Mutual labels:  mime, smtp, imap
Gmime
A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
Stars: ✭ 57 (-73.85%)
Mutual labels:  mime, parser, email
Mailio
mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Stars: ✭ 166 (-23.85%)
Mutual labels:  library, smtp, imap
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (-82.11%)
Mutual labels:  imap, mime, smtp
Deltachat Desktop
Email-based instant messaging for Desktop.
Stars: ✭ 526 (+141.28%)
Mutual labels:  email, smtp, imap
Mimekit
A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Stars: ✭ 1,214 (+456.88%)
Mutual labels:  mime, parser, email
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (-64.22%)
Mutual labels:  imap, mime, smtp
Deltachat Core Rust
Delta Chat Rust Core library, used by Android/iOS/desktop apps and bindings
Stars: ✭ 300 (+37.61%)
Mutual labels:  email, smtp, imap
Rust Imap
IMAP client library for Rust
Stars: ✭ 237 (+8.72%)
Mutual labels:  library, email, imap
Mailyak
An elegant MIME/SMTP email library with support for attachments
Stars: ✭ 244 (+11.93%)
Mutual labels:  mime, email, smtp
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-55.5%)
Mutual labels:  mime, email, smtp

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].