Skip to content

v0.1.0

Choose a tag to compare

@jbpenrath jbpenrath released this 20 Jan 15:17
· 220 commits to main since this release
cd26113

Added

  • Allow to save an attachment into Drive workspace #408
  • Add a SPAM folder in mailbox panel
  • Allow to search for spam messages
  • Add is_trashed flag to thread model
  • Add to select multiple threads in thread panel
  • Add image proxy endpoint to display external images in messages
  • Add to_exact modifier to search query
  • Allow to toggle spam status of a thread

Changed

  • Configure Drive App Name through environment variable (DRIVE_APP_NAME)
  • Inherit OIDC Authentication backend from django-lasuite #408
  • Exclude is_trashed and is_spam threads from search results by default
  • to search modifier now looks for messages where recipient fields (to, cc, bcc) contain the given email address.