the-djmaze
45be0d7aa8
Bugfix: ask unload when mobile and message visible
2023-03-20 15:21:56 +01:00
the-djmaze
8ea2ff4ae8
Resolve #968
2023-03-14 12:46:12 +01:00
the-djmaze
91b4ff16bd
Reduce/simplify CSS footprint
2023-02-24 11:45:26 +01:00
the-djmaze
e1833ae032
Make layout fully responsive using matchMedia('(max-width: 799px)')
2023-02-23 13:54:32 +01:00
the-djmaze
d1823af111
More JSON properties to JavaScript camelCase
2023-02-21 11:52:50 +01:00
the-djmaze
64818025e8
Added feature to allow <style>
in messages
2023-02-14 14:54:38 +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
e01af6a7ac
Set checkMailInterval to 15 minutes by default (now that it is configurable)
2023-02-02 14:43:22 +01:00
the-djmaze
cefe679c98
Resolve #486
2023-02-01 12:21:31 +01:00
the-djmaze
07079b519a
Resolve #201
2023-01-31 14:45:50 +01:00
the-djmaze
e23e0138a9
Enable RFC 8689
2023-01-30 15:21:17 +01:00
the-djmaze
ad45bcf2cf
Changes for #796
2022-12-27 10:48:56 +01:00
the-djmaze
f2b8719223
Changes for #796
2022-12-24 23:21:43 +01:00
the-djmaze
fca7e44aa0
Make MessageList per day optional #737
2022-12-23 08:42:36 +01:00
the-djmaze
215767ed9b
Added: option to enable additional account unread messages count
2022-12-22 10:01:25 +01:00
the-djmaze
b47035ef43
Activate "Simple attachments list" for #672
2022-11-15 13:13:52 +01:00
the-djmaze
4a0a6c80fc
Resolve #574
2022-11-15 12:12:01 +01:00
the-djmaze
7fac6ca9dd
this.addObservables() to addObservablesTo()
2022-10-30 22:19:52 +01:00
the-djmaze
108dd92163
Remove unused SettingsCapa
2022-10-27 23:52:33 +02:00
the-djmaze
dec2c1e84c
AutoLogout always allowed
2022-10-27 16:05:28 +02:00
the-djmaze
dc241ded1b
v2.18.6
2022-10-12 23:08:28 +02:00
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
88f7b3d345
Added option to (un)hide Kolab folders
2022-09-27 09:46:49 +02:00
the-djmaze
d1d820da73
Drop ko.extenders.limitedList
2022-09-26 11:55:26 +02:00
the-djmaze
15dd6f5a5c
Resolve #496
2022-08-31 17:31:08 +02:00
the-djmaze
629f75d4e8
User -> Settings -> General: add more compose window defaults:
...
* Request a read receipt
* Request a delivery receipt
* Sign
* Encrypt
2022-08-09 15:34:55 +02:00
the-djmaze
3d4f804e5f
Added "Hide messages marked for deletion" #470
2022-08-02 14:20:07 +02:00
the-djmaze
435b590b3e
Drop mail composer HTML/Plain Forced to prevent confusions like in #355
2022-04-30 00:43:38 +02:00
the-djmaze
b2a492bdab
Cleanup knockout subscribables
2022-02-17 09:36:29 +01:00
the-djmaze
44ee236709
dispatchEvent(new CustomEvent(...)) to fireEvent(...)
2022-02-11 12:21:16 +01:00
the-djmaze
7680372eda
Added option to prefer HTML to plain text view.
2022-01-14 14:05:33 +01:00
the-djmaze
5757d8d464
Drop use_imap_list_subscribe and use 'HideUnsubscribed' = false
...
This prevents user questions regarding: "my folders are missing"
2022-01-12 11:55:41 +01:00
djmaze
954de06f86
Switch from ko.computed to ko.pureComputed
...
This should provide performance and memory benefits over regular computed observables
2021-12-31 13:30:05 +01:00
djmaze
e6145249fa
Bugfix: on login loading the user settings failed
2021-11-19 12:44:53 +01:00
djmaze
2cf2b1ee75
Bugfix: some folders were invisible while they should be visible
...
It all came down to a very complex subscribe system.
I changed that in a "is visible for whatever reason" system.
2021-11-03 19:25:52 +01:00
djmaze
985a4f5077
More CSS, HTML & JS cleanups
2021-09-10 09:30:06 +02:00
djmaze
081761b593
User Settings General messages per page
use <input number
instead of select
2021-09-03 16:40:16 +02:00
djmaze
7c75e11666
Resolve issue #138
2021-09-02 14:21:50 +02:00
djmaze
5eb7c7515a
Added feature request #69
2021-03-29 12:08:52 +02:00
djmaze
46531c7831
Bugfix and improve layout change handling
2021-03-19 10:09:30 +01:00
djmaze
97d5f8762d
Improve SettingsUserStore handling
2021-03-18 16:12:24 +01:00
djmaze
4b6f6b1bfc
Move addObservablesTo, addComputablesTo & addSubscribablesTo to Common/Utils
2021-03-16 10:59:47 +01:00
djmaze
6a454ec624
Convert user stores to single object instances
...
Removed unused ContactUserStore.exportingCsv and ContactUserStore.exportingVcf
2021-03-10 22:41:35 +01:00
djmaze
34b25eedea
Improve Settings handling
2021-03-10 11:44:48 +01:00
djmaze
1a5bc09bb3
Reduce amount of folder timers and improve autoLogout
2021-03-02 17:39:02 +01:00
djmaze
2982027dd2
Made SquaresDark theme really dark.
...
Due to that, e-mails with incorrect background/color settings are unreadable.
So a new feature in the settings is there to remove colors from messages.
Not perfect yet, but it works.
2021-02-24 00:17:53 +01:00
djmaze
d7994ddab6
Revamp Mobile/Desktop switcher without completely reloading.
...
Remove switcher from login page, it became useless.
2021-02-16 20:12:23 +01:00
djmaze
b1c7bd2c50
Improve and cleanup isMobile
2021-02-15 16:05:38 +01:00
djmaze
10f9ce39d9
Revamp mobile including CSS flexbox for messageListItem
2021-02-15 15:20:22 +01:00