the-djmaze
|
a51f86ae28
|
Make the "show inline images as attachments" optional and cleanup localization data
|
2022-10-03 20:15:12 +02:00 |
|
the-djmaze
|
02eb5ad4e8
|
Improved inline attachments visibility to prevent questions
|
2022-10-03 17:48:46 +02:00 |
|
the-djmaze
|
aa357af4c5
|
Remove more tracking params
|
2022-10-03 16:11:44 +02:00 |
|
the-djmaze
|
da451ed369
|
Also show inline images as attachments
|
2022-10-03 16:04:39 +02:00 |
|
the-djmaze
|
7f63a1e82d
|
Bugfix: stripTracking broke plain text view
|
2022-10-03 12:45:35 +02:00 |
|
the-djmaze
|
a3585a859f
|
stripTracking DHL, Google and Outlook
stripTracking no need for `g` and `s` RegEx modifiers
|
2022-10-03 12:25:20 +02:00 |
|
the-djmaze
|
4473043623
|
Catch JSON.parse errors
|
2022-10-03 09:20:54 +02:00 |
|
the-djmaze
|
8980fc9cb1
|
Solution for #540 ?
|
2022-10-02 19:39:24 +02:00 |
|
the-djmaze
|
73ddc6c4b9
|
Also decode Mandrill custom tracking domain
|
2022-10-02 19:38:04 +02:00 |
|
the-djmaze
|
23bbd10b9a
|
Resolve #538
|
2022-10-02 15:19:23 +02:00 |
|
the-djmaze
|
e623351d24
|
Resolve #539
|
2022-10-02 00:21:02 +02:00 |
|
the-djmaze
|
ab816e9e09
|
Resolve #538
|
2022-10-02 00:15:49 +02:00 |
|
the-djmaze
|
8ca651b2fa
|
Bugfix: this.isPlainEditor is not a function #541
|
2022-10-01 16:37:28 +02:00 |
|
the-djmaze
|
261d9ba59c
|
First decode tracking links, then strip query parameters
|
2022-10-01 10:28:44 +02:00 |
|
the-djmaze
|
55bf83e02a
|
Added: replace Mandrill (Mailchimp) tracking links with normal links
|
2022-10-01 10:00:04 +02:00 |
|
the-djmaze
|
69ae65b4bb
|
Allow setting cookie SameSite #537
|
2022-09-30 16:51:03 +02:00 |
|
the-djmaze
|
fff3e5c9ce
|
v2.18.3
|
2022-09-30 14:47:53 +02:00 |
|
the-djmaze
|
f05bb205e5
|
Bugfix: Call to a member function append() on null
|
2022-09-30 14:10:02 +02:00 |
|
the-djmaze
|
97cae30a51
|
Drop in_iframe and X-Frame-Options due to CSP, found while investigating #537
|
2022-09-30 14:01:57 +02:00 |
|
the-djmaze
|
54107ca937
|
Fix mailto: that i broke in #484
|
2022-09-30 11:38:51 +02:00 |
|
the-djmaze
|
ec24392664
|
https://github.com/RainLoop/rainloop-webmail/issues/2188
|
2022-09-30 10:27:57 +02:00 |
|
the-djmaze
|
8ea778a8d4
|
Drop the mostly unused InputComponent and use normal <input>
|
2022-09-30 10:17:19 +02:00 |
|
the-djmaze
|
b28d818c86
|
Added CSS --border-color for better styling
|
2022-09-29 22:40:50 +02:00 |
|
the-djmaze
|
a0d62079eb
|
Remove unused use_mobile_version_for_tablets
|
2022-09-29 15:53:12 +02:00 |
|
the-djmaze
|
0b86c55d00
|
Bugfix: PHP log should not always be filled with notices
|
2022-09-29 15:22:56 +02:00 |
|
the-djmaze
|
690656e4d1
|
Make the new Admin => Config experimental editable #189
|
2022-09-29 15:06:23 +02:00 |
|
the-djmaze
|
1c542b33e7
|
Fix some styling and change "add folder" glyph and "copy messages" glyph
|
2022-09-29 10:55:24 +02:00 |
|
the-djmaze
|
2651b6fd93
|
Remove the old "move to folder" behaviour option
|
2022-09-29 10:08:45 +02:00 |
|
the-djmaze
|
456f304338
|
Removed CheckboxSimple component (was only used at login)
|
2022-09-28 23:32:04 +02:00 |
|
the-djmaze
|
976b1d54bd
|
Remove cursor: copy #532
|
2022-09-28 14:58:57 +02:00 |
|
the-djmaze
|
c2ef5abd79
|
cleanup dragmessages code
|
2022-09-28 14:55:10 +02:00 |
|
the-djmaze
|
afe4da1f65
|
Resolve #532
|
2022-09-28 09:29:45 +02:00 |
|
the-djmaze
|
a8f4bab23e
|
Ignore visual feedback vs ctrlKey #532
|
2022-09-27 23:56:46 +02:00 |
|
the-djmaze
|
1fee4fc940
|
cleanup code a bit
|
2022-09-27 23:55:29 +02:00 |
|
the-djmaze
|
0fce269a82
|
listCheckedOrSelectedUidsWithSubMails() now returns Set instead of Array
|
2022-09-27 23:46:13 +02:00 |
|
the-djmaze
|
55faeaa1d1
|
cleanup dragmessages draggable
|
2022-09-27 21:09:54 +02:00 |
|
the-djmaze
|
918af4ecf5
|
resolve #533
|
2022-09-27 19:15:20 +02:00 |
|
the-djmaze
|
0200bf1674
|
rename deleteMessagesFromFolder() to moveMessagesToFolderType() as it is 90% to move instead of delete
|
2022-09-27 18:59:07 +02:00 |
|
the-djmaze
|
cfbc04d3a4
|
Resolve #534
|
2022-09-27 18:56:28 +02:00 |
|
the-djmaze
|
b047f6ca9a
|
simplify messagelist dragOverArea
|
2022-09-27 16:57:29 +02:00 |
|
the-djmaze
|
c64ec1b2d8
|
improved HtmlEditor html source handling
|
2022-09-27 11:21:47 +02:00 |
|
the-djmaze
|
88f7b3d345
|
Added option to (un)hide Kolab folders
|
2022-09-27 09:46:49 +02:00 |
|
the-djmaze
|
ba8188978d
|
Cleanup ComposerPopup code
|
2022-09-27 09:45:35 +02:00 |
|
the-djmaze
|
03dabc1537
|
Drop LABEL_HAS_ATTACHMENTS
|
2022-09-26 19:01:23 +02:00 |
|
the-djmaze
|
be777c1784
|
Merge pull request #531 from Mimoza/patch-2
Update french translations
|
2022-09-26 19:00:01 +02:00 |
|
the-djmaze
|
c023b32e75
|
Merge pull request #530 from Mimoza/patch-1
Revert last commit to put back in place French translation
|
2022-09-26 18:59:49 +02:00 |
|
the-djmaze
|
ceaab4eeb7
|
Merge branch 'master' into patch-1
|
2022-09-26 18:59:40 +02:00 |
|
the-djmaze
|
4301d92d0b
|
Change Squire HTML<>TEXT button for clarity as discussed
https://github.com/the-djmaze/snappymail/issues/498#issuecomment-1257076375
|
2022-09-26 14:32:47 +02:00 |
|
the-djmaze
|
218b512526
|
Drop unused translation SETTINGS_FILTERS/LOADING_PROCESS
|
2022-09-26 14:31:10 +02:00 |
|
the-djmaze
|
118558cdfd
|
Renamed SaveSettingsStep to more logical SaveSettingStatus
|
2022-09-26 14:02:30 +02:00 |
|