Skip to content

2.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@emersion emersion released this 29 Jun 08:42
· 129 commits to v2 since this release
v2.0.0-alpha.5
go-imap v2.0.0-alpha.5

The main change is around FETCH: the items to fetch are no longer passed
as a list, instead FetchOptions struct fields are used.

Simon Ser (6):
      go fmt
      imapclient: add IDLE example
      imapclient: add docs about charset decoding
      imapserver: pass extended bool to writeBodyStructure
      imap: turn FetchItem into FetchOptions
      imap: improve docs for various FETCH-related structs