TrashEmail Versions Save

A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.

v3.0.0

3 years ago

Add support to balance target alias to various email ids and Update email service to connect to various targets.

v2.2.2

3 years ago
  • Update the way email id deletion was handled.
  • Update bot reply messages.

v2.1.1

3 years ago

Additional admin stats & Counter to keep track of number of emails processed.

v2.0.1

3 years ago

v2.0.0

3 years ago

Change-log:

  • Enhance UX.
  • Support for HTML messages, which was missing in the previous versions.
  • Enhancement for MailParsers, now they support multipart data, which was missing in previous case.
  • Offering link for viewing HTML mails in browser.
  • A micro service architecture in implementation.
    • EmailsService is seperated from the main hosting spring boot rest service.
  • Lot of bug fixes, which made email parsing at backend more reliable.
  • The most severe exception has been fixed now, which was FolderClosedExeception, which was due to connection closure. This release make use of NOOP imap instruction to deal with it.

v1.1.0

3 years ago

This release change-log:

  • Handling long email messages, as telegram messages imposes a limit of 4096 characters.
  • Bug Fixes:
    • In case email server is unable to create Alias, the alias was getting assigned to the user. This issue has been fixed.
  • Code refactor
  • Code clean-up and used Lombok for removing boilerplate getter/setter code.
  • Support for config based max emailIds per user
  • version change from 1.0.0 -> 1.1.0
  • Config restructuring.
  • Support for multiple domains is added. Now this bot can interact with multiple domains and can offer temp-mails from various domains. Config driven.

v1.0.0

3 years ago

The very first release of this project, the available zip file can be downloaded, unpack and build using maven. One jar is ready, just supply the jar with the necessary config and bingo, your local deployment is ready.