https://github.com/emersion/go-imap
📥 An IMAP library for clients and servers
https://github.com/emersion/go-imap
client imap mail server
Last synced: 7 months ago
JSON representation
📥 An IMAP library for clients and servers
- Host: GitHub
- URL: https://github.com/emersion/go-imap
- Owner: emersion
- License: mit
- Created: 2016-04-26T17:59:18.000Z (over 9 years ago)
- Default Branch: v2
- Last Pushed: 2025-04-14T12:41:45.000Z (8 months ago)
- Last Synced: 2025-05-07T10:52:37.879Z (7 months ago)
- Topics: client, imap, mail, server
- Language: Go
- Homepage:
- Size: 1.7 MB
- Stars: 2,184
- Watchers: 47
- Forks: 318
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - emersion/go-imap - 📥 An IMAP library for clients and servers (Go)
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-go-cn - go-imap - imap) (电子邮件 / 检索及分析资料库)
- awesome-go - go-imap - An IMAP library for clients and servers - ★ 545 (Email)
- awesome-go-plus - go-imap - IMAP library for clients and servers.  (Email / Search and Analytic Databases)
- fucking-awesome-go - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-go - go-imap - | - | - | (Email / Advanced Console UIs)
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-go - go-imap - IMAP library for clients and servers. Stars:`2.2K`. (Email / Search and Analytic Databases)
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-go - go-imap - IMAP library for clients and servers. - :arrow_down:66 - :star:122 (Email / Advanced Console UIs)
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-list - go-imap
- awesome-go-cn - go-imap - imap) [![godoc][D]](https://godoc.org/github.com/emersion/go-imap) (电子邮件 / 检索及分析资料库)
- awesome-go-cn - go-imap
- awesome-go-extra - go-imap - 04-26T17:59:18Z|2022-08-15T17:19:50Z| (Email / Advanced Console UIs)
- awesome-go - go-imap - 用于客户端和服务器的IMAP库。 (<span id="电子邮件-email">电子邮件 Email</span> / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go-cn - go-imap
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Advanced Console UIs)
- awesome-go-with-stars - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Search and Analytic Databases)
- awesome-Char - go-imap - IMAP library for clients and servers. (Email / Advanced Console UIs)
- awesome-go - go-imap - IMAP library for clients and servers. (Email / Advanced Console UIs)
README
# go-imap
[](https://pkg.go.dev/github.com/emersion/go-imap/v2)
An [IMAP4rev2] library for Go.
> **Note**
> This is the README for go-imap v2. This new major version is still in
> development. For go-imap v1, see the [v1 branch].
## Usage
To add go-imap to your project, run:
go get github.com/emersion/go-imap/v2
Documentation and examples for the module are available here:
- [Client docs]
- [Server docs]
## License
MIT
[IMAP4rev2]: https://www.rfc-editor.org/rfc/rfc9051.html
[v1 branch]: https://github.com/emersion/go-imap/tree/v1
[Client docs]: https://pkg.go.dev/github.com/emersion/go-imap/v2/imapclient
[Server docs]: https://pkg.go.dev/github.com/emersion/go-imap/v2/imapserver