How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Using Mailchain, blockchain users can now send and receive rich-media HTML messages with attachments via a blockchain address.
The main features of mailchain/mailchain are: Email, Email Libraries.
Open-source alternatives to mailchain/mailchain include: mikel/mail — This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes… jordan-wright/email — Robust and flexible email library for Go. aymerick/douceur — A simple CSS parser and inliner in Go. emersion/go-imap — 📥 An IMAP library for Go clients and servers. hectane/hectane — Lightweight SMTP client written in Go. emersion/go-message — ✉️ A streaming Go library for the Internet Message Format and mail messages.
This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes an SMTP client for delivering outgoing messages and a MIME parser for decomposing complex multipart email structures. The project features an IMAP and POP3 mail fetcher for synchronizing messages from remote servers, alongside a specialized framework for testing email logic through mock delivery methods and matchers. The library covers a broad range of email operations, including the generation of nested multipart messages, the management of attachments, and the translation
✉️ A streaming Go library for the Internet Message Format and mail messages
📥 An IMAP library for Go clients and servers