Moved the message HTML parsing from PHP to JavaScript

Now we can properly parse PGP/MIME HTML messages
This commit is contained in:
the-djmaze 2022-02-02 13:02:48 +01:00
parent 3615405aac
commit e265a0f1c1
13 changed files with 563 additions and 837 deletions

View file

@ -90,7 +90,7 @@ dialog header, dialog footer,
.legend,
#V-PopupsCompose .b-header .e-identity,
.messageView .messageItem {
.messageView #messageItem {
color: var(--main-color);
}
@ -101,17 +101,17 @@ dialog header, dialog footer,
.g-ui-link,
.messageView .messageItemHeader .informationShort a,
.messageView .messageItem .bodyText .b-text-part a {
.messageView #messageItem .bodyText .b-text-part a {
color: #6AE;
}
.messageView .messageItemHeader,
.messageView .messageItem .pgpEncrypted,
.messageView .messageItem .pgpSigned,
.messageView .messageItem .readReceipt,
.messageView .messageItem .showImages,
.messageView .messageItem .attachmentsPlace,
.messageView .messageItem .attachmentsControls {
.messageView #messageItem .pgpEncrypted,
.messageView #messageItem .pgpSigned,
.messageView #messageItem .readReceipt,
.messageView #messageItem .showImages,
.messageView #messageItem .attachmentsPlace,
.messageView #messageItem .attachmentsControls {
background-color: #222;
border-bottom-color: #444;
}