Commit Graph

2441 Commits

Author SHA1 Message Date
nathan
efa550f251 Et2Select: Add onTagClick property for actions on tag clicks
Fixes unable to detect clicking on individual tags inside readonly et2-select-email
2023-02-08 09:11:33 -07:00
Hadi Nategh
c6e025d31b Fix attachments and addresses in mail display 2023-02-08 14:59:56 +01:00
Hadi Nategh
8aabdee6f7 Fix mail mobile view no longer shows unseen status 2023-02-08 14:36:21 +01:00
Hadi Nategh
5660f89b60 Fix broken pgp encryption frame in mail compose 2023-02-08 12:29:20 +01:00
Hadi Nategh
8b5ee28335 Get attachments dropdown left aligned 2023-02-08 10:09:17 +01:00
Hadi Nategh
7f6f4e94a6 Remove gap between addresses in mail preview 2023-02-08 09:54:03 +01:00
nathan
9cde6a7171 Fix some styling on select-email
- Make +N tag right aligned & look like text, not tag
- Fix popup to open below but covering field
- give popup border & dropshadow
2023-02-07 12:04:05 -07:00
Hadi Nategh
553c318529 More styling for mail preview 2023-02-07 16:50:22 +01:00
Hadi Nategh
78ec08fcc4 Rearrange the date in mail preview 2023-02-07 15:41:04 +01: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
nathan
cd980c78df Limit mail to & cc addresses to 1 row, show all on hover.
Use:
multiple="true" rows="1" maxTagsVisible="1"
to trigger show all on hover
2023-02-06 14:48:55 -07:00
Hadi Nategh
5ade68dd76 Add collabora action into default and set attachments label 2023-02-06 16:15:32 +01:00
Hadi Nategh
e9c960671a Fix alignment and color for mail subject in preview 2023-02-06 11:23:19 +01:00
StefanU
88edfc8d3f
Update mail_label4.svg
File optimisation
2023-02-03 22:12:38 +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
nathan
d94c10b09f Mail: Prefer client-side lavatar over server-side in mail list 2023-01-27 15:10:25 -07:00
nathan
5bab72b8be Use client-side Et2LAvatar for user accounts whenever possible, only using avatar.php when there's a real image.
TODO:
- Need to find a cheap way to determine if there's a real image in Api/src/Accounts.php & class.mail_compose.inc.php

- Still some work for me to do in Et2SelectEmail
2023-01-27 10:34:40 -07:00
ralf
a924bf7dbc add missing closing tag 2023-01-25 18:49:00 +01:00
Hadi Nategh
bc17e9dc68 Add click to compose handler for addresses displayed in mail preview 2023-01-25 16:23:11 +01:00
Hadi Nategh
77d6a7e648 Fix some styling issues and set message's date to display date and time 2023-01-25 14:59:09 +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
ralf
b0f5cfbcdb improve OAuth mail authentication by not opening wizard multiple time
also avoid authentication loop, if there is an error
2023-01-25 13:38:40 +01:00
ralf
8ec106f22b converting .xet files to new webcomponents-format 2023-01-04 11:28:10 -06:00
nathan
17ab16dfe4 Mail: give more horizontal space for to/cc email address labels 2022-12-14 08:44:11 -07:00
nathan
6c4c42bcde Translation of "on vacation" from Birgit 2022-12-12 15:09:57 -07:00
nathan
7b28ec9aed Mail: More changes to print view
- Remove app icon
- Move sender lavatar so to/cc are farther left
2022-12-12 14:09:17 -07:00
nathan
409b2a4349 Mail: Force "to" as first focus field
(other inputs are higher, but not always visible)
2022-12-08 10:23:30 -07:00
nathan
c9186240c8 Mail: Clicking "on vacation" opens vacation dialog 2022-12-05 16:43:48 -07:00
nathan
09ecd29a91 Mail: Fix mail vacation notice widget did not hide 2022-12-05 16:27:39 -07:00
nathan
cc6c3871a5 Mail: Make sure all addresses & attachments are visible when printing 2022-12-05 09:38:53 -07:00
ralf
70d571f8bf converting plain-text mail to html mistakes angle brackets for tags 2022-12-02 15:24:32 +01:00
Ralf Becker
d999bae1bc pending changes from our translation server 2022-12-02 09:59:30 +01:00
StefanU
0364dfa0d1
Update mail icon
Size adjusted 28px => 32px, without border, file optimations
2022-11-30 22:00:01 +01:00
nathan
2ed964d4d7 Mail: Increase height of import message popup 2022-11-28 10:51:11 -07:00
nathan
c15440e905 Mail: Fix import message gave error "Destination folder does not exist" 2022-11-15 13:15:17 -07:00
nathan
cbccbba108 Mail: Adjust column alignment in horiziontal view 2022-11-09 15:02:56 -07:00
nathan
a6bcc3228d Mail: Adjust positioning / margins of preview in horizontal mode 2022-11-09 10:44:13 -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
8df89dcfb1 Mail: Switch mail icon in preview with email icon, move it down a little 2022-10-25 10:53:27 -06: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
Hadi Nategh
ecca3dc79c Fix avatar alignment on rows with labels and flags set 2022-10-13 13:46:45 +02:00
Hadi Nategh
47daa738d0 Do not apply mail horizontal template in mobile view 2022-10-12 12:49:41 +02:00
Hadi Nategh
11a4e21cb8 Try to get mails flagged/labelled rows aligned with none flagged ones 2022-10-11 16:14:13 +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
nathan
260fa0d727 Mail: Turn on multiple so we get + & avatars on email addresses 2022-09-28 11:17:37 -06:00
nathan
3ceb0db2c6 Mail: Turn on multiple so we get + & avatars on email addresses 2022-09-28 10:59:52 -06:00
Hadi Nategh
020a3f9310 Set vacation notice box to disabled by default 2022-09-27 10:10:58 +02:00
Hadi Nategh
12956b594e Fix square avatar in mail index to rounded one 2022-09-23 14:59:29 +02:00
ralf
0894a4175d Fix argument #1 ($address) must be of type string, null given 2022-09-23 09:45:47 +02:00
Hadi Nategh
be3b38d516 Fix mail avatar not being set correctly for sent folder messages 2022-09-22 14:06:13 +02:00
Hadi Nategh
64941e6d86 Fix broken autofocus to mail content when replying to an email 2022-09-16 12:30:23 +02:00
Hadi Nategh
0a3e6503ac Get vacation notice shown again 2022-09-15 16:06:20 +02:00
ralf
06a7767194 * Mail/SAML/SSO: show mail accounts requiring the session password as Error, but load the other accounts 2022-09-15 15:57:29 +02:00
Ralf Becker
872aeaa95f pending translations from our translation server 2022-09-14 11:08:00 +02:00
ralf
e52ab349e6 fix PHP Fatal: array_merge(): Argument #1 must be of type array, null given 2022-09-12 19:29:53 +02:00
ralf
26824323e5 got mailing lists working again in mail compose using includeLists=true attribute
using "$list_name <$list_id@lists.egroupware.org>" instead of just integer ids for the list, thought et2-select-mail is NOT displaying the mailing-list icon, after a mailing-list is selected
2022-09-12 14:51:13 +02:00
Hadi Nategh
847bf6139f Set limit to mail preview splitter in order to prevent getting unreasonably small/big 2022-09-09 10:00:37 +02:00
Hadi Nategh
a1a46ab5b7 Fix mail 'mark all as read' action no longer works 2022-09-09 09:36:37 +02:00
ralf
3fdad7c160 fix error when downgrading from EPL 2022-09-08 18:42:46 +02:00
Hadi Nategh
8d7fdcf968 Set max rows for vacation's forward email addresses 2022-09-07 15:08:53 +02:00
Hadi Nategh
2eebd56811 Adjust sieve edit dialog 2022-09-07 11:31:16 +02:00
Hadi Nategh
9294ab81db Fix mail preview content frame sometimes gets short height because of repeated id 2022-09-06 16:10:59 +02:00
Hadi Nategh
93c9932fc7 Set mail avatar shown in the list with rounded shape 2022-09-06 15:52:34 +02:00
Hadi Nategh
e495a0e864 Fix folderManagement and subscription dialogs 2022-09-06 15:20:08 +02:00
Hadi Nategh
cf3472c651 Move mail compose file upload section below the attachment 2022-09-06 13:56:17 +02:00
Hadi Nategh
1b4052a40f Fix predefined compose's toolbar actions no longer getting set 2022-09-06 13:08:20 +02:00
nathan
fbb02f5bd2 Change some widget attributes to camelCase 2022-09-01 08:32:36 -06:00
Hadi Nategh
00b5cd0cd2 Fix mail edit account dialog 2022-09-01 12:04:03 +02:00
Hadi Nategh
e2cb158211 Fix vacation dialog 2022-09-01 11:29:56 +02:00
nathan
4570a5a264 Mail: Fix folder ACL
- Set searchUrl in template so it can be found during initialization.  Using modifications to clear it.
- Passing initial value to avoid a query
2022-08-31 13:34:15 -06:00
Hadi Nategh
2e5cc0de10 Make subscription and folderManagement dialogs slightly bigger 2022-08-31 15:37:11 +02:00
Hadi Nategh
78cfc3ce7c Fix clicking on attachment title not wokring 2022-08-31 15:17:46 +02:00
Hadi Nategh
bc204e7f1a Remove delete button from attachmentBlock in the preview row and set correct tooltip title 2022-08-31 15:09:41 +02:00
Hadi Nategh
b83f2f5847 Fix mail compose dialog and implements consistent attachments block 2022-08-31 12:26:39 +02:00
Hadi Nategh
502a2f5225 Fix sieve edit dialog 2022-08-26 11:55:26 +02:00
Hadi Nategh
c8cfd79b4b Fix expander fields styling in mail compose 2022-08-24 15:54:58 +02:00
Hadi Nategh
6118bf6a7a Fix mail preview in mobile template 2022-08-23 15:57:40 +02:00
Hadi Nategh
33b0380985 Make attachments block full size in mail preview & display 2022-08-23 15:11:49 +02:00
Hadi Nategh
1d2537c22c Fix mail preview not working in mobile template 2022-08-23 14:03:07 +02:00
Hadi Nategh
bf6f50f14e Adopt buttons used in mobile template to new buttonIcon widget 2022-08-23 13:14:34 +02:00
Hadi Nategh
082d6aa791 WIP Mobile template: Fix some of apps add buttons 2022-08-22 16:19:23 +02:00
ralf
9bc90488f7 fix not working readonly attribute (caused by space between equal sign and quote) 2022-08-22 13:53:24 +02:00
ralf
55d540defd fix not working folder search while editing Sieve rules
caused by new et2-select(-*) widget sending query and options as first 2 parameters
2022-08-22 12:05:51 +02:00
Hadi Nategh
d44abbd98a Fix mail rows with flagged are misaligned 2022-08-22 11:47:31 +02:00
Hadi Nategh
c91e5cf218 Remove borders from mail compose header 2022-08-18 11:18:12 +02:00
Hadi Nategh
39bf571fc5 Fix mail preview details fields getting misaligned if more than 1 address is set 2022-08-16 15:18:59 +02:00
Hadi Nategh
d63de2aaed Fix mail content not being fully displayed in mail display dialog 2022-08-16 11:21:43 +02:00
Hadi Nategh
5ff0cd7451 Fix mail preview height 2022-08-15 18:20:01 +02:00
Hadi Nategh
2b1ad243d0 Drop pixelegg template from Mail 2022-08-15 17:27:01 +02:00
Hadi Nategh
9b7fe9403b Drop pixelegg template from admin 2022-08-11 13:15:30 +02:00
Hadi Nategh
d76538b404 Fix titles alignment in mail details box 2022-08-11 11:28:04 +02:00
Hadi Nategh
018065d30c Fix too much gap from subject field in mail 2022-08-10 10:12:39 +02:00
ralf
aacb889da3 fix some broken image urls 2022-08-09 17:31:35 +02:00
Hadi Nategh
cc59648453 Fix avatar sizing 2022-08-09 15:54:05 +02:00
ralf
ea0cbd0441 account selection currently only need to use server-side search, for pref "Primary group and search"
for all other types the local search is sufficient, as everything is already local!
fix Taglist::ajax_search for accounts to pass the icon to client-side and always set value instead of id
2022-08-09 10:47:57 +02:00
ralf
e7eb9f42e3 fix many errors around et2-select emulating old taglist:
- preprocessor: translate attributes autocomplete_url -> searchUrl, autocomplete_params -> searchOptions, and allow options
- sending search query as URL/GET parameter with default of app: <appname>
- handle searchUrl like allowFreeEntries by adding selected result to select_options via createFreeEntries, as they otherwise get removed by fix_bad_value not finding the value in select_options
- change taglist validation (again) to not validate search values
- still requires changes in application code, as taglist always behaved like multiple=true (returning and expecting an array of values) and did automatically search from client-side for it's initial value(s)
--> maybe more changes are in order to NOT require changing application code
--> fixes editing Sieve rules
2022-08-08 17:28:51 +02:00
Hadi Nategh
0d727f59fd Fix click handling for attachment's summary is not working 2022-08-08 14:47:01 +02:00
ralf
4a17d9e2ac fix JS errors caused by using widget.node instead of widget.getDOMNode() 2022-08-07 10:12:26 +02:00
Hadi Nategh
59ff16f98b Update mail display template for attachments change 2022-08-05 16:57:42 +02:00
Hadi Nategh
a26dba5d27 Move mail attachments box under details 2022-08-05 16:55:18 +02:00
ralf
dd76b88af4 fix wrong image urls 2022-08-05 15:59:22 +02:00
ralf
c228d5b435 fix wrong url in mail css 2022-08-05 13:31:57 +02:00
Hadi Nategh
797600f899 Some styling improvements for mail preview 2022-08-04 12:29:42 +02:00
ralf
8da571cdc1 fix a couple of broken image urls, after moving images from pixelegg to api/default 2022-08-02 09:28:43 +02:00
ralf
bcff7ab4dc fixing pixelegg less/css files to address images in default/images
remove no longer necessary pixelegg/images symlink to default/images
revert hint.png as the pixelegg one was never used
2022-07-31 10:49:35 +02:00
Hadi Nategh
0a9693ca17 Set proper mail template according to its pane mode 2022-07-29 13:26:58 +02:00
ralf
0113a93ffd move images from pixelegg to default and drop png or gif, if we have an svg 2022-07-28 17:56:34 +02:00
Hadi Nategh
6378d589f2 No border for readonly emails in mail preview 2022-07-28 16:54:53 +02:00
Hadi Nategh
cfd12b4ec9 Fix smime indicators in preview 2022-07-28 16:39:47 +02:00
Hadi Nategh
5c637e47be Use et2-details for mail from and attachments 2022-07-28 15:32:33 +02:00
Hadi Nategh
47469c3842 Fix tnef attachments fails for first time read 2022-07-28 15:03:56 +02:00
Hadi Nategh
77b475b5e6 Set mail column selection base on PreviewPane mode 2022-07-27 15:49:55 +02:00
Hadi Nategh
e7e538fffe Fix mail preview blank page styling 2022-07-27 15:37:03 +02:00
Hadi Nategh
7c053d9dad Implement new mail attachments block actions 2022-07-27 14:21:29 +02:00
ralf
6afd07da03 * Calendar/Mail: allow every participant to apply changes from extern organizer and warn if sender is not identical to iCal organizer or participant 2022-07-26 14:13:31 +02:00
Hadi Nategh
9c29863079 Fix from/to addresses in mail preview getting duplicated 2022-07-26 13:22:54 +02:00
Hadi Nategh
e9c4694d09 Fix attachments and details box styling 2022-07-26 11:40:50 +02:00
Hadi Nategh
90817b3475 Fix from mail address in the list disturbing the row selection 2022-07-26 11:03:27 +02:00
Hadi Nategh
cd7f2eea60 WIP Mail styling:
- Make display dialog similar to preview
2022-07-25 16:35:59 +02:00
ralf
fedfc78fb6 fix JS error for selected === undefined 2022-07-25 11:59:58 +02:00
Hadi Nategh
47baa7540c Revert unintentional action handler caused mail's display function no longer working 2022-07-25 11:15:55 +02:00
ralf
89d7876bea * Mail: do NOT fail setting ACL recursive on folders, if single folder fail (eg. wrongly in subscription file)
reporting number of succeeded folders and names of failed folders plus error
2022-07-25 11:06:40 +02:00
Hadi Nategh
862d355e77 WIP mail list and preview styling 2022-07-22 15:08:32 +02:00
nathan
4b73a80699 Fix missing label / icon in delete folder confirmation
Some other et2_dialog->Et2Dialog changes
2022-07-20 14:23:55 -06:00
Hadi Nategh
4e4a24ea1d Fix smime icons 2022-07-20 12:53:57 +02:00
Hadi Nategh
805ac7e830 WIP Mail app styling:
-Remove legacy widgets from mail
-Fix iframe not being full height in preview
2022-07-15 11:34:30 +02:00
Hadi Nategh
b38deecad0 Change all used toolbars more in mail to a 3dots style 2022-07-12 11:28:57 +02:00
Hadi Nategh
734de06406 Fix broken select account in compose dialog 2022-07-12 11:22:30 +02:00
nathan
ef2f29d84c Mail: Re-size header labels in display popup, change mail date widget to date-time-today 2022-06-28 10:17:50 -06:00
nathan
65ed3e090c Mail: Re-size & re-order headers in display popup 2022-06-27 15:27:39 -06:00
nathan
5d915ba5eb Mail preview / display layout:
Fix header alignment, swap email display to use et2-select-email
2022-06-24 14:17:58 -06:00
nathan
9a1f8e591f Mail: Fix accidentally committed editable email in mail list 2022-06-22 08:26:38 -06:00
nathan
d9400430e5 Mail: Use et2-select-email for displaying addresses in preview 2022-06-21 16:34:57 -06:00
Hadi Nategh
ac171a1076 Implements DND for et2-select-email tags 2022-06-21 16:21:23 +02:00
Hadi Nategh
812cdb6165 Fix scrollbar not working on subscribe folder and folder management dialogs 2022-06-13 13:53:45 +02:00
Hadi Nategh
17194f1ed3 Fix toolbar widget styling 2022-06-09 14:23:24 +02:00
ralf
597a983264 no longer load TinyMCE styles for preview and change TinyMCE margin to 10px we have in preview 2022-06-09 09:48:52 +02:00
ralf
26c64c0838 * Mail: explicitly apply default font and -size before sending mail 2022-05-23 19:36:04 +02:00
ralf
d9436628cd load users preferred (TinyMCE) font also for mail preview 2022-05-23 15:44:42 +02:00
nathan
c46f9c5440 Fix up dropdown in toolbar 2022-05-18 14:39:25 -06:00
ralf
1fb46bb74c display attachments also as a block (fieldset) replacing the ruler, if one is configured 2022-05-11 18:05:54 +02:00
ralf
b7d3b7408e WIP get TinyMCE to respect users preferred font and -size 2022-05-10 18:46:12 +02:00
ralf
99588796da fix original message header broken for signature after 2022-05-10 13:58:57 +02:00
ralf
c4e0989bf9 replace original message header with fieldset in html and convert it to plain as before 2022-05-10 11:51:35 +02:00
ralf
bd066ef321 missing mail/templates/pixelegg/app.css 2022-05-06 13:43:48 +02:00
ralf
2c87752d75 remove mail specific sizing of paragraph and font selection in TinyMCE 2022-05-06 12:36:53 +02:00
ralf
05a63d4098 fix not working folder ACL 2022-05-04 16:52:51 +02:00
ralf
df938c79de fixed messed up signature changing from / mail-accounts
also fixed some undefined warnings
2022-05-02 17:19:37 +02:00
ralf
4202b7357f fix a couple of JS errors in mail-compose due to now select widget 2022-04-30 12:11:37 +02:00
ralf
b834760c5b fix postion of download-/sharing-links for signature-on-top preference 2022-04-30 12:10:47 +02:00
ralf
ddc2b082c1 add empty line above signature / replied message and ruler to start writing message
also some code cleanups and fix undefined array-key or variable warnings
2022-04-29 12:49:41 +02:00
ralf
917a833f89 fix "a ton" of PHP Warning: Undefined array key or variable in mail code 2022-04-26 18:46:38 +02:00
ralf
5918fac6a9 fix PHP 8.x TypeError: array_diff(): Argument #1 must be of type array, null given 2022-04-26 12:44:59 +02:00
ralf
6bd9051589 fix PHP 8.x TypeError: array_intersect(): Argument #2 must be of type array, null given 2022-04-26 11:30:02 +02:00
nathan
6bd5388131 Mail: Fix pressing delete without selected mail deletes first mail when mail is not the open app when you log in 2022-04-13 16:41:20 -06:00
Ralf Becker
76e76a9e18 pending changes from our translation server 2022-04-04 13:26:38 +02:00
Hadi Nategh
f0422b91ca Fix no forward works only after saving sieve rule 2022-03-03 15:41:01 +01:00
Hadi Nategh
cdcb85f4f3 Fix status icons not showing up on mail list 2022-02-25 14:19:25 +01:00
Hadi Nategh
3e41eb00c6 Fix styling of expander actions in compose (Cc,Bcc, ...) 2022-02-25 12:02:41 +01:00
Hadi Nategh
9a52fed3d5 Do not add extra elements into mail content as formatter because tinyMCE takes care of default formatting via its own styling mechanism 2022-02-02 13:51:20 +01:00
Hadi Nategh
c29afdd7d2 Fix buttons used in mail expanded area e.g. mail attachments area 2022-01-24 17:02:34 +01:00
Hadi Nategh
28bcaf9422 WIP styling buttons: another approach to style buttons, keeping the icon slotted 2022-01-20 13:13:04 +01:00
Hadi Nategh
d67b0b1e66 Avoid duplicating from email address when generating identity 2022-01-10 14:03:14 +01:00
Ralf Becker
0748db0c70 pending translations from our translation server 2022-01-09 19:31:13 +01:00
Hadi Nategh
9ab621e054 Get mail display working again (index and display both need to be redefined in future) 2021-12-16 15:07:09 +01:00
Hadi Nategh
476f8b671f Make mail's receive notification action icon colorful when it's being selected 2021-12-10 14:48:40 +01:00
Hadi Nategh
84b81cb1f3 Set From identity base on identLabel preference 2021-12-10 13:42:10 +01:00
Hadi Nategh
ebf4ca8752 Add "Org | Name Email" as email identity format into identLabel preference options 2021-12-10 10:41:04 +01:00
Hadi Nategh
2bcd6b16d8 Make sure value is set before using it 2021-12-09 14:02:35 +01:00
nathan
da6ff9d639 Merge branch 'master' into web-components 2021-11-24 09:42:28 -07:00
nathan
4cc8eea7b6 Mail: Make sure pressing [del] key twice in a row does not delete the first row on the second press 2021-11-22 11:56:42 -07:00
Ralf Becker
8239e5ad91 fix PHP 8.0 TypeError: Cannot access offset of type string on string
using renames method calendar_ical::iCalSearch() instead of ::search() which required unchanged signature of calendar_bo::search()
2021-11-22 11:07:25 +01:00
nathan
b91e1d8a5f Merge branch 'master' into web-components 2021-11-18 10:28:30 -07:00
Ralf Becker
2f6f682cd8 fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-18 09:01:36 +01:00
Hadi Nategh
1ccbc60587 Fix PHP8.0 (TypeError): key(): Argument #1 ($array) must be of type array, null given 2021-11-16 11:23:03 +01:00
Ralf Becker
9f70526038 fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-15 17:57:06 +01:00
Ralf Becker
3003ed580c fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-15 12:00:50 +01:00
Ralf Becker
7d49599943 fix PHP 8.0 TypeError: array_search(): Argument #2 ($haystack) must be of type array, bool given 2021-11-14 10:27:12 +01:00
Ralf Becker
11e630da2a fix PHP 8.0 TypeError: fwrite(): Argument #2 ($data) must be of type string, array given 2021-11-13 17:30:57 +01:00
nathan
ed66beaf8f Merge branch 'master' into web-components 2021-11-10 10:25:51 -07:00
Ralf Becker
43ae41cae7 fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-10 12:24:08 +01:00
nathan
e03b8bbdc9 Merge branch 'master' into web-components 2021-11-05 11:08:31 -06:00
Ralf Becker
a50054b8c7 fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-05 15:12:40 +01:00
Hadi Nategh
49b2313cfd Fix error (TypeError): count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-04 09:45:55 +01:00
nathan
76d7447dab Merge branch 'master' into web-components 2021-11-01 09:37:26 -06:00
Hadi Nategh
75b168fb0d Switch to the right mail profileID if it's not matching the current one 2021-10-26 11:09:59 +02:00
nathan
fbbc466c78 Merge branch 'master' into web-components 2021-10-18 10:56:05 -06:00
Hadi Nategh
b5a669fe1d Add more imap PERMANENTFLAGS in the sieve flags list 2021-10-18 12:34:15 +02:00
Hadi Nategh
0c2072f134 Add Seen flag into sieve flags list action 2021-10-18 12:23:22 +02:00
Hadi Nategh
0dd215d340 * Mail: Add set flags action into mail filters 2021-10-15 17:23:48 +02:00
Hadi Nategh
75d119f31f * Mail: Implements date extension for vacation rule. None imap admin user can also set vacation rule by date. 2021-10-15 14:29:19 +02:00
Hadi Nategh
2ec9e27671 PHP8: fix error Undefined constant "status" 2021-10-14 15:37:52 +02:00
Ralf Becker
69782e833e fix PHP 8.0 error forwarding mail as attachment (calling count on null) 2021-10-14 09:39:01 +02:00
Hadi Nategh
b84ef08c29 Set node property for inputWidget as it's expected to contain input node 2021-10-13 15:36:33 +02:00
Hadi Nategh
19b4cf034f Revert strict comparison on mimeType 2021-10-08 13:05:06 +02:00
Ralf Becker
91bd7c7aeb an other chunk of fixed PHP 8.0 Warnings 2021-10-07 10:14:43 +02:00
nathan
02dce82010 Merge branch 'master' into web-components 2021-10-06 14:02:22 -06:00
Ralf Becker
d1d8d0833a fix PHP 8.0 sending mail: Illegal offset type in isset or empty 2021-10-06 09:11:59 +02:00
Ralf Becker
ddddc5ba05 next big chunk of fixed PHP 8.0 Warnings 2021-10-05 14:11:11 +02:00
Hadi Nategh
6f8fccb1ad Get mail app working (we use old-box widgets until replacing splitter with a web-component) 2021-09-27 16:14:42 +02:00
Hadi Nategh
966e611941 Find out the mailbox from the rowID 2021-09-27 11:22:49 +02:00
Hadi Nategh
6a689231e5 Catch miss encoding exception while checking mailbox for commit bec53dc57d 2021-09-27 10:50:50 +02:00
Hadi Nategh
c7d2f40a7b Try to avoid running select all action on undesired mailbox 2021-09-24 10:23:51 +02:00
Ralf Becker
9239b86cd9 pending translations from our translation server 2021-09-22 14:57:11 +02:00
Ralf Becker
fc3aba9c39 missing ajax=true for mail site-config 2021-09-16 09:08:50 +02:00
Ralf Becker
e20cea757a pending translations from our translation server 2021-09-10 10:19:57 +02:00
Hadi Nategh
1fd43b0bdd * Mail: fix updating/deleting mail accounts does not refresh the mail tree no more 2021-09-01 16:23:38 +02:00
Hadi Nategh
3ea863c5bc Take all addresses in the mail header when integrating mail to another app, e.g. Calendar. 2021-08-13 10:52:39 +02:00
Hadi Nategh
4fe8fd5154 Fix default value for mail's contact label preference 2021-07-27 12:38:37 +02:00
Hadi Nategh
89695620bc Make sure et2 widgets are there before the container into vfsSelectUI app object 2021-07-06 15:50:49 +02:00
Hadi Nategh
70faf346e4 Fix error egw_keycode_translation_function is not defined 2021-07-06 14:53:56 +02:00
Ralf Becker
b88716c8b6 legacy load jQueryUI as tooltip has wired context problems if loaded as module 2021-07-02 08:52:18 +02:00
Hadi Nategh
7e350f4a4a Fix miss replaced atob from commit e5f533cf6c 2021-07-01 10:28:06 +02:00
Hadi Nategh
b9d47c1511 Replace jQuery.base64 with native JS and remove its library 2021-07-01 10:26:51 +02:00
Hadi Nategh
c8d2f535d9 * Mail/SMIME: fix signed calendar events not being displayed (error:importing the ical!) 2021-07-01 10:21:59 +02:00
Hadi Nategh
8ac6b45b78 Fix not working actions in mail 2021-06-16 11:12:46 +02:00
Ralf Becker
cb00de85ce * Mail/Dovecot: allow to disable caching of flags in site config to support Dovecot private seen flags on shared folders 2021-06-15 10:23:11 +02:00
Ralf Becker
771d6c727f got mail app.js incl. jsapi/app_base.js working
plus marking et2 methods returning promisses as async and removing cache-buster from includeJS calls in egw_action_common.js as it causes double loads
2021-06-11 10:11:13 +02:00
nathangray
f953d7a3b2 Mail: Adapt to taglist not following API fix (200aebd171) to drag and drop of email addresses works 2021-05-31 10:27:29 -06:00
Hadi Nategh
660ba37f47 Do not try to filter out html body as it would cause broken html content not being displayed at all 2021-05-28 15:13:01 +02:00
Ralf Becker
547f28fe3d report and log enabling push (and other IMAP errors)
don't switch regular reload handling off in that case
2021-05-25 17:47:25 +02:00
Hadi Nategh
3420fdd187 Fix category column misalignment for mail ui list 2021-05-19 12:35:19 +02:00
Ralf Becker
ac9f1f61a6 pending translations from our translation-server 2021-05-12 11:12:35 +02:00
Ralf Becker
1f010a4391 Bump version to 21.1 2021-05-08 15:02:24 +02:00
Hadi Nategh
f5e2f7e719 Fix infinite loop before sending mail caused by integrated actions with no app right 2021-04-27 11:51:16 +02:00
Hadi Nategh
819bc83182 Disable app specific actions if the user has no access to the actual app 2021-04-26 14:18:57 +02:00
Hadi Nategh
1bcc884e24 Convert mail Date header to user timezone when being displayed on forward/replay header 2021-04-21 15:34:33 +02:00
Ralf Becker
6bac65210f set an explict message-type "success" to stop error- instead of success-messages, if folder contained "error" or its translation 2021-04-21 09:39:47 +02:00
Hadi Nategh
a6bd16e2ad Update mail app icon 2021-04-20 16:53:02 +02:00
Hadi Nategh
baa4c3c0ac Fix type error: Unsupported operand types: string * int 2021-04-14 11:21:05 +02:00
Hadi Nategh
3f989f33d1 Fix error message type 2021-04-13 16:13:35 +02:00
Hadi Nategh
4af0bec278 * Mail: fix losing inline images after being re-saved as draft or created as new 2021-04-13 13:23:09 +02:00
Hadi Nategh
3742a44321 Fix php 8 error:
- Unsupported operand types: string * int
- Unknown named parameter $func
2021-04-09 10:40:40 +02:00
Ralf Becker
94e0a536a4 pending translations from our translation server 2021-04-06 09:41:17 +02:00
Ralf Becker
6ce05919b6 fix PHP 8 errors shown by PHPStorm 2021-03-30 20:34:58 +02:00
Ralf Becker
ffc048d472 fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc 2021-03-21 18:27:09 +01:00
nathangray
3fb74753c8 Mail: No longer need to defer select handler restoration 2021-03-16 11:06:48 -06:00
nathangray
15b0ecec22 Solve the problem with mail selecting the next mail and marking it as read when you move a mail by turning off the select-next-row thing for mail 2021-03-16 11:06:48 -06:00
nathangray
2aa52a43c8 Need to wait to restore the select handler to avoid nm selecting the next row. 2021-03-15 15:58:01 -06:00
nathangray
71be88ae75 Mail: Attempt to stop mail from loading but not displaying the next mail after moving a mail to another folder
Now de-selecting so push update does not re-select
2021-03-15 14:41:26 -06:00
Hadi Nategh
6622de0eb6 Fix broken handling ical file with mimetype of application/octet-stream 2021-03-11 14:56:26 +01:00
nathangray
a97416ff5d Mail: Attempt to stop mail from loading but not displaying the next mail after moving a mail to another folder
This is a timing issue.
2021-03-10 10:31:24 -07:00
Hadi Nategh
f2cb47105e Style toolbar toggled buttons 2021-03-09 17:31:37 +01:00
Hadi Nategh
a8f11ca1b7 Some mobile Ui improvements 2021-03-04 16:30:01 +01:00
Hadi Nategh
230c5ccbcd Add contact label preference in order to control displayed info for To/Cc/Bcc addresses when composing an email 2021-03-03 13:07:05 +01:00