Docspell v0.5.0 Release Notes

Release Date: 2020-04-30 // almost 4 years ago
  • May 1st, 2020

    • ๐Ÿ‘ Allow to delete attachments of an item.
    • ๐Ÿ‘ Allow to be notified via e-mail for items with a due date. This uses the periodic-task framework introduced in the last release.
    • ๐Ÿ›  Fix issues when converting HTML with unkown links. This especially happens with e-mails that contain images to attachments.
    • ๐Ÿ›  Fix various issues when importing e-mail files, for example:
      • fixes encoding problems for mails without explicit transfer encoding
      • add meta info (from, to, subject) to the converted pdf document
      • clean html mails to remove unwanted content (like javascript)
    • ๐Ÿ›  Fix classpath issue with javax.mail vs jakarta.mail

    ๐Ÿ”ง Configuration Changes

    The Joex component has config changes:

    • A new section send-mail containing a List-Id e-mail header to use. Use an empty string (the default) to avoid setting such header. This header is only applied for notification mails.