Skip to content

2.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@emersion emersion released this 05 Oct 10:45
· 133 commits to v2 since this release
v2.0.0-alpha.7
go-imap v2.0.0-alpha.7

Simon Ser (13):
      imapclient: add CONDSTORE
      imapserver: add UNAUTHENTICATE support
      imapclient: drop special case for BYE response-data handling
      imapclient: fix stalled commands on readResponseTagged() error
      imapclient: relax text requirements for resp-cond-bye
      imapclient: relax text requirements for resp-cond-state
      imapwire: accept trailing space before CRLF
      imapclient: fix missing import in charset decoding docs
      imapclient: simplify charset instructions
      imapclient: drop unused Client.unregisterContReq
      imap: add AuthCap
      imapclient: add AUTHENTICATE example
      imapclient: restart IDLE automatically

Tim Culverhouse (1):
      imapclient: add SPECIAL-USE LIST option support