Nilhcem/FakeSMTP

Improvement: Display received messages with date, time and timezone

Opened this issue · 1 comments

The current FakeSMTP user interface (version 2.0) only displays the time when an email message was received.

e.g.

04:17:44 PM

When the FakeSMTP application is running as a service for more than one day, it will be helpful to display the date, time and timezone from the received email header.

e.g.

Thu, 16 Feb 2017 04:17:44 PM +0800 (AWST)

NOTE: The received email table header date label formatting is managed in class "com.nilhcem.fakesmtp.gui.tab.MailsListPane".

Submitted pull request 58.

#58