RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.1k stars 883 forks source link

Tick in message view for DKIM + SPF or DMARC #950

Open kura opened 8 years ago

kura commented 8 years ago

Currently, a green tick is shown for messages that have a valid DKIM signature. I'd like for a tick to also be added for a passing SPF record.

It would also be nice if a tick for DMARC could be added that, if it passed would hide the DKIM and SPF ticks, or show a X if DMARC did not pass.

You can get the information from the Authentication-Results header generally.

Authentication-Results: grid.kura.io/C741440440; dmarc=none header.from=gmail.com Authentication-Results: grid.kura.io; spf=pass smtp.mailfrom=**@gmail.com Authentication-Results: grid.kura.io/C741440440; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=PQMM7upX; dkim-adsp=pass; dkim-atps=neutral

prologic commented 8 years ago

:+1: