Skip to content

2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@emersion emersion released this 20 Mar 15:26
· 58 commits to v2 since this release
v2.0.0-beta.2
f438355
go-imap v2.0.0-beta.2

Ksenia Roshchina (1):
      imapclient: handle nil options in Client.Status

Shugyousha (1):
      imapclient/search: handle UID SEARCH results without hits

Simon Ser (11):
      imapclient: add NewStartTLS
      imapclient: ensure nil Options are correctly handled
      imapclient: accept IMAP4rev2 in ENABLE command
      imapclient: set debug writer when running verbose tests
      imapclient: use IMAP command to append test data
      imapclient: add env var to run tests with Dovecot
      ci: run client tests with Dovecot
      imapclient: set default dial timeout to 30s
      imapclient: fix missing SelectCommand.Wait call in Idle example
      imapclient: add basic ESEARCH test
      imapclient: turn on IMAP4rev2 for imapmemserver

jebbs (1):
      imapwire: accept trailing space in CAPABILITY/SEARCH responses