Skip to content

Releases: rosehgal/TrashEmail

v3.0.0

12 Jul 12:05
Compare
Choose a tag to compare

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

v2.2.2

06 Jul 02:46
Compare
Choose a tag to compare
  • Update the way email id deletion was handled.
  • Update bot reply messages.

v2.1.1

27 Jun 07:36
efac1ee
Compare
Choose a tag to compare

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

v2.0.1: Minor Email parsing bug fix.

21 Jun 07:10
622e725
Compare
Choose a tag to compare
Fix #47, HTML escaping, Version upgrade (#48)

v2.0.0 - A better UX and a better backend & lots of bug fixes

20 Jun 11:07
e6b0a8b
Compare
Choose a tag to compare

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

01 Jun 14:42
Compare
Choose a tag to compare

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 Release

27 May 12:23
ec73f57
Compare
Choose a tag to compare

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.