POP3 mail displays download date, not mail date

Hi all,

This is a really annoying bug. Any quick fix before IBM corrects it?

Subject: we already have an enhancement request for this

yes, it has been behaving like that for a long time…

Subject: Fix for: POP3 mail displays download date, not mail date

Change the Date column in the ($Inbox) folder in the Notesmail 8.5 template

From:

@If(DeliveredDate != “”; DeliveredDate; PostedDate != “”; PostedDate; @Created)

To:

@If(PostedDate != “”; PostedDate; DeliveredDate != “”; DeliveredDate; @Created)

This worked great for us. Of course, there might be some unintended consequences, but I have not thought of any.

Good luck,

Chris