Milan
f430b66d3b
converted egw_action from javascript to typescript
...
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
(cherry picked from commit 5e3c67a5cf
)
2023-09-13 10:40:32 +02:00
hadi
713a9b3a93
Add browser notification for newly arrived mails
2023-08-16 17:00:37 +02:00
nathan
6c3197e38e
Mail: Translate attachment button label
2023-08-14 08:46:17 -06:00
nathan
6ce475ae57
* Mail: Add attachment action "Forward to" that adds file directly to compose window
2023-08-14 08:46:09 -06:00
hadi
906f41328f
Fix mail preview in mobile view no longer shows email addresses in its details box
2023-08-10 17:48:33 +02:00
hadi
654a8367b6
Add new mail preference in order to be able to select the type info shown on email tags
2023-07-25 11:39:30 +02:00
nathan
02d25f7014
Mail: Fix missing translations in attachment download button options
2023-07-19 15:50:01 -06:00
hadi
fc445836f4
Make vacation dialog window bigger
2023-07-11 14:59:00 +02:00
nathan
1ecdc28359
Mail: Let browser deal with text area sizing in compose
...
Fixes bug where toolbar can get hidden when editing certain emails
2023-07-06 08:16:03 -06:00
hadi
717bf2a717
* Mail: fix mixed up inline images and attachments in smime signed messages
2023-06-19 17:07:37 +02:00
hadi
b700cd60e0
* Mail: fix preview and display no longer can decrypt an encrypted pgp message
2023-05-15 14:55:09 +02:00
hadi
da8819e955
* Mail: fix date filter is no longer working in mail's list
2023-05-15 14:54:53 +02:00
nathan
7237a265ef
Fix focussed select does not close when it loses focus
...
Mail reply moves focus from To: to body, and To dropdown stayed open
2023-05-12 10:45:20 +02:00
hadi
fd34e597c3
Fix mail preview failed to fetch text/calendar as attachment for smime signed messages
2023-04-27 12:43:50 +02:00
hadi
3203a2b90e
Fix broken resizing mail compose's textarea
2023-04-21 14:16:47 +02:00
hadi
f072d6d620
Set right set of attachments object for smime resolved attachments sent to client-side
2023-04-21 11:57:57 +02:00
nathan
c01b39fe64
Mail: Fix moving folder hangs showing waiting icon
2023-04-20 08:12:15 -06:00
hadi
0e6528e8ea
Fallback on vertical mode if no preferences is set as default
2023-04-03 13:17:51 +02:00
nathan
1c808425ca
Mail: Respect force_mailto preference when clicking on email tags
2023-03-31 10:35:14 -06:00
hadi
2cd90a84ba
Fix broken share file as download link into an open compose dialog
2023-03-27 12:10:54 +02:00
hadi
c0ed247511
Fix mail mark as read eventhough it's not running in pane preview mode
2023-03-24 14:44:58 +01:00
hadi
fc54b588c0
* Mail: fix mail preview don't get set correctly when running in expand pane view
2023-03-24 13:55:54 +01:00
hadi
86067045c9
* Mail: fix mail preview can not show attachments for smime encrypted messages
2023-03-23 12:09:58 +01:00
hadi
e4a23f8dbb
Do not dock/undock mil preview when it's set for vertical pane
2023-03-13 16:10:17 +01:00
ralf
abb909b5c4
open newly created accounts directly
2023-03-10 11:57:19 +01:00
Hadi Nategh
287f66c8ba
Fix broken dock/undocking mail preview on 3pane views
2023-03-07 14:50:18 +01:00
Hadi Nategh
2f3f04fd64
*Mail: fix mail action moveTo folder fails on none pane view
2023-03-06 12:27:31 +01:00
Hadi Nategh
b91f07c305
Make sure the mail preview grid is there before using it
2023-03-03 14:29:44 +01:00
Hadi Nategh
0b6f649821
Trigger the squeezed mode for mail's nm header
2023-02-24 11:39:44 +01:00
Hadi Nategh
c466a4e9ab
Do not run splitter resize control for mobile theme
2023-02-21 17:55:34 +01:00
Hadi Nategh
f7bcc773a8
Fix resize handler in mail compose
2023-02-17 12:37:19 +01:00
Hadi Nategh
32392ea0e3
Add missing app.js part a139d1e7d2
2023-02-16 11:24:59 +01:00
nathan
396c537dd7
Mail: Fix compose + to tracker tried to pass object as value
2023-02-14 11:47:25 -07:00
nathan
2c997390f6
Mail: Use "Collabora Online" instead of "Open with Collabora Office" in attachment action dropdown because it fits better
2023-02-10 10:06:47 -07:00
Hadi Nategh
4fae387ec5
Fix error mailPreview undefined happening in mobile view
2023-02-10 10:34:59 +01:00
nathan
bf764df720
Mail: Multiple attachments changes
...
- Offer to open in Collabora any file, not just editable (PDF)
- Put collabora option first in the option list if user prefers to open in collabora
- Change label to "Open with Collabora Office" with translation from Birgit
2023-02-09 14:47:43 -07:00
Hadi Nategh
98b8258f0f
Get addresses out of details and fix attachments caption
2023-02-07 12:22:23 +01:00
Hadi Nategh
26214a3aa3
Fix collabora app installed check and set the right action name
2023-02-07 09:47:58 +01:00
Hadi Nategh
5ade68dd76
Add collabora action into default and set attachments label
2023-02-06 16:15:32 +01:00
nathan
933d13c8b2
Mail: Only add attachment action to open in Collabora for files that should be opened in Collabora
2023-02-01 08:57:31 -07:00
nathan
cce1088486
Mail: Add attachment action to open in Collabora
2023-01-31 15:03:59 -07:00
Hadi Nategh
bc17e9dc68
Add click to compose handler for addresses displayed in mail preview
2023-01-25 16:23:11 +01:00
ralf
e56055f12d
defer calls to mail_refreshFolderStatus for 2s, to accumulate updates of multiple rows e.g. deleting multiple emails
2023-01-25 14:55:20 +01:00
nathan
c9186240c8
Mail: Clicking "on vacation" opens vacation dialog
2022-12-05 16:43:48 -07:00
Hadi Nategh
e2d278e497
Make sure the et2 object is there before using it
2022-11-04 11:43:52 +01:00
Hadi Nategh
005aaa0ea2
Fix js error in smime add certificate dialog
2022-10-26 13:19:15 +02:00
nathan
297c70d4fe
Mail: Fix creating tracker ticket out of email fails due to error
...
Exception "Et2Dialog._create_parent is not a function"
2022-10-19 08:39:13 -06:00
Hadi Nategh
60190338d5
Do not continue on checking mail filemode if there's no attachments data
2022-10-14 15:19:05 +02:00
nathan
ec388c955a
Fix open compose windows created new drafts after main window was reloaded
2022-10-05 14:30:43 -06:00
Hadi Nategh
60aa0035a7
Try to set focus back to plain text area when replying to a plain text mail
2022-09-29 11:27:47 +02:00