Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 9 years ago)
- Default Branch: v2
- Last Pushed: 2024-03-29T16:24:29.000Z (10 months ago)
- Last Synced: 2024-03-30T10:43:54.954Z (10 months ago)
- Topics: client, imap, mail, server
- Language: Go
- Homepage:
- Size: 1.64 MB
- Stars: 1,967
- Watchers: 48
- Forks: 279
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-imap
[![Go Reference](https://pkg.go.dev/badge/github.com/emersion/go-imap/v2.svg)](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