mirror of
https://github.com/emersion/go-imap
synced 2026-07-01 11:18:51 +00:00
v2.0.0-beta.8
There is a small bug in the list example.
Output of the example was:
Connecting to server...
Connected
Logged in
Mailbox "INBOX" contains 0xc00043c058 messages (0xc00043c070 unseen)
after this change:
Connecting to server...
Connected
Logged in
Mailbox "INBOX" contains 369 messages (154 unseen)
Closes: https://github.com/emersion/go-imap/issues/737
go-imap
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:
License
MIT
Languages
Go
100%