All Projects → emersion → Go Message

emersion / Go Message

Licence: mit
✉️ A streaming Go library for the Internet Message Format and mail messages

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Go Message

Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+1113.99%)
Mutual labels:  mime, mail
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (-79.79%)
Mutual labels:  mail, mime
Enmime
MIME mail encoding and decoding package for Go
Stars: ✭ 246 (+27.46%)
Mutual labels:  mime, mail
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 (+106.74%)
Mutual labels:  mime, mail
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (-59.59%)
Mutual labels:  mail, mime
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 (-49.74%)
Mutual labels:  mime, mail
Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (-24.35%)
Mutual labels:  mail
Mime
The MIME component allows manipulating MIME types.
Stars: ✭ 2,174 (+1026.42%)
Mutual labels:  mime
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (-27.46%)
Mutual labels:  mail
Laravel Mailable Test
An artisan command to easily test mailables
Stars: ✭ 143 (-25.91%)
Mutual labels:  mail
Spamassassin
Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests
Stars: ✭ 184 (-4.66%)
Mutual labels:  mail
Quotefixformac
QuoteFix for Apple Mail —
Stars: ✭ 181 (-6.22%)
Mutual labels:  mail
Modoboa Installer
An installer for Modoboa
Stars: ✭ 161 (-16.58%)
Mutual labels:  mail
Laravel Disposable Email
Disposable email address validator for Laravel
Stars: ✭ 147 (-23.83%)
Mutual labels:  mail
Ip Biter
IP-Biter: The Hacker-friendly E-Mail (but not only) Tracking Framework
Stars: ✭ 166 (-13.99%)
Mutual labels:  mail
Simplemagic
Simple file magic number and content-type library which provides mime-type determination from files and byte arrays
Stars: ✭ 146 (-24.35%)
Mutual labels:  mime
Mu4e Alert
Desktop notifications and modeline display for mu4e
Stars: ✭ 143 (-25.91%)
Mutual labels:  mail
Imapbackup
A Python script for incremental backups of IMAP mailboxes
Stars: ✭ 156 (-19.17%)
Mutual labels:  mail
Postmark.js
Official Node.js library for the Postmark API
Stars: ✭ 177 (-8.29%)
Mutual labels:  mail
Org Msg
OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
Stars: ✭ 153 (-20.73%)
Mutual labels:  mail

go-message

godocs.io builds.sr.ht status codecov

A Go library for the Internet Message Format. It implements:

Features

  • Streaming API
  • Automatic encoding and charset handling (to decode all charsets, add import _ "github.com/emersion/go-message/charset" to your application)
  • A mail subpackage to read and write mail messages
  • DKIM-friendly
  • A textproto subpackage that just implements the wire format

License

MIT

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].