djmaze
0b323ab870
Bugfix: when clicking \NoSelect subfolder, it redirect to parent
...
Improvement for #112
2021-08-25 12:24:27 +02:00
djmaze
8934205ede
Replace {'inbox-star-icon': isInboxStarred} with {'flag-icon': isFlagged} for future improvements
2021-08-24 21:10:49 +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
e0adf7accd
Bugfix and simplify broken folderListOptionsBuilder() due to changes for #112
2021-08-19 21:31:08 +02:00
djmaze
ba477e25ff
Resolve issue #112
2021-08-19 15:14:47 +02:00
djmaze
d536b5eeee
Change ()=>{} into ()=>0
2021-08-13 09:58:43 +02:00
djmaze
2d87b52c07
There is no 'return true' for the shortcuts system
2021-08-12 20:55:24 +02:00
djmaze
8b116fa8ba
Cleanup some code
2021-08-12 20:17:37 +02:00
djmaze
6a903bc9b2
Reduce MessageList html/css footprint
2021-08-10 12:22:55 +02:00
djmaze
48e8138764
Bugfix: "clear folder" was shown in wrong folder
2021-08-10 11:42:21 +02:00
djmaze
019de7de87
Bugfix: clicking star icon for flagged items in INBOX failed
2021-08-09 14:22:57 +02:00
djmaze
b16b184ac9
Improved focused styling
2021-07-21 21:54:07 +02:00
djmaze
5590fd4860
isNonEmptyArray => arrayLength
2021-07-21 21:34:17 +02:00
djmaze
eec3f46c34
Bugfix: messageview focused [Tab] key should not traverse back to messagelist
2021-07-21 14:15:31 +02:00
djmaze
e13337e247
Cleanup styling and gulp merge @media queries
2021-07-20 16:45:55 +02:00
djmaze
bb15cd1ec3
Resolve Issue #100
2021-07-19 11:57:47 +02:00
djmaze
8aa9b0b33f
Speedup foldercollection
2021-04-23 13:01:51 +02:00
djmaze
29fe73d4e7
Cleanup .bind(
2021-04-23 10:47:24 +02:00
djmaze
3d10bbface
Added SpamResult
2021-04-09 09:01:48 +02:00
djmaze
168ee911b3
Added: Show spam score in % in message detailed info
...
Currently only for SpamAssassin and Rspamd
2021-04-08 15:56:46 +02:00
djmaze
89cbcf6f63
Remove unused properties and improved message view header
2021-04-07 16:35:46 +02:00
djmaze
687afdef6a
Resolve quota issue #75
2021-04-06 23:03:20 +02:00
djmaze
581c89d502
Cleanup unused properties
2021-03-30 11:48:22 +02:00
djmaze
1129db3f04
Improved #67
2021-03-29 22:05:35 +02:00
djmaze
64cf19746d
Finish the sort feature
2021-03-27 16:02:48 +01:00
djmaze
7eeed62b09
Get sorting working for #67
2021-03-27 00:57:04 +01:00
djmaze
7eaaa0a793
Upgrade i18n() to use Object.entries()
...
And replace quoted object keys to be without quotes
2021-03-24 21:26:40 +01:00
djmaze
ce74b2e92f
Cleanup more iError && data.Result
2021-03-18 14:48:21 +01:00
djmaze
676de1ed23
Simplify AppUserStore.contactsIsAllowed
2021-03-17 10:05:22 +01:00
djmaze
845483d127
Bugfix: messagelist viewAppendArea failed to missing observableArray
2021-03-16 17:09:39 +01:00
djmaze
0b64083543
Array.isArray to isArray
...
Array.isNotEmpty to isNonEmptyArray
2021-03-16 16:49:14 +01:00
djmaze
986b8f056b
prevent creation of _defineProperty() function
2021-03-16 16:08:01 +01:00
djmaze
eff92c3152
Cleanup AppUserStore
...
Simplify KeyState/Focused as Scope enum
2021-03-16 16:06:16 +01:00
djmaze
4a8d516123
Changed: StorageResultType to error result code
2021-03-16 09:46:23 +01:00
djmaze
9c14ba1b9d
Remove messageVisibilityCommand
2021-03-12 17:08:58 +01:00
djmaze
227db0e0c3
Simplify MessageUserStore
2021-03-12 16:54:37 +01:00
djmaze
5e0f637b12
Removed unused detectDomBackgroundColor
2021-03-12 11:57:07 +01:00
djmaze
424167d43f
Remove message background color detection.
...
It is useless without text color and breaks dark mode
2021-03-12 11:56:44 +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
e7b1ce7509
Globalize message composer popup window
2021-03-10 11:43:23 +01:00
djmaze
5601e100d9
Bugfix: MouseEvent.which is not reliable
2021-03-10 09:43:31 +01:00
djmaze
e8deb4ff16
Remove capa.Folders and always allow mailbox folders
2021-03-06 10:07:54 +01:00
djmaze
e770f28949
Added: support for real Fullscreen
2021-03-03 11:16: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
e52b9abc61
Cleanup more CSS and JS
...
and merge/cleanup/redesign composer attachments
2021-02-22 15:16:33 +01:00
djmaze
540b12ed26
Replace babel command decorators with proper knockout command decorators
2021-02-19 12:09:20 +01:00
djmaze
db0d03db83
Bugfix: conflicting File object with native JS
...
Cleanup: Stores and tooltips
2021-02-17 14:40:21 +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