Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

The new beginning

Latest
Compare
Choose a tag to compare
@msztolcman msztolcman released this 20 Aug 20:49
· 3 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