Andrew RegnerandSimon Ser a36346654c imapclient: fix FetchItems to end encoded list
#517 uses the new `enc.BeginList()` to encode fetch options over the IMAP protocol, but never calls `.End()` so the closing `)` character is never written out, causing errors like `T6 BAD Could not parse command`.
2023-07-02 09:37:14 +02:00
2023-03-17 16:57:44 +01:00
2023-04-03 23:25:14 +02:00
2023-04-13 10:23:56 +02:00
2023-04-03 23:25:14 +02:00
2023-04-03 23:25:14 +02:00
2023-03-11 15:52:25 +01:00
2023-03-22 11:04:18 +01:00
2023-04-04 15:42:08 +02:00
2023-04-30 16:02:48 +02:00
2023-04-10 20:25:58 +02:00
2023-03-17 13:24:32 +01:00
2023-04-30 15:23:32 +02:00
2023-04-12 10:50:46 +02:00
2023-03-24 11:45:02 +01:00

go-imap

builds.sr.ht status Go Reference

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

S
Description
📥 An IMAP library for Go clients and servers
Readme MIT
3.7 MiB
Languages
Go 100%