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.