1. Products
  2.   Email
  3.   C++
  4.   Mimetic
 
  

Open Source C++ Library to Manage Email Message

Free C++ API for Emails generation & management. It supports sending email messages, managing a list of addresses, adding attachments, audio attachment support, encoding email messages, and many more.

Mimetic is a very powerful free C++ email library that enables software developers to work with email messages inside their own applications. The mimetic library is very simple to use and can be easily integrated. It is built around the standard lib that developers feel comfortable using the library. The mimetic library heavily uses templates and doesn't use exceptions so a mostly standard-compliant C++ compiler is required.

The Mimetic library tries to follow current standards as closely as possible. The library very features rich and almost all the feature that can assume in a MIME library is available in mimetic. The library has included a set of several important features related to email message management such as sending an email message, managing a list of addresses, adding attachments, audio attachment support, encoding email messages, sending a message to a group, listing mailbox, embed images, support both plain text and HTML, email header management and many more.

Previous Next

Getting Started with Mimetic

The easiest way to install Mimetic is via GitHub. Please install it using the following command for easy installation.

install Mimetic via GitHub

go get https://github.com/tat/mimetic.git

Emails Generation via C++ Library

The open source Mimetic library enables computer programmers to generate and send email messages using C++ commands. The library has included a function for creating a group of users and sending emails to all users with ease. It also supports several important functions for handling emails such as sending emails to multiple recipients, support fields like From, To, BCC, and Cc fields, adding attachments to emails message, embedding images, and including other contents inside your email messages. You can also easily parse the emails and get their information.

Encrypt Email Messages Support

The open source library Mimetic has included support for programmatically encrypting email messages using a couple of lines of C++ code. Encryption is a very useful process that helps users to protect their email messages from unauthorized access. You can encode the email message using Base64 with ease. The library easily encrypts entire messages including attachments, images, contents, etc.

File Attachment & Embed Images via C++

The open source library Mimetic makes it easy for software developers to add attachments to their email messages using C++ commands. The library has included numerous important functionality for including attachments to email messages, such as embedding images such JPEG, PNGE, etc., attaching documents, audio attachments, deleting attached files, and many more. Software developers can easily attach documents like PDF, Microsoft Word, Excel, and many more.

 English