Skip to content

v0.2.0

Choose a tag to compare

@jbpenrath jbpenrath released this 03 Feb 17:31
· 197 commits to main since this release
25e28cf

Added

  • Display calendar invites in messages #481
  • Add integrations view in mailbox settings #488
  • Allow to retry send Message in Django Admin and filter Message by delivery status #499
  • When forwarding a message, the attachments are added to the draft as new attachments #485
  • Add InboundMessage admin view #505
  • Add worker.py command and improve task routing on queues #504

Changed

  • Add loading state to the refresh button #511
  • Refactor permissions code for viewsets #503

Fixed

  • Strip NUL bytes from email content #524
  • Raise new "DUPLICATE" error when there are 2 SPF records #521
  • Fix memory leak with large mbox file import #516
  • Fix env var still overriding the Celery default
  • Add default "invitation.ics" name for invite downloads
  • Make celery app name explicit to fix potential $APP override
  • Fix a few edge cases in email parser #507
  • Fix duplicate recipient creation errors #496
  • Fix SSL error and improve authentication failure #495