Skip to content

Nextras Mail Panel 2.3.0

Compare
Choose a tag to compare
@JanTvrdik JanTvrdik released this 18 May 10:27
· 45 commits to master since this release
  • redesigned panel
  • added support for viewing attachments (thx @MartkCz)
  • added support for viewing mail source code (thx @repli2dev)
  • added support for viewing mail in new window (thx @repli2dev)
  • added plain text preview as alternative to HTML preview
  • added detection of optimal HTML preview height
  • previews are collapsed by default and their visibility state can be toggled
  • replaced PNG icon with SVG (thx @irkallacz)
  • increased default message count to 20
  • changed panel width in window-mode to fluid
  • deprecated SessionMailer in favor of FilesMailer
  • fixed baseUrl detection
  • fixed viewing of plain text-only mails with attachments (thx @repli2dev)
  • fixed possible redirect loop
  • lots of internal refactoring