Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 07:43
· 56 commits to master since this release

0.16.0 (2023-04-12)

Bug Fixes

  • 2425: Ensure message flag updates are only issued if changed (3ecf785)
  • Do not error on empty AddressList string (9b3c615)
  • Do not send flag updates for recovered messages (9ea4c68)
  • GODT-2399: Defer updated message deletion (ad146e4)
  • GODT-2400: Allow state updates to be applied if command fails (45c83ff)
  • GODT-2416: Do not fail message update if old literal is missing (b6a128f)
  • GODT-2417: Do no attempt to re-download recovered messages (247aba9)
  • GODT-2418: Do not issue connector renames for inferiors (45de5f1)
  • GODT-2419: Do not report no such part errors (27f816c)
  • GODT-2419: Reduce sentry reporter spam (c0f56b2)
  • GODT-2425: Always use DB state for flag operation (e4c7ed0)
  • GODT-2425: Ensure connector updates lock db for writes (2cc03e5)
  • GODT-2425: Revise db lock scope for IMAP operations (c843a91)
  • GODT-2427: Fix header parsing logic (72aeeb9)
  • GODT-2429: Do not transaction fails if context was cancelled (da3a1cd)
  • GODT-2442: Fix problem introduce in code review (6fe7742)
  • GODT-2442: Use rename instead of remove for db files (5cba271)
  • GODT-2500: pass handler pointer down the road. (#335) (7eae5cb)
  • GODT-2500: Recover in deferred function. (#334) (e75e877)
  • GODT-2513: Fix crash in scanner (574da2d)
  • GODT-2526: Unlimited memory usage during fetch/search (19b8f7b)
  • GODT-2573: Remove Prelude header parsing support (81e7559)
  • Incorrect call to strings.HashPrefix (8f5272b)
  • InputCollector byte copy range (2d09826)
  • Multiple deletion bug in WriteControlledStore (033d015)
  • Properly handle optional optional Group List in rfc5322 parser (9f7c827)
  • Reduce reporter noise (3b1b90f)

Features

  • GODT-2448: Support answered flag in message updates (f706f0f)
  • GODT-2500: Add panic handlers everywhere. (#332) (d643f02)