Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 15:05
· 193 commits to master since this release

0.14.0 (2022-11-24)

Bug Fixes

  • Add missing state update for connector mailbox delete update (b3dcaa4)
  • Add QueuedChannel.CloseAndDiscardQueued (82064e3)
  • Append of existing message should act as copy (abc5ee9)
  • Don't report io.EOF errors via gluon reporter (cee1c02)
  • Don't set the Internal ID in the header twice (a78b54c)
  • Don't use SaveX when creating flags (eaf93a0)
  • Ensure delete followed by create with same ID works (64ae49d)
  • Ensure imap.MessageUpdate only updates if there are literal changes (0bddd1d)
  • Ensure rfc822.SetHeaderValue does not modify original literal data (7107a69)
  • Fix state connector deadlock (287db37)
  • GODT-1761: imaptest coverage benchmark. (d07d8ad)
  • GODT-1952: Ensure C++ libs are compatible with macOS Big Sur (6f89ef0)
  • GODT-1954: Assign new message ID on delete+create (8bf679a)
  • GODT-2007: On append do not add deleted messages to mbox (4093b99)
  • GODT-2032: AddressList parsing with encoded text that starts with = (e501260)
  • Log IMAP literals with append (6072c69)
  • No panic on log failure (b0f0a69)
  • Properly handle store flags (when replacing) (aa07443)
  • Remove messages for non selected mailboxes with update (d8206f6)
  • Use lock and queue.CloseAndDiscard for watchers (0b277a6)
  • Wrong function name when building in debug mode (3c3b138)

Features

  • Add new UID validity to UIDValidityBumped event (261ad4c)
  • Add NewEmptyHeader() function (86bbf02)
  • Add rfc822.Section.DecodeBody (f60b6d1)
  • Add rfc822.Section.Walk (210b7f1)
  • Disable logging if gluon_pprof_disabled is set (78adf76)
  • GODT-1989: Recovery Mailbox (6cb2205)
  • Implement UIDValidityBumped event (1038859)
  • Improve goroutine annotation (2de557a)
  • MessageUpdated Update (7b6e1df)
  • Return mailbox counts when user added (c99ec61)