djmaze
df293960d0
Remove unused startup_url
2021-12-07 16:51:09 +01:00
djmaze
3a61bb3e5a
Revamp the FullNameHash system for better readable urls
...
And reduce the folders caching footprint.
And it reduces server load.
2021-12-07 14:03:30 +01:00
djmaze
148913ea32
More MessageFlagsCache improvements
2021-12-07 00:05:55 +01:00
djmaze
d734a3e415
Better mail message handling
...
* Cleanup HTML parsing
* Drop useless Microsoft 'Sensitivity' MIME Header
* Revamp Flags handling
2021-12-06 16:08:58 +01:00
djmaze
35bce8cf62
Also reduce admin remote fetch
2021-12-03 00:11:19 +01:00
djmaze
792fee547a
change AbstractFetchRemote with a better structure
2021-12-02 23:15:24 +01:00
djmaze
0d809dd574
Cleanup additional accounts in system menu
2021-12-02 11:12:21 +01:00
djmaze
6d7911a9ed
Object.entries().forEach() to forEachObjectEntry()
2021-12-01 14:23:37 +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
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
6ae38bfe1b
Improved mobile view
2021-11-16 13:15:02 +01:00
djmaze
6b8020b8f5
Improved additional account management
2021-11-15 10:56:52 +01:00
djmaze
b057c4083e
Prepare some code for cleaner account switching without reload
2021-11-13 09:46:59 +01:00
djmaze
2c363e63a0
small code cleanup ()=>0 to null
2021-11-13 09:45:06 +01:00
djmaze
ce413b7b7a
Some account switch reload improvements
2021-11-12 09:36:08 +01:00
djmaze
42bf782c6a
When switching to additional account fails, show account update screen
2021-11-11 23:22:04 +01:00
djmaze
739aeaded5
Improved the Switch account system for better feedback to user
2021-11-11 21:01:39 +01:00
djmaze
597ea21b70
Prepared code to switch accounts without reload (not working yet)
2021-11-11 17:14:06 +01:00
djmaze
5b0dd471bc
Improved the (User|Admin) Settings screens
2021-11-07 21:19:48 +01:00
djmaze
6170de5aee
Drop bootstrap modal.less by using <dialog> <header> and <footer>
...
https://snappymail.eu/demo/ updated for testing
2021-11-07 17:06:08 +01:00
djmaze
880d4a05e9
Drop the ko.bindingHandlers.modal as click.koModal is never used
...
And replace hideScreenPopup() with this.closeCommand();
2021-11-06 22:08:45 +01:00
djmaze
2e34f98c80
Cleanup and improve HTML/CSS and it's JavaScript handling
2021-11-06 12:27:37 +01:00
djmaze
789dc264f7
Replace my old ResizeObserver workaround for RainLoop bugs with proper CSS flex.
...
And removed wysiwyg resize() in favor of flexbox.
2021-11-05 14:47:19 +01:00
djmaze
d305e090c5
Cleanup CSS for paginator and filters
2021-11-05 11:17:46 +01:00
djmaze
b2635eb5c6
Cleanup dropmenu css
2021-11-05 11:14:30 +01:00
djmaze
e0f0ea7c46
Bugfix: collapsedPrivate() undefined
2021-11-04 15:15:40 +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
2a7348081a
Remove useless clearPopup() functions
2021-11-03 14:58:34 +01:00
djmaze
ba895ba887
Improved new AdvancedSearch
2021-11-03 14:47:03 +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
e52addf346
When login don't reload the whole browser. Just rebuilt screens
2021-11-01 11:24:11 +01:00
djmaze
9db640c6c5
No need to set page=1 when calling mailBox()
2021-10-29 15:25:00 +02:00
djmaze
d952ec5930
Resolve issue #153
2021-10-27 08:47:02 +02:00
djmaze
4d6d0622e5
Speedup generating folderlist
2021-10-26 15:43:27 +02:00
djmaze
7e2d86cefe
Rename kolab to kolabType for better naming
2021-10-14 10:37:07 +02:00
djmaze
ef9d1ed220
Improved Kolab folders visibility
2021-10-14 09:43:20 +02:00
djmaze
1fdcc68518
Skip all non-visible folders in folderList instead of being hidden
2021-10-13 15:41:22 +02:00
djmaze
9158fcd0eb
Improve AppUser.bootstart
2021-09-23 14:24:06 +02:00
djmaze
3c8cdcbb07
Drop useless "disable settings screen"
2021-09-23 11:05:19 +02:00
djmaze
8010229d6b
Merge SystemDropDownMailBoxUserView & SystemDropDownSettingsUserView into SystemDropDownUserView
2021-09-23 10:40:10 +02:00
djmaze
c9fe7516c4
Remove unused parameter 'name' in views
2021-09-23 09:41:02 +02:00
djmaze
8be4c384bb
Improved AbstractScreen properties
...
Improved settings screens
Views:
* sDefaultScope & sCurrentScope to sub-class keyScope
* drop viewModelVisible
* rename viewModelTemplateID to templateID
* rename viewModelPosition to viewType
2021-09-22 20:17:44 +02:00
djmaze
11f69ef9e4
Drop popupVisibilityNames/viewModelName in favor of the new visiblePopups Set
2021-09-22 13:37:12 +02:00
djmaze
2227e8ca21
No need to disable help screen
2021-09-17 14:37:18 +02:00
djmaze
10143cf48f
Remove useless "disable reload" feature
2021-09-17 14:25:52 +02:00
djmaze
fa136cd529
Drop useless messagelist_actions feature
2021-09-17 14:07:52 +02:00
djmaze
00088ef547
No need to disable Composer (new message), so drop the feature
2021-09-17 13:58:49 +02:00
djmaze
134deb8d73
Drop unused user mail templates system
2021-09-17 10:32:58 +02:00
djmaze
9e28eb5fc7
Improved Jua uploader
2021-09-14 12:50:56 +02:00
djmaze
2cb73643ca
Improved dropdown menu's handling
2021-09-14 10:06:38 +02:00
djmaze
96e2e6576c
IMAP UID is integer
2021-09-10 16:28:29 +02:00
djmaze
985a4f5077
More CSS, HTML & JS cleanups
2021-09-10 09:30:06 +02:00
djmaze
023c8f603b
some ko.computed() to addComputables()/addComputablesTo()
2021-09-03 16:37:20 +02:00
djmaze
1457039448
Bugfix issue #139
2021-09-02 13:38:59 +02:00
djmaze
47bbd3d410
Bugfix: exitFullscreen() errors
2021-09-01 11:01:13 +02:00
djmaze
c8678953fe
Resolve issue #130
2021-08-26 20:31:38 +02:00
djmaze
d7a30cba79
Revamp tabs system using CSS display:grid
instead of JavaScript
2021-08-26 08:10:56 +02:00
djmaze
3ad9bb6258
Cleanup some code
2021-08-25 13:22:40 +02:00
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
cc03546484
Reduce JavaScript footprint
2021-08-20 15:40:07 +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
1c95eab6d6
Bugfix and improve Squire HTML/Plain modes
2021-08-16 18:09:54 +02:00
djmaze
2a6a1ff799
Improved keyboard shortcuts handling
2021-08-13 10:03:13 +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
64a7b82408
Bugfix: Help screen broken tabbing shortcuts
2021-08-12 20:33:13 +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
fd293b723b
Resolve Issue #104
2021-08-09 11:13:10 +02:00
djmaze
56e8ea664d
Cleanup user login JavaScript code
2021-07-23 11:57:45 +02:00
djmaze
0a69c6410d
Added support for JavaScript FormData
...
As preparation for 2FA plugins and easier Fetch calls
2021-07-23 11:40:03 +02:00
djmaze
bf75cf7946
Added 2FA TOTP on admin login
...
https://github.com/the-djmaze/snappymail/issues/84#issuecomment-818808101
2021-07-22 21:36:44 +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
5213b804d9
Some tiny changes
2021-07-16 16:24:07 +02:00
djmaze
d69743cee5
Cleanup closeCommand & cancelCommand because both are defined for popups
2021-07-16 09:11:10 +02:00
djmaze
bf9b47ce85
Added: compose window on mobile use Fullscreen API
2021-07-15 21:01:41 +02:00
djmaze
51d9c3adbb
Uncaught (in promise) TypeError: oData is undefined
2021-07-14 10:32:21 +02:00
djmaze
df8de36f91
Merge remote-tracking branch 'upstream/master'
2021-05-13 00:42:12 +02:00
RainLoop Team
90e41635ed
Update locales
2021-05-06 03:39:59 +03:00
djmaze
a7ae087f18
More HTML cleanups
2021-05-01 10:02:40 +02:00
djmaze
109c6b6ab5
Cleanup HTML and CSS
2021-04-30 16:39:27 +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
60a4a248d1
Simplify onWarmUp into onBuild
2021-04-23 00:12:42 +02:00
djmaze
3572d00a10
Cleanup admin code
2021-04-22 21:56:01 +02:00
djmaze
75c879836c
Settings menus:
...
- remove .disabled, never used
- cleanup/simplify code
2021-04-22 16:02:12 +02:00
djmaze
8af35f7d39
Move login forgotPasswordLinkUrl/registrationLinkUrl to plugin
2021-04-22 13:59:22 +02:00
djmaze
ca9b8c8c7f
Drop additionalCode for #84
2021-04-12 21:35:36 +02:00
djmaze
48fa1a1fdc
Drop 2FA, read #84
2021-04-12 19:15:33 +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
0dbc534305
Drop unused NullFolder
2021-03-29 09:38:18 +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
fe4dbc729c
Added isFunction()
2021-03-24 14:22:25 +01:00
djmaze
b4ab5b891a
replaced knockout hasfocus with autofocus=""
2021-03-23 22:57:40 +01:00
djmaze
650e962fdf
Cleanup function folderListOptionsBuilder()
2021-03-23 22:45:30 +01:00
djmaze
4bcfc81830
Small speedup/cleanup of some code
2021-03-23 14:48:34 +01:00
djmaze
cca0fc15da
Added HTML5 form.reportValidity() to login screens
...
This improves browser feedback on form errors
2021-03-23 11:28:36 +01:00
djmaze
f69b1195e6
Based on RainLoop discussion #2079 ,
...
i've added a security option to set Sender per Domain.
NOTE: Not tested yet
2021-03-22 14:17:18 +01:00
djmaze
ce74b2e92f
Cleanup more iError && data.Result
2021-03-18 14:48:21 +01:00
djmaze
11fd6736bb
Set response ErrorCode as iError for easier fetch error handling
2021-03-18 12:33:13 +01:00
djmaze
a46c0c3b21
Put AppUserStore.currentAudio in AbstractSystemDropDownUserView
2021-03-17 10:09:10 +01:00
djmaze
676de1ed23
Simplify AppUserStore.contactsIsAllowed
2021-03-17 10:05:22 +01:00
djmaze
8157692a29
Bugfix: compose popup had two autosave timers
2021-03-17 10:03:57 +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
4b6f6b1bfc
Move addObservablesTo, addComputablesTo & addSubscribablesTo to Common/Utils
2021-03-16 10:59:47 +01:00
djmaze
4a8d516123
Changed: StorageResultType to error result code
2021-03-16 09:46:23 +01:00
djmaze
0345050344
Simplify DomainAdminStore, PackageAdminStore and PluginAdminStore
2021-03-14 22:36:23 +01:00
djmaze
bde4d147bb
Cleanup Filters/Sieve capa
2021-03-14 12:15:48 +01:00
djmaze
87a56f5341
Cleanup eslint
2021-03-12 23:56:22 +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
f9ded86221
When reply/sending e-mail:
...
- remove Microsoft Office styling
- remove HubSpot HTML attributes
2021-03-12 11:41: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
bc360eccf9
Reduce more CSS
2021-03-09 14:50:09 +01:00
djmaze
e2d6528bf5
Bugfix: message threaded mode was broken (knockout computable requires call to observable)
2021-03-08 15:21:54 +01:00
djmaze
e8deb4ff16
Remove capa.Folders and always allow mailbox folders
2021-03-06 10:07:54 +01:00
djmaze
1ac96c93d6
Improved responsive view
...
Removed unused CSS
2021-03-05 16:46:40 +01:00
djmaze
e770f28949
Added: support for real Fullscreen
2021-03-03 11:16:02 +01:00
djmaze
1a5bc09bb3
Reduce amount of folder timers and improve autoLogout
2021-03-02 17:39:02 +01:00
djmaze
0fa0b975ef
Bugfix: plugin config failed
2021-03-02 09:51:52 +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
fac36e828b
Cleanup Squire and Knockout with help of Chromium Code Coverage
...
Bugfix: Squire inlineNodeNames the 'I' tag was missing
Improved: Squire style editing
2021-02-23 22:50:48 +01:00