afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server

Home Page:https://afterlogic.org/webmail-lite-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual anti-phishing aid

xpufx opened this issue · comments

commented

I already submitted this issue #37 but I was told to start a change.org campaign for it and get people to support my cause. I think it's both trivial to implement on your side and very very useful for your users. I think you should reconsider.

phishing

This was accomplished by changing one line in MessagePaneView.html

From:

<span class="control address" data-bind="text: currentAccountEmail() === fromEmail() ? meSender : from,

To:

<span class="control address" data-bind="text: fromEmail,

I am sure you can make this configurable and look better.

Best.

We may actually add this in the future - but, what you have on the screenshot is a collapsed view of address pane, which is kept minimal by design. If you expand the pane by clicking that small arrow icon under it, then from that moment forward, all the address information will be displayed for you in full, thus avoiding the issue.

commented

That is good to know. ( I will still leave it the way it is for my purposes to make sure the users see it )

Thanks.