Skip to content

The new beginning

Compare
Choose a tag to compare
@msztolcman msztolcman released this 03 Oct 08:46
· 83 commits to master since this release
  • complete rewrite of backend part. MailTrap is using asyncio and aio-libs now:
  • using asynchronous version of libraries drastically improved performance
  • MailTrap now can send a webhook about every received message
  • show in GUI information about envelope sender and recipients
  • all API requests has their own namespace now: /api
  • allow to replace name of application or url in template
  • block truncating all messages from GUI (on demand)
  • fixed issues with WebSockets, should refresh mails list and reconnect if disconnected
  • fixed issues with autobuilding assets
  • many cleanups and reformatting code
  • addons for nginx and supervisor