mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Added feature to allow <style> in messages
This commit is contained in:
parent
aae3072209
commit
64818025e8
46 changed files with 154 additions and 6 deletions
|
|
@ -25,7 +25,9 @@ import { LanguageStore } from 'Stores/Language';
|
|||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
const
|
||||
msgHtml = msg => cleanHtml(msg.html(), msg.attachments()),
|
||||
msgHtml = msg => cleanHtml(msg.html(), msg.attachments(),
|
||||
SettingsUserStore.allowStyles() ? '#rl-msg-' + msg.hash : ''
|
||||
),
|
||||
|
||||
toggleTag = (message, keyword) => {
|
||||
const lower = keyword.toLowerCase(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue