Commit graph

2475 commits

Author SHA1 Message Date
the-djmaze
f0d97b52d9 Support JSON-LD #1422 2024-02-06 19:52:00 +01:00
the-djmaze
d55ce60cc5 Resolve #1225 by using optional link tracking 2024-02-06 16:05:17 +01:00
the-djmaze
d6be75e39d Messages don't need generateUid() either 2024-02-06 12:09:17 +01:00
the-djmaze
ee6654474d No use for contacts generateUid() 2024-02-06 12:07:06 +01:00
the-djmaze
453e9b0f3e Resolve #1411 2024-02-06 12:05:30 +01:00
the-djmaze
3ec93d11ea Bugfix domain autoconfig error 2024-02-05 20:52:33 +01:00
the-djmaze
8c3a4b4fc7 Improved style of Admin -> Domain -> Domain description 2024-02-05 20:42:01 +01:00
the-djmaze
5e0d52b9e7 Added domain autconfig detection of @benbucksch
https://datatracker.ietf.org/doc/draft-bucksch-autoconfig/
2024-02-05 19:56:58 +01:00
the-djmaze
be633f78a7 Add some basic support for Linked Data (Structured Email) #1422 2024-02-05 14:52:23 +01:00
the-djmaze
809fca73a0 Extract WYSIWYG code from Html.js into HtmlEditor.js 2024-02-05 14:10:58 +01:00
the-djmaze
2084913a4d Rename moment to time as it has nothing todo anymore with momentjs
Change some observables to static as they never change later
2024-02-05 01:15:05 +01:00
the-djmaze
be8d302b82 Improved MIME email addresses parse info 2024-02-04 23:25:31 +01:00
the-djmaze
ec9197cb85 Also fix MIME header parsing in JavaScript, read issue #1403 2024-02-04 23:03:53 +01:00
the-djmaze
a352ebff25 Changes for #1412 2024-01-30 19:16:53 +01:00
the-djmaze
9eb5646aec Redesign WYSIWYG handling to allow any editor (quill, tiny, etc. etc.) 2024-01-30 18:16:39 +01:00
the-djmaze
443a6df070 Small change to show why saving message to Sent mailbox failed #1397 2024-01-23 14:34:41 +01:00
the-djmaze
29f6b2b743 Move Autocrypt parsing to JavaScript 2024-01-23 10:38:54 +01:00
the-djmaze
5e35e39012 Bugfix: ask/send readReceipt was broken 2024-01-23 10:20:54 +01:00
the-djmaze
f0bb3a8a45 Handle message hasVirus header in JavaScript 2024-01-22 13:33:00 +01:00
the-djmaze
8292c47f7c Return all fetched messages headers in JSON.
This is in preperation of BIMI-Selectors #1394
2024-01-21 23:35:32 +01:00
the-djmaze
2d829178f8 Added feature to use the SQLite AddressBook per login account instead of global.
On by default unless the global AddressBook.sqlite already exists.
2024-01-17 00:55:23 +01:00
the-djmaze
30ed8dde11 Resolve #1381 2024-01-12 01:56:12 +01:00
the-djmaze
6a715da1ac Bugfix Sieve rfc5429 2024-01-08 04:55:18 +01:00
the-djmaze
a96ff94c6f Bugfix handling of RainLoop Sieve script 2024-01-03 02:41:42 +01:00
the-djmaze
f3935b1df4 Fix some Sieve parser issues 2024-01-03 01:47:52 +01:00
the-djmaze
62639acc5a Cleanup Sieve RainLoop filter editor 2024-01-03 01:31:44 +01:00
the-djmaze
4d66c02190 Improve fix for #1373 2023-12-28 01:28:22 +01:00
the-djmaze
0a8dfe7d51 Resolve #1373 2023-12-28 01:23:56 +01:00
the-djmaze
b2477f2ce3 v2.32.0 2023-12-26 17:42:56 +01:00
the-djmaze
167c27c1ee Default IMAP message_list_limit to 10000 2023-12-26 17:20:27 +01:00
the-djmaze
dd46434895 Resolve #1361 2023-12-14 00:08:41 +01:00
the-djmaze
c823ef6eae Rename messageVisibility to messageVisible 2023-12-12 14:11:25 +01:00
the-djmaze
2916583d0b Resolve #1332 2023-12-11 23:46:45 +01:00
the-djmaze
c3f7827683 All CSS font-size to % instead of px 2023-12-11 13:34:23 +01:00
the-djmaze
c1c851c238 Merge getNameAndEmailHelper() into newMessageCommand() 2023-12-11 11:50:02 +01:00
the-djmaze
08257f47cb Improved #1286 to be in line with all code 2023-12-11 11:38:38 +01:00
the-djmaze
65d469f71a
Merge pull request #1286 from rezaei92/master
Sending group email to all contact addresses
2023-12-11 11:07:30 +01:00
the-djmaze
3db4827354 Removed title binding handler 2023-12-09 20:05:57 +01:00
Sergey Mosin
853727541f fix: flag indicators are added to wrong message when another message is selected while composing 2023-12-05 14:08:31 -05:00
the-djmaze
fa15ff6ba4 Draft idea for custom notification sounds 2023-12-05 16:18:36 +01:00
the-djmaze
5d6fb0c705 Track the inUndoState 2023-12-05 16:18:17 +01:00
the-djmaze
20058edd71 dragData already set by setDragAction 2023-12-03 20:40:54 +01:00
the-djmaze
56a5f29f26 Also allow disable imap login capabilities 2023-12-03 17:44:26 +01:00
the-djmaze
465d7ed673 Admin -> Domain after login test show all capabilities to disable 2023-12-03 17:36:41 +01:00
the-djmaze
cf910c678b Revamp Domains Settings IMAP disabled capabilities to extend it 2023-12-03 17:08:25 +01:00
the-djmaze
57c000908f Resolve #951 2023-12-01 23:18:08 +01:00
the-djmaze
7e30c50dfe Merge viewPopupMessage() into popupMessage() 2023-12-01 23:00:39 +01:00
the-djmaze
fb8d557099 Resolve #1338 2023-11-29 22:45:40 +01:00
the-djmaze
daf1e2769f Resolve #1289 2023-11-27 15:07:02 +01:00
the-djmaze
7135af995d Extend example extension code with more details 2023-11-27 01:51:23 +01:00