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
Pythonic SMTP Application Server
The main features of zedshaw/lamson are: Email Libraries.
Open-source alternatives to zedshaw/lamson include: mikel/mail — This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes… emersion/go-message — ✉️ A streaming Go library for the Internet Message Format and mail messages. hectane/hectane — Lightweight SMTP client written in Go. jordan-wright/email — Robust and flexible email library for Go. kennethreitz/inbox.py — Python SMTP Server for Humans. emersion/go-imap — 📥 An IMAP library for Go clients and servers.