the-djmaze
|
7fac6ca9dd
|
this.addObservables() to addObservablesTo()
|
2022-10-30 22:19:52 +01:00 |
|
the-djmaze
|
7b6603719e
|
v2.18.5
|
2022-10-07 13:17:50 +02:00 |
|
the-djmaze
|
2defb7ec35
|
Better keyword/tags/labels handling for #419
|
2022-10-06 10:42:21 +02:00 |
|
the-djmaze
|
875dae0755
|
Allow searching on keyword/tag/label #419
|
2022-10-05 11:32:06 +02:00 |
|
the-djmaze
|
d1d820da73
|
Drop ko.extenders.limitedList
|
2022-09-26 11:55:26 +02:00 |
|
the-djmaze
|
732b6eb641
|
Use JavaScript Optional chaining
|
2022-09-02 11:52:07 +02:00 |
|
the-djmaze
|
88222034e6
|
No need to filter FolderUserStore.getNextFolderNames() result
|
2022-08-18 09:06:02 +02:00 |
|
the-djmaze
|
18dc2889ce
|
Cleanup folder handling a bit
|
2022-08-03 11:06:09 +02:00 |
|
the-djmaze
|
118505f91e
|
Use JMAP rfc8621 section-2 totalEmails , unreadEmails and isSubscribed
|
2022-06-01 22:50:35 +02:00 |
|
the-djmaze
|
824311937a
|
Improved Kolab AddressBook/Contacts
|
2022-05-13 16:17:13 +02:00 |
|
the-djmaze
|
661cd2aaf9
|
Restructure JavaScript
Split list code from MessageUserStore into MessagelistUserStore
Move functions out of AppUser
|
2022-02-23 19:26:52 +01:00 |
|
the-djmaze
|
b2a492bdab
|
Cleanup knockout subscribables
|
2022-02-17 09:36:29 +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
|
792fee547a
|
change AbstractFetchRemote with a better structure
|
2021-12-02 23:15:24 +01:00 |
|
djmaze
|
547d66ebcb
|
Easier SystemFolders handling
|
2021-12-01 13:54:35 +01:00 |
|
djmaze
|
d33ec54c1c
|
FolderFullNameRaw is gone due to UTF8
|
2021-11-30 10:19:43 +01:00 |
|
djmaze
|
664f2d466a
|
Removed unused var
|
2021-11-25 14:21:09 +01:00 |
|
djmaze
|
e27fb46500
|
Resolve CardDAV sync not working due to new login system #163
|
2021-11-24 08:36:27 +01:00 |
|
djmaze
|
299ec7faf8
|
Support RFC 6855 / RFC 5738 (UTF8)
|
2021-11-22 21:01:30 +01:00 |
|
djmaze
|
2c363e63a0
|
small code cleanup ()=>0 to null
|
2021-11-13 09:45:06 +01:00 |
|
djmaze
|
6c797c34f8
|
Activated search subfolders as request by #154
|
2021-11-03 02:28:01 +01:00 |
|
djmaze
|
8d3bcdc2f2
|
Merge quota requests into folders request
|
2021-11-01 16:26:07 +01:00 |
|
djmaze
|
d0210bd09a
|
No need to call folderInformationMultiply at boot when LIST-STATUS is supported
|
2021-10-27 15:30:19 +02:00 |
|
djmaze
|
4d6d0622e5
|
Speedup generating folderlist
|
2021-10-26 15:43:27 +02:00 |
|
djmaze
|
c039e813a6
|
Forward if METADATA is supported to JavaScript
|
2021-10-15 12:34:45 +02:00 |
|
djmaze
|
023c8f603b
|
some ko.computed() to addComputables()/addComputablesTo()
|
2021-09-03 16:37:20 +02:00 |
|
djmaze
|
8a22ddff5e
|
Improved #121
|
2021-08-25 16:27:17 +02:00 |
|
djmaze
|
ef4d604f6d
|
Bugfixes and improvements for Folderlist
|
2021-08-24 18:23:17 +02:00 |
|
djmaze
|
327d6c32ca
|
Improved FolderCollection handling and try to solve https://github.com/the-djmaze/snappymail/issues/112#issuecomment-904193275
|
2021-08-24 15:53:39 +02:00 |
|
djmaze
|
2def2fc118
|
IMAP \archive is not the same \all, so split it
|
2021-08-23 17:23:43 +02:00 |
|
djmaze
|
cc03546484
|
Reduce JavaScript footprint
|
2021-08-20 15:40:07 +02:00 |
|
djmaze
|
ba477e25ff
|
Resolve issue #112
|
2021-08-19 15:14:47 +02:00 |
|
djmaze
|
64cf19746d
|
Finish the sort feature
|
2021-03-27 16:02:48 +01:00 |
|
djmaze
|
883bf6b026
|
Start https://github.com/the-djmaze/snappymail/issues/67#issuecomment-806948346
|
2021-03-26 15:07:14 +01:00 |
|
djmaze
|
650e962fdf
|
Cleanup function folderListOptionsBuilder()
|
2021-03-23 22:45:30 +01:00 |
|
djmaze
|
87bee226b4
|
Easier refresh Folders
|
2021-03-18 13:52:56 +01:00 |
|
djmaze
|
004eba6be2
|
Updated subscribables
|
2021-03-16 11:38:40 +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
|
f3bfa0e8c1
|
Cleanup and split Enums
|
2021-01-24 22:58:06 +01:00 |
|
djmaze
|
b6f0b634fb
|
Cleanup calls to Knockout observableArray
Improved Knockout observableArray
|
2021-01-22 12:23:20 +01:00 |
|
djmaze
|
324c7121cc
|
Added more comment to displaySpecSetting
|
2020-12-10 14:22:46 +01:00 |
|
djmaze
|
d34729a1ae
|
Resolve https://github.com/the-djmaze/snappymail/issues/47
|
2020-12-10 14:19:03 +01:00 |
|
djmaze
|
54f3337f01
|
Changes for https://github.com/the-djmaze/snappymail/issues/47
* don't divide folder.interval time, it has no purpose
* up the limit to 10 folders per request
folder.checkable() is still broken
|
2020-12-09 22:30:57 +01:00 |
|
djmaze
|
7db7d5545b
|
Improved observables
|
2020-10-27 11:09:24 +01:00 |
|
djmaze
|
3eb6ab1ef7
|
Improved knockout observables management to prevent memory leaks
|
2020-10-26 12:54:03 +01:00 |
|
djmaze
|
1d6a636433
|
Split Common/Utils.js
Because admin app doesn't need most of them
|
2020-10-14 19:16:37 +02:00 |
|
djmaze
|
c3a2da65df
|
Revamp array filtering
Replaced fakeMd5 with new Jua.randomId
Cleanup more code
|
2020-10-02 23:54:15 +02:00 |
|
djmaze
|
4257d9ca78
|
Resolve https://github.com/the-djmaze/snappymail/issues/10
|
2020-09-24 15:08:57 +02:00 |
|