Skip to content

v3.1.0-beta2

Latest
Compare
Choose a tag to compare
@jhillyerd jhillyerd released this 05 Feb 20:50
· 35 commits to main since this release
97506b2

Added

  • Reject mail by origin domain: INBUCKET_SMTP_REJECTORIGINDOMAINS (#375)
    • Wildcard support (#412)
  • Version flag for inbucket cmd (#385)
  • STLS support for POP3 (#384)
  • ForceTLS flag for SMTP (#402)
  • Lua scripting additions:
    • logger API for Lua (#407)
    • before.message_stored handler (#417, #418)
  • $ is replaced with : in filestore paths, for D:\... syntax (#449)
  • REST Client transport support (#463)

Fixed

  • UI & Storage paths in systemd service file (#393)
  • Web UI will redirect from prefix to prefix/ (#397)
  • Include inlines when listing attachments (#398)
  • Fail Inbucket startup if unable to create storage dir (#448)
  • Close directory file handles immediately, fixes Windows locking (#457)