Commit graph

1961 commits

Author SHA1 Message Date
the-djmaze 705000b46a cleanup populateMessageBody() 2022-09-23 15:01:55 +02:00
the-djmaze 4277ff95da Resolve #498 2022-09-23 13:42:28 +02:00
the-djmaze 5c43378d71 Move SettingsUserStore.removeColors() to cleanHtml() 2022-09-23 13:41:01 +02:00
the-djmaze 33b228a86f Bugfix Mime parser for decrypted messages 2022-09-23 09:53:29 +02:00
the-djmaze 8054e48d4a No need for rel="noreferrer noopener" due to Referrer-Policy header 2022-09-23 09:26:36 +02:00
the-djmaze df34c4a0ae v2.18.1 2022-09-21 10:16:23 +02:00
the-djmaze 0bbf8f4914 Added plain message tel uri detection 2022-09-21 09:52:30 +02:00
the-djmaze 64c716ea07 Cleanup FolderClearPopupView 2022-09-21 09:51:52 +02:00
the-djmaze d69e45f7bf Drop unused TextAreaComponent 2022-09-20 12:29:27 +02:00
the-djmaze e35fbea415 Security: disable spellcheck everywhere by default due to Chrome/Edge sending data you enter to their servers. 2022-09-20 12:26:12 +02:00
the-djmaze f2ef5f2df8 Ask closing SnappyMail in mobile view when viewing a message 2022-09-14 08:53:30 +02:00
the-djmaze 6cc3745c5f Don't clear MessagelistUserStore when switching layout 2022-09-13 23:00:47 +02:00
the-djmaze 1d982f3306 Improvement for #518 2022-09-13 23:00:26 +02:00
the-djmaze b01b18647a Bugfix: i broke hasCheckedOrSelected() 2022-09-13 22:00:49 +02:00
the-djmaze d18f93d87f Workaround for Firefox issue #368 and #513 2022-09-12 23:30:14 +02:00
the-djmaze aa90583116 Resolve #516 2022-09-12 23:16:59 +02:00
the-djmaze 7dc4b283b3 Simplify message .priorityHigh 2022-09-12 23:13:04 +02:00
the-djmaze e5e4675c1b cleanup and speedup Selector 2022-09-09 22:20:40 +02:00
the-djmaze 0c87bbac21 Faster Selector.autoSelect 2022-09-09 17:04:52 +02:00
the-djmaze 44ac2626ec Improve and cleanup Selector even more 2022-09-09 12:07:05 +02:00
the-djmaze 47a861a243 Speedup listChecked().length to hasChecked() 2022-09-09 10:02:40 +02:00
the-djmaze d1422826b8 Bugfix: Selector Shift + Arrow made checkboxes "checked" in a weird way 2022-09-08 15:06:12 +02:00
the-djmaze ee5b30884f Speedup list Selector a bit 2022-09-08 13:37:06 +02:00
the-djmaze d8b1e3432a Improved ComposePopupView bSkipNextHide to ComposePopupView.inEdit 2022-09-08 13:28:24 +02:00
the-djmaze 7df534b4b5 Rename isSpamAllowed to logical canMarkAsSpam 2022-09-08 12:16:37 +02:00
the-djmaze 2a92122dad Drop search capa to always allow it 2022-09-08 12:05:37 +02:00
the-djmaze 18096cb6ee v2.18.0 2022-09-08 10:07:27 +02:00
the-djmaze 9dcdd7e41c Contact add Note and improved changes check 2022-09-08 09:37:27 +02:00
the-djmaze f451af2188 Centralize current Folder checks to prevent bugs (which there were) 2022-09-07 23:39:46 +02:00
the-djmaze 0c90875b61 Improved Contacts window 2022-09-07 13:45:30 +02:00
the-djmaze 56d64b325c Improved Contacts popup view 2022-09-06 23:18:14 +02:00
the-djmaze f1241cf803 Added some business fields to AddressBook 2022-09-06 22:35:04 +02:00
the-djmaze af86cabcff Improved info for new HTMLDialogElement features 2022-09-06 20:02:27 +02:00
the-djmaze c6176438ee Rename tryToClosePopup to tryToClose 2022-09-06 19:23:07 +02:00
the-djmaze 8cdce0c302 Bugfix: prevent issue with modal dialog supported Esc key to close 2022-09-06 19:22:53 +02:00
the-djmaze 2627a16c36 Improved Contacts to check if changes should be saved 2022-09-06 19:22:06 +02:00
the-djmaze c9ad0ef170 Improved new AddressBook system 2022-09-06 14:26:07 +02:00
the-djmaze fe20741409 Improved Contacts handling 2022-09-05 11:04:12 +02:00
djmaze 1a5b8819fa Merge remote-tracking branch 'origin/master' into addressbook 2022-09-02 15:15:01 +02:00
the-djmaze 3553bfa2d9 TypeError fCallback not a function 2022-09-02 12:11:47 +02:00
the-djmaze 732b6eb641 Use JavaScript Optional chaining 2022-09-02 11:52:07 +02:00
the-djmaze d9bc435e2c MessageList click was really broken 2022-09-02 10:38:42 +02:00
the-djmaze ab0b2b152c Solution for #487 ? 2022-09-02 09:57:30 +02:00
the-djmaze afd65c809d Drop Remote.request() aAbortActions parameter 2022-09-02 09:56:31 +02:00
the-djmaze bae103257c Bugfix: i broke the messagelist click function 2022-09-02 09:06:07 +02:00
the-djmaze 8d192445a7 v2.17.4 2022-09-01 21:37:32 +02:00
the-djmaze 1a130d0be3 ?admin use JavaScript Optional chaining 2022-09-01 21:28:37 +02:00
the-djmaze 15dd6f5a5c Resolve #496 2022-08-31 17:31:08 +02:00
the-djmaze e97984d6c5 Resolve #508 2022-08-31 16:19:16 +02:00
the-djmaze a02f12c6ce drag&drop gecko setPointerCapture idea 2022-08-31 16:04:51 +02:00
the-djmaze d7965d1193 Improved mime parser 2022-08-31 16:03:22 +02:00
the-djmaze 03543d5cfc use TextDecoder on Mime parts? 2022-08-30 22:27:07 +02:00
the-djmaze 3d5e094fd8 Resolve #506 2022-08-30 21:42:05 +02:00
the-djmaze eb169f73fa Improved update/save admin user 2022-08-29 16:44:06 +02:00
the-djmaze d810a629c8 Better admin TOTP base32 test 2022-08-29 15:51:16 +02:00
the-djmaze 3808852894 Added: ?admin TOTP show QR code 2022-08-29 12:17:08 +02:00
the-djmaze a80161a316 Bugfix: keep A elements when there is an image inside 2022-08-29 10:54:55 +02:00
the-djmaze ea4f678d05 Resolve #500 2022-08-29 10:53:53 +02:00
the-djmaze 3f3a3f9147 Improved Squire WYSIWYG handling of A and IMG.
And also use Optional chaining (?.)
2022-08-29 09:36:32 +02:00
the-djmaze cad5fb6067 Resolve #491 2022-08-26 15:17:30 +02:00
the-djmaze 4692dde3d5 resolve compile error 2022-08-26 11:55:56 +02:00
the-djmaze aff2d4dd76 Moved handling of images using proxy in preperation of #491 2022-08-26 11:11:19 +02:00
the-djmaze e5113ef20a Resolve #497 2022-08-25 14:08:19 +02:00
the-djmaze e0e69b3d3d Resolve #488 2022-08-23 13:45:22 +02:00
the-djmaze e2d29af045 Bugfix: forward mail should not embed images by default #491 2022-08-23 11:22:49 +02:00
the-djmaze 58cd2fcacb Cleanup and improved handling of Sieve scripts 2022-08-23 10:52:23 +02:00
the-djmaze d91fbaa2c0 Resolve #492 2022-08-23 00:00:56 +02:00
the-djmaze edb7b38e0c Resolve #494 2022-08-22 22:10:09 +02:00
the-djmaze a18cc9a486 Move folderInformation() function 2022-08-22 21:52:00 +02:00
the-djmaze 88222034e6 No need to filter FolderUserStore.getNextFolderNames() result 2022-08-18 09:06:02 +02:00
the-djmaze f3009ee781 Resolve #484 2022-08-10 11:47:15 +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 04083f478a cleanup OpenPGP.js askPassphrase 2022-08-08 14:33:45 +02:00
the-djmaze 977868c1fa Also PGP sign with private keys that have no passphrase #429 2022-08-08 09:53:19 +02:00
the-djmaze 7a85a75ca9 Allow private keys without passphrase in local browser storage as requested by #429 2022-08-08 09:26:45 +02:00
the-djmaze 639098f401 Bugfix: AskPopupView tabbing failed now with input fields 2022-08-04 15:27:26 +02:00
the-djmaze aff9ba29e7 Admin: Ask for IMAP login credentials when testing, idea for #477 2022-08-04 14:58:13 +02:00
the-djmaze db95565b70 Cleanup some localications and added Esperanto 2022-08-04 14:08:58 +02:00
the-djmaze eb0cd796b0 Improved mailbox handling of empty message subject and messagelist folder detection 2022-08-04 12:18:07 +02:00
the-djmaze 9559986499 Bugfix/Improved AdvancedSearch popup by prefill the values 2022-08-03 22:23:32 +02:00
the-djmaze 9bd3049ba0 Added: search for "replied" yes/no 2022-08-03 12:03:34 +02:00
the-djmaze 18dc2889ce Cleanup folder handling a bit 2022-08-03 11:06:09 +02:00
the-djmaze 983bfbaa1b Merge remote-tracking branch 'origin/master' into addressbook 2022-08-03 00:51:58 +02:00
the-djmaze 421efc62ad Replaced LINK_ADD_EMAIL with fontastic ✚ 2022-08-03 00:50:44 +02:00
the-djmaze 3d4f804e5f Added "Hide messages marked for deletion" #470 2022-08-02 14:20:07 +02:00
the-djmaze 4349eda310 Translate request errors for #471 2022-08-02 11:01:19 +02:00
the-djmaze 561445de03 Better solution for #471 2022-08-01 22:45:17 +02:00
the-djmaze 2c4bd445a5 Resolve #471 by extending fetch messagelist to 60 seconds and handling timeout/abort 2022-08-01 13:59:14 +02:00
the-djmaze 9861d1bf78 Merge branch 'master' into addressbook 2022-07-26 10:11:48 +02:00
the-djmaze 4a8ed7268e Email address autocomplete value is sufficient 2022-07-26 10:11:09 +02:00
the-djmaze 2837126d60 Get AddressBook Import/Export working 2022-07-25 22:55:48 +02:00
the-djmaze 859a18470e Revert nickname idea (it's not updating as it was not observing) 2022-07-25 13:25:02 +02:00
djmaze 08ded5bb71 Cleanup some Contacts code 2022-07-25 10:13:50 +02:00
djmaze 052f34a9f5 Some cleanups for new AddressBook 2022-07-22 22:59:50 +02:00
djmaze c162a3acc6 Merge remote-tracking branch 'origin/master' into addressbook 2022-07-22 22:16:45 +02:00
the-djmaze e49cbbbbec Contact Popup viewSaveTrigger never used 2022-07-22 22:14:05 +02:00
djmaze 513b2fcae8 Merge branch 'master' into addressbook 2022-07-22 11:16:32 +02:00
the-djmaze 6c4950615d Cleanup Sieve Filter edit, no need to reassign filters on save 2022-07-21 22:03:56 +02:00
the-djmaze cf71c1a18f Resolve #464 2022-07-21 21:57:29 +02:00
the-djmaze f46e996570 Merge branch 'master' into addressbook
# Conflicts:
#	snappymail/v/0.0.0/app/templates/Views/User/PopupsContacts.html
2022-07-21 14:25:51 +02:00
the-djmaze 0249e959ab Less padding in toggle identity button 2022-07-21 12:02:07 +02:00
the-djmaze 235bec0ee6 Make messageList items font 1px larger 2022-07-21 11:46:09 +02:00
the-djmaze 62d13a12d1 Replace bootstrap .caret with unicode 2022-07-21 11:45:08 +02:00
the-djmaze d42cecb4df Resolve #462 2022-07-21 10:13:24 +02:00
the-djmaze 4238834cb5 Solve empty lines in HTML -> Plain conversion for #462 2022-07-20 12:34:30 +02:00
the-djmaze d73a179f59 Unregister audio initialization event listeners first 2022-07-19 11:50:57 +02:00
the-djmaze a725f20034 Reduce some HTML elements 2022-06-27 21:09:17 +02:00
the-djmaze 28d4a018fd Resolve #439 2022-06-16 01:16:19 +02:00
the-djmaze 5028a5de8c Resolve #436 2022-06-13 20:54:36 +02:00
the-djmaze 8cf8502485 Filter more message flags/keywords/tags 2022-06-10 01:06:17 +02:00
the-djmaze 5a47893cd2 Process feedback of #419 2022-06-10 00:35:13 +02:00
the-djmaze 38836da9af Resolve #328 2022-06-08 23:40:28 +02:00
the-djmaze 61146e491b Bugfix: Resizer value failed on initialization.
And added some changes for #328
2022-06-08 17:14:44 +02:00
the-djmaze 224b453430 Prevent Sitecore tracking 2022-06-08 15:03:28 +02:00
the-djmaze c2d6ee90ac Improved message flags/keywords/tags #419 2022-06-08 14:54:51 +02:00
the-djmaze 0f02cc6d29 Speedup flags cache 2022-06-08 13:08:27 +02:00
the-djmaze df80ff9533 Put sound notifications in SMAudio 2022-06-07 18:46:06 +02:00
the-djmaze 78a3b1a5be Cleanup some MessageFlagsCache handling 2022-06-07 15:48:16 +02:00
the-djmaze 42fe9ae1ba Drop prefetch/REQUESTED_MESSAGE_CACHE because 99.9% not used.
Message cache needs new design due to encrypted messages.
2022-06-07 12:00:22 +02:00
the-djmaze a60d027169 Improved message cache handling and drop unused NEW_MESSAGE_CACHE 2022-06-07 11:54:19 +02:00
the-djmaze 9e4edd8843 Improved tags #419 2022-06-03 14:46:05 +02:00
the-djmaze 70e3e6423e Added message tags toggle for #419 2022-06-03 13:47:04 +02:00
the-djmaze a6d97a601c Translate some for #419 2022-06-02 23:13:20 +02:00
the-djmaze 855e2c61c5 Improved message flags/keywords handling for #419 2022-06-02 21:26:57 +02:00
the-djmaze a43fadb4e8 Use JMAP rfc8621 section-4 subject and receivedAt 2022-06-01 23:21:59 +02:00
the-djmaze 118505f91e Use JMAP rfc8621 section-2 totalEmails, unreadEmails and isSubscribed 2022-06-01 22:50:35 +02:00
the-djmaze c5718057aa A rename to MessagesFlags to prevent confusion with Flags 2022-06-01 22:06:21 +02:00
the-djmaze 84c1fb5402 Merge branch 'master' into addressbook 2022-05-31 21:25:59 +02:00
the-djmaze 5c99a14559 Simplify message view attachment controls 2022-05-31 21:17:09 +02:00
the-djmaze baff1308e7 Remove ugly attachmentItem box-shafow 2022-05-31 20:55:55 +02:00
the-djmaze d46537a24f Different Thunderbird labels idea for #419 2022-05-31 20:39:50 +02:00
the-djmaze 899648d8e4 Improved handling of imap message flags/keywords 2022-05-31 20:38:35 +02:00
the-djmaze 0ebfa6af23 Reduce MessageView "Checked messages count" HTML & CSS 2022-05-31 17:13:25 +02:00
the-djmaze 1e61171f9c Fix RFC 9051 IMAP4rev2 keywords and $ReadReceipt should be $MDNSent 2022-05-31 17:12:29 +02:00
the-djmaze fe9d0da14a Added Thunderbird labels colors as test for #419 2022-05-30 12:58:50 +02:00
the-djmaze 30ece4b8c8 Resolve #420 2022-05-30 08:23:59 +02:00
the-djmaze a71874a8c4 Redesign AddressBook 2022-05-29 00:22:50 +02:00
the-djmaze e1426b484e Sieve: use Optional chaining operator
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
2022-05-21 23:58:46 +02:00
the-djmaze a57d4dc4b1 Idea for #344 2022-05-20 08:34:11 +02:00
the-djmaze 9862fd5d1a Resolve #410 2022-05-19 21:26:39 +02:00
the-djmaze 562e1e5e68 Resolve #413 2022-05-19 21:16:00 +02:00
the-djmaze 7c8039d91d Resolve #407 2022-05-19 15:18:15 +02:00
the-djmaze 0ff571db14 v2.16.0 2022-05-19 10:58:04 +02:00
the-djmaze 33f0e6febf Small code cleanup 2022-05-18 22:53:33 +02:00
the-djmaze 9789a2509f Move to plugin #385 2022-05-18 17:15:31 +02:00
the-djmaze ddb95b925d Sieve Scripts use radio buttons to prevent confusion 2022-05-17 16:53:32 +02:00
the-djmaze 723ebc4055 Split simple RainLoop Sieve filter from the advanced filters as mentioned in #80 and #257 2022-05-17 16:19:17 +02:00
the-djmaze 882c0bde42 Bugfix: sieve undefined args[i-1] 2022-05-17 14:48:38 +02:00
the-djmaze 663fb1485a Resolve #400 2022-05-17 12:18:49 +02:00
the-djmaze 593d3af6d4 Resolve #396 2022-05-17 11:08:05 +02:00