This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
Releases: msztolcman/mailtrap
Releases · msztolcman/mailtrap
The new beginning
- 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