mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Merge pull request #1843 from edlerd/add-spf-dmarc
Add dmarc and spf indicators in mail view
This commit is contained in:
commit
7eaa065d76
2 changed files with 39 additions and 2 deletions
|
|
@ -143,6 +143,8 @@
|
|||
<div class="informationShort">
|
||||
<span class="from" data-bind="html: viewFromShort, attr:{ title: message().from }"></span>
|
||||
<i class="fontastic" data-bind="text: dkimIcon, css: dkimIconClass, attr:{ title: dkimTitle }"></i>
|
||||
<i class="fontastic" data-bind="text: dmarcIcon, css: dmarcIconClass, attr:{ title: dmarcTitle }"></i>
|
||||
<i class="fontastic" data-bind="text: spfIcon, css: spfIconClass, attr:{ title: spfTitle }"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div id="messageItem">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue