milan
127fda214f
mail compose "To" left align
...
(cherry picked from commit 7e75fb5f1d
)
2024-12-19 17:56:15 +01:00
milan
3e0abb0df5
fix mail compose save as draft
...
fixup 914c723c78
(cherry picked from commit 810f54f1b2
)
2024-12-19 14:56:45 +01:00
milan
2d01b02764
mail compose move toggle html checkbox to the top next to toolbar
...
(cherry picked from commit 914c723c78
)
2024-12-18 16:42:35 +01:00
milan
867023d745
mail download attachment usable again
...
(cherry picked from commit 91fa8e3689
)
2024-12-09 02:11:43 +01:00
milan
8f68190784
mail change unseen mail icon from envelope-fill to envelope and fix calendar print alignment
...
(cherry picked from commit 0c54f0d4e4
)
2024-12-06 15:10:21 +01:00
milan
83ed7f88c3
fixup 5e4ccd4af6
original message: vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space
2024-12-06 09:01:37 +01:00
milan
2851da1ca7
vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space
...
(cherry picked from commit 5e4ccd4af6
)
2024-12-05 13:19:59 +01:00
milan
8a2b358f2c
more compact Mail-compose header
...
(cherry picked from commit ba68224db8
)
2024-12-04 14:30:28 +01:00
milan
5d5eceb148
more compact Mail-compose header
...
(cherry picked from commit 012b9d3754
)
2024-12-04 14:30:28 +01:00
milan
d959968075
styling changes according to ticket #101031
...
-- new "forward mail" image
(cherry picked from commit 794609b179
)
2024-11-29 15:54:30 +01:00
ralf
50b9363a91
* Mail: if Sieve editheader extension is available forward with a From header matching the recipient to avoid SPF and DKIM problems/misalignment (need to be enabled in Dovecot)
2024-11-13 20:01:31 +01:00
ralf
6cc35c9305
Merge branch 'master' into 23.1
2024-11-06 05:25:34 +01:00
nathan
86c014fb94
Add border between nm header & nm, align with mail preview toolbar
2024-11-05 14:13:22 -07:00
nathan
968af0b1d2
Change toolbar style
...
- buttons normally have no border, only on hover
- border below toolbar
2024-10-30 09:40:20 -06:00
nathan
2c2ef0dd00
Mail: Give some space between read/unread icon and scrollbar
2024-10-28 13:36:18 -06:00
nathan
c0fbd7e091
Mail: Left align date in mobile mail list
2024-10-25 10:04:41 -06:00
nathan
085643471a
Mail style changes
...
- vertically center from/to lines in preview
2024-10-25 09:42:30 -06:00
nathan
53e0170dbd
Mail: Change alignment of expanders in mobile compose
2024-10-24 16:17:18 -06:00
nathan
cd231c0274
Mail: Better alignment for icons in mobile list
2024-10-24 16:17:18 -06:00
nathan
99f4e0f72f
Mail: Left align email dates in list
2024-10-24 16:17:18 -06:00
ralf
4747cb2c23
fix one image url and add tooltips to icons I did not understand right away
2024-09-16 09:57:35 +02:00
ralf
405e8ca30a
no longer mark high priority mail with a red bar
2024-09-09 11:13:17 +02:00
ralf
6c357b7068
no longer mark high priority mail with a red bar
2024-09-09 11:12:48 +02:00
ralf
1e3c48c270
fix bootstrap images in mail and remove old images, but navbar and (changed) smime*
2024-09-06 11:20:57 +02:00
ralf
7211d5931c
fix smime icons in mail were always displayed and using the old icons modified to black color
2024-08-29 09:24:34 +02:00
nathan
1eb29cf414
Mail: Fix address labels in preview were hidden by avatar
2024-08-08 09:41:10 -06:00
nathan
66177ce89b
Mail: Fix address labels in preview were hidden by avatar
2024-08-08 09:37:09 -06:00
nathan
8de82c6e33
Mail: Change display of calendar events to show more of the request without scrolling
2024-07-26 09:48:19 -06:00
nathan
fbddcc9804
Mail: Change display of calendar events to show more of the request without scrolling
2024-07-25 11:06:38 -06:00
nathan
72057cb78d
Mail: Fix adding file share via download link into an already open mail does not always work
...
Select options were not right, and sometimes the updated value would be reset by the browser
2024-07-16 15:47:45 -06:00
nathan
0d8aba3e69
Mail: Fix adding file share via download link into an already open mail does not always work
...
Select options were not right, and sometimes the updated value would be reset by the browser
2024-07-16 11:06:59 -06:00
milan
22099dc640
remove dhtmlxTree references from pixelegg styling, since it does not exist anymore
2024-07-11 13:58:49 +02:00
ralf
f604199c48
remove kdots WIP template from 23.1
2024-07-08 09:37:00 +02:00
nathan
24e265ef6e
Framework WIP:
...
- Fix template_set preference was ignored
- Move top-level etemplate elements with slot to be direct children of EgwFrameworkApp element
2024-05-14 08:17:20 -06:00
ralf
e5f418fd02
add some help-texts and remove the no longer applying one about range-selection
2024-04-22 17:23:07 +02:00
ralf
731a9d91af
implement not strictly linked multiselect tree by using sl-tree selection="single" and sl-tree-item.selection:
...
- instead of showing checkboxes, we use the sl-tree-item.selection marker (blue left border) to show the multi-selection and sl-tree sl-selection-change event to set the value accordingly
- implement Et2Tree.setSubChecked(_id, _value) to allow apps to (un)check a hierarchy onclick of parent, still allowing to (un)select single children
- also change several tree methods to return the updateComplete promise to use in mail app.js instead of window.setInterval() to wait for tree loading
2024-04-22 16:52:47 +02:00
ralf
b0ae93155e
fixing more issues in mail around tree: folder-management and subscription dialog
2024-04-16 14:23:30 +02:00
ralf
b6c6a6b858
make foldertree in manage folders scrollable (again)
2024-04-16 09:26:17 +02:00
ralf
1913b66b2c
replace no longer used and existing <et2-tree-multiple.../> with <et2-tree multiple="true".../>
2024-04-16 09:17:53 +02:00
ralf
8434b89197
some missed et2-select-email --> et2-email replacements
2024-04-08 14:17:07 +02:00
ralf
1533f1321d
* Mail: configurable limit to exclude attachments from automatic saving as drafts, default is no limit / attachments are always saved in drafts
2024-03-06 15:46:36 +02:00
nathan
e35947875b
Mail: Fix could only attach one VFS file at a time
2024-02-21 12:55:02 -07:00
nathan
288c0c39e9
Switch on new Et2VfsSelect widget(s)
...
includes mail
2024-02-12 10:32:28 -07:00
Milan
65eb7e3404
mail uses new et2-tree now
2024-02-08 22:22:09 +01:00
ralf
639c8748ca
new boolean property applyDefaultFont for rtf editor and using it in mail compose
...
making sure it applyDefaultFont method gets always called in compose
2024-02-05 10:54:06 +02:00
ralf
b77eb4d4ed
use the user preference for displaying email addresses in lists of mail app
2024-01-22 17:39:51 +02:00
nathan
a673a6ac5f
Et2Email: Readonly & limited rows styling
2024-01-11 16:25:38 -07:00
ralf
b337867b03
replace all et2-select-email multiple="true" readonly(unset or false) with new et2-email
2023-12-20 09:53:51 +02:00
nathan
34c6fee46c
Mail: Switch mobile to use new Et2Email widget
2023-12-19 10:18:08 -07:00
nathan
437ad34300
Finish Et2Email widget
2023-12-13 10:34:17 -07:00