Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@willbrowningme willbrowningme released this 25 Mar 15:58
· 5 commits to master since this release
  • Added last_forwarded, last_blocked, last_replied and last_sent to aliases. You can view each of these by hovering over the "count" in the Forwards/Blocks and Replies/Sends columns in the table on the aliases page. #119
  • You can also now sort your aliases by Last Forwarded At, Last Blocked At, Last Replied At and Last Sent At.
  • Added option in General settings to turn off the above 'last used at' from being saved.
  • Added ability for addy.io to automatically decrypt PGP encrypted replies/sends from aliases on the server. They must be encrypted using the no-reply@addy.io public key. See #599 for more details.
  • Attached PGP public keys and signatures will now be removed in any replies/sends in order to prevent accidental leaking of ones real email address.
  • usernames, domains and recipients resources will no longer return aliases in their API response because there was no pagination. Instead an aliases_count will be returned. You can use get all aliases endpoint specifying the ID of a username, domain, or recipient instead.
  • Fixed #604
  • Fixed #605
  • Fixed #143
  • Fixed #619