Commit graph

47 commits

Author SHA1 Message Date
the-djmaze
bb39d1709e Resolve #564 2022-12-22 14:54:41 +01:00
the-djmaze
569f4daac1 Cleaner messageview header 2022-12-13 16:52:42 +01:00
the-djmaze
9bb65609e2 width: fit-content; should be supported by all browsers 2022-12-07 16:35:57 +01:00
the-djmaze
cb167da854 Changed everything to be box-sizing: border-box; 2022-11-21 11:00:39 +01:00
the-djmaze
7878b542a5 Make messageview a bit larger so that it is the same height as the messagelist 2022-11-19 13:12:55 +01:00
the-djmaze
58e9ebc37b WIP: Added attachmentListSimple for #672
This is not optional yet and off.
2022-11-15 12:45:08 +01:00
the-djmaze
456ade5845 Improved workaround for Nextcloud Calendar crashes #661 #622 2022-11-15 09:48:54 +01:00
the-djmaze
7fafb6ee9c Remove message toggle fullscreen button which was only in mobile view 2022-11-14 09:18:57 +01:00
the-djmaze
2705f16e44 @rlMainBorderRadius to --border-radius: 5px; 2022-11-07 15:25:59 +01:00
the-djmaze
db426abbac Some CSS borders to var(--border-color) 2022-11-05 11:03:17 +01:00
the-djmaze
256023dc58 Improved message header style 2022-10-26 16:39:01 +02:00
the-djmaze
bcf63b6700 v2.19.2 2022-10-21 12:48:33 +02:00
the-djmaze
94e703a98b Improve some line-height for app and message img 2022-10-20 14:40:16 +02:00
the-djmaze
dc241ded1b v2.18.6 2022-10-12 23:08:28 +02:00
the-djmaze
f488212c3d Don't thumbnail message inline images and show filename in title attribute 2022-10-06 23:43:24 +02:00
the-djmaze
975103fc9d Don't wrap keywords/tags over multiple lines #419 2022-10-06 11:06:59 +02:00
the-djmaze
2fd4a47b33 Improved Message Tags UX #419 2022-10-06 11:04:10 +02:00
the-djmaze
9f8fdb2dfb Use HTML details/summary elements for blockquote switcher 2022-09-26 11:06:42 +02:00
the-djmaze
7dc4b283b3 Simplify message .priorityHigh 2022-09-12 23:13:04 +02:00
the-djmaze
eb0cd796b0 Improved mailbox handling of empty message subject and messagelist folder detection 2022-08-04 12:18:07 +02:00
the-djmaze
70e3e6423e Added message tags toggle for #419 2022-06-03 13:47:04 +02:00
the-djmaze
a6d97a601c Translate some for #419 2022-06-02 23:13:20 +02:00
the-djmaze
baff1308e7 Remove ugly attachmentItem box-shafow 2022-05-31 20:55:55 +02:00
the-djmaze
0ebfa6af23 Reduce MessageView "Checked messages count" HTML & CSS 2022-05-31 17:13:25 +02:00
the-djmaze
a7b03ef6f6 Improved inline image size scaling 2022-04-16 12:24:16 +02:00
the-djmaze
7bbc53c8af Bugfix: message fullscreen had no left:0 2022-04-16 02:47:59 +02:00
the-djmaze
13f270f426 Resolve #298 2022-03-22 11:47:17 +01:00
the-djmaze
bb7d8e85a0 Cleanup \MailSo\Base\HtmlUtils::BuildHtml() 2022-03-03 09:54:39 +01:00
the-djmaze
f4bed88e39 Cleanup pgp decrypt code and show green when decrypted 2022-02-17 10:18:47 +01:00
the-djmaze
e59e6444d0 Bugfix: some messages have incorrect image widths 2022-02-15 14:49:04 +01:00
the-djmaze
93db6e6e0e #89 verify detached signature using GnuPG 2022-02-02 14:36:49 +01:00
the-djmaze
e265a0f1c1 Moved the message HTML parsing from PHP to JavaScript
Now we can properly parse PGP/MIME HTML messages
2022-02-02 13:02:48 +01:00
the-djmaze
d3b60bf097 #89 support decrypting using Mailvelope 2022-01-26 17:08:10 +01:00
the-djmaze
3aca446e8d Distinguish PGP signed and encrypted in message viewer 2022-01-26 15:00:03 +01:00
the-djmaze
8dcd0cf833 Changes for #89
Now it does not fetch the PGP signature, because validation was broken anyway.
Instead it validates multipart/signed according to RFC 3156 section 5 and returns details for the signed part:
* BodyPartId
* SigPartId
* MicAlg

So in the future several implementations (GnuPG, OpenPGP.js, etc.) can use the correct data for verification.
2022-01-17 15:58:23 +01:00
the-djmaze
464e766fcc Put OpenPGP check outside "plain".
This allows also for checking HTML messages (but errors for now)
2022-01-13 12:00:12 +01:00
djmaze
d4e77a97f5 Improved message header 2021-11-30 11:21:51 +01:00
djmaze
6170de5aee Drop bootstrap modal.less by using <dialog> <header> and <footer>
https://snappymail.eu/demo/ updated for testing
2021-11-07 17:06:08 +01:00
djmaze
2e34f98c80 Cleanup and improve HTML/CSS and it's JavaScript handling 2021-11-06 12:27:37 +01:00
djmaze
789dc264f7 Replace my old ResizeObserver workaround for RainLoop bugs with proper CSS flex.
And removed wysiwyg resize() in favor of flexbox.
2021-11-05 14:47:19 +01:00
djmaze
b2635eb5c6 Cleanup dropmenu css 2021-11-05 11:14:30 +01:00
djmaze
263e595ba2 Added: resize messages list vertical 2021-11-05 10:20:06 +01:00
djmaze
cca8ce065c Resolve issue #139 2021-09-02 12:09:16 +02:00
djmaze
aa16ef3dd0 Improved messageview design 2021-09-01 11:01:56 +02:00
djmaze
8273111e65 Strip unused CSS 2021-08-17 14:06:56 +02:00
djmaze
b16b184ac9 Improved focused styling 2021-07-21 21:54:07 +02:00
djmaze
e13337e247 Cleanup styling and gulp merge @media queries 2021-07-20 16:45:55 +02:00
Renamed from dev/Styles/MessageView.less (Browse further)