Skip to content

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

Compare
Choose a tag to compare
@rosehgal rosehgal released this 20 Jun 11:07
· 88 commits to master since this release
e6b0a8b

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.