mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Add dmarc and spf indicators in mail view #1820
Signed-off-by: David Edler <david.edler@canonical.com>
This commit is contained in:
parent
8b5547104d
commit
3ee978484a
2 changed files with 38 additions and 1 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