afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

Visual anti-phishing aid #58

Closed xpufx closed 4 years ago

xpufx commented 4 years ago

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.

afterlogic-support commented 4 years ago

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.

xpufx commented 4 years ago

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.