the-djmaze
|
9cabfe7570
|
Merge branch 'master' into rtl-support
|
2023-04-18 09:54:24 +02:00 |
|
the-djmaze
|
c7cc250b1e
|
Resolve #1086
|
2023-04-18 09:31:14 +02:00 |
|
the-djmaze
|
8630b418d1
|
Resolve #1082
|
2023-04-18 09:22:04 +02:00 |
|
the-djmaze
|
20a2f5f185
|
Added base code for RTL support #1056
|
2023-04-11 12:55:59 +02:00 |
|
the-djmaze
|
da2ab68fcc
|
Cleanup some enums to consts
|
2023-04-03 10:29:26 +02:00 |
|
the-djmaze
|
17b1deb95b
|
FolderInformation() use jsonSerialize()
|
2023-03-13 10:46:40 +01:00 |
|
the-djmaze
|
8c7fd77762
|
Resolve #1001
|
2023-03-06 11:55:32 +01:00 |
|
the-djmaze
|
5436253ffd
|
Cache changes for #1003
|
2023-03-06 11:36:23 +01:00 |
|
the-djmaze
|
d8b05ee361
|
Resolve #992
|
2023-02-25 14:16:04 +01:00 |
|
the-djmaze
|
a86c5ba639
|
bugfix: unicode mailto: addresses
|
2023-02-23 18:43:27 +01:00 |
|
the-djmaze
|
d92f25973b
|
fix unicode email address matching #955
|
2023-02-23 17:38:41 +01:00 |
|
the-djmaze
|
5ef79e5148
|
Also match unicode email addresses #955
|
2023-02-23 17:24:23 +01:00 |
|
the-djmaze
|
7f62d9b7aa
|
remove unused aCache
|
2023-02-23 15:43:43 +01:00 |
|
the-djmaze
|
e1833ae032
|
Make layout fully responsive using matchMedia('(max-width: 799px)')
|
2023-02-23 13:54:32 +01:00 |
|
the-djmaze
|
d10aec8f08
|
Resolve #955 and allow unicode
|
2023-02-22 08:51:33 +01:00 |
|
the-djmaze
|
1c1b043a50
|
Improved key event handling
|
2023-02-21 14:26:37 +01:00 |
|
the-djmaze
|
d1823af111
|
More JSON properties to JavaScript camelCase
|
2023-02-21 11:52:50 +01:00 |
|
the-djmaze
|
8d52b0afdf
|
Bugfix: Notification enum conflicts with window.Notification
|
2023-02-20 15:59:37 +01:00 |
|
the-djmaze
|
8a8d1d756e
|
centralize elementById('rl-app')
|
2023-02-20 15:47:46 +01:00 |
|
the-djmaze
|
e56d1cf5c6
|
Resolve #954
|
2023-02-20 11:50:11 +01:00 |
|
the-djmaze
|
3e99f760a4
|
Resolve #953
|
2023-02-20 11:25:20 +01:00 |
|
the-djmaze
|
4fb359be59
|
Improved messages cache handling and fixed broken messagesBodiesDom
|
2023-02-20 10:49:22 +01:00 |
|
the-djmaze
|
75a6353445
|
Remove CSS white-space from messages to prevent annoying side scrolling
|
2023-02-17 13:35:59 +01:00 |
|
the-djmaze
|
3b7deb1328
|
Improved cleanHtml() and cleanCSS() handling
|
2023-02-17 08:54:17 +01:00 |
|
the-djmaze
|
a9eff27f99
|
Resolve #972
|
2023-02-16 16:08:05 +01:00 |
|
the-djmaze
|
5216535278
|
Move the "upload EML file to mailbox" Append feature into a DoFolderAppend()
|
2023-02-16 13:13:23 +01:00 |
|
the-djmaze
|
fb2eb62f83
|
Rename Folder Hash to ETag as it is the more obvious name
|
2023-02-16 10:55:23 +01:00 |
|
the-djmaze
|
4852895488
|
Resolve #967 btoa() issue
|
2023-02-15 17:29:47 +01:00 |
|
the-djmaze
|
ae1e6184c3
|
Resolve #956
|
2023-02-15 11:57:30 +01:00 |
|
the-djmaze
|
7a762e50c7
|
Resolve #957
|
2023-02-15 11:57:01 +01:00 |
|
the-djmaze
|
8058c8d2f6
|
Allow <body> element CSS as .mail-body
|
2023-02-15 11:26:21 +01:00 |
|
the-djmaze
|
bd9e50f222
|
Bugfix: new CSS <style> removing (background-)?color failed
|
2023-02-14 16:51:51 +01:00 |
|
the-djmaze
|
5105f6d4c1
|
Improved handling of secure message <style> CSS class names
|
2023-02-14 15:21:43 +01:00 |
|
the-djmaze
|
64818025e8
|
Added feature to allow <style> in messages
|
2023-02-14 14:54:38 +01:00 |
|
the-djmaze
|
aae3072209
|
Prepare cleanHtml() for new feature
|
2023-02-14 14:07:38 +01:00 |
|
the-djmaze
|
614e6c5756
|
Don't clone message for viewing, so that there is instant interaction with messagelist item
|
2023-02-14 10:11:25 +01:00 |
|
the-djmaze
|
ceac15ace9
|
Bugfix: middleclick failed when messagesDom not yet initialized
|
2023-02-13 16:36:38 +01:00 |
|
the-djmaze
|
33653eae81
|
Improved email address parsing and handling
|
2023-02-13 16:15:26 +01:00 |
|
the-djmaze
|
415102aa37
|
Replace Element.fromHTML() with createElement()
|
2023-02-11 20:38:57 +01:00 |
|
the-djmaze
|
b448b8661d
|
Properly fix #928 by redesign using display: flex
|
2023-02-08 17:39:30 +01:00 |
|
the-djmaze
|
7aa5142047
|
Speedup cleanHtml() parser
|
2023-02-07 08:56:51 +01:00 |
|
the-djmaze
|
a1441c9f22
|
Removed disabled blockquote height calculator for #902
|
2023-02-07 08:51:02 +01:00 |
|
the-djmaze
|
a6e8e5cb82
|
Disable blockquotes height calculation for #902
|
2023-02-06 11:14:53 +01:00 |
|
the-djmaze
|
fc5b26dfc2
|
Added message maximum quoted text level for speed.
Read https://github.com/the-djmaze/snappymail/issues/902#issuecomment-1416777217
|
2023-02-04 16:39:50 +01:00 |
|
the-djmaze
|
426c92fe33
|
Make collapse quotes optional for #902
|
2023-02-03 14:40:56 +01:00 |
|
the-djmaze
|
b182372b83
|
Speedup for #902
|
2023-02-03 12:12:40 +01:00 |
|
the-djmaze
|
c6db5f1def
|
Move blockquote switcher to HTML parser #902
|
2023-02-03 11:17:16 +01:00 |
|
the-djmaze
|
722bec1a1a
|
Resolve #900
|
2023-02-02 22:06:43 +01:00 |
|
the-djmaze
|
cefe679c98
|
Resolve #486
|
2023-02-01 12:21:31 +01:00 |
|
the-djmaze
|
7578d18cab
|
cleanup folderInformation() request
|
2023-01-31 12:47:21 +01:00 |
|