hadi
2ee1811b85
Fix reply as forced HTML break plain text pseudo tags
2023-06-23 15:09:57 +02:00
ralf
69294ebbee
* Mail: searching in compose now ignores custom fields as they might lead to unexpected results
2023-05-22 12:58:25 +02:00
ralf
718ea95b8b
fix lists from other users gave a validation error for account-display "Lastname, Firstname" because of the comma
2023-04-18 16:27:29 +02:00
nathan
9c77f34c42
Mail: Fix email to group when group had no email did not email group members
2023-03-20 12:52:40 -06:00
nathan
396c537dd7
Mail: Fix compose + to tracker tried to pass object as value
2023-02-14 11:47: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
70d571f8bf
converting plain-text mail to html mistakes angle brackets for tags
2022-12-02 15:24:32 +01: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
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
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
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
26c64c0838
* Mail: explicitly apply default font and -size before sending mail
2022-05-23 19:36:04 +02: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
df938c79de
fixed messed up signature changing from / mail-accounts
...
also fixed some undefined warnings
2022-05-02 17:19: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
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
d67b0b1e66
Avoid duplicating from email address when generating identity
2022-01-10 14:03:14 +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
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
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
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
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
Ralf Becker
d1d8d0833a
fix PHP 8.0 sending mail: Illegal offset type in isset or empty
2021-10-06 09:11:59 +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
Hadi Nategh
baa4c3c0ac
Fix type error: Unsupported operand types: string * int
2021-04-14 11:21:05 +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
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
nathangray
77d195bd9c
* Mail: Config setting for how many mailing lists are returned in address search results
2020-12-14 09:34:37 -07:00
Ralf Becker
e717daa467
fix PHP Warning array_values expects parameter 1 to be an array line 3635
2020-12-02 09:13:04 +01:00
nathangray
c928c54877
Try to avoid warning in error_log
2020-11-27 11:27:15 -07:00
Hadi Nategh
acbd23a60a
* Mail: Add custom html toolbar settings in mail site-configuration in order to be able to add/remove certain actions only for mail-compose dialog.
2020-09-25 14:17:29 +02:00
Ralf Becker
08acad038c
* Mail: replying to a mail should only update icon, not move it to top of list
2020-07-29 13:58:15 +02:00
Alexandros Sigalas
ea548a90ab
Added hook: mail_compose_after_save
2020-07-22 09:06:00 +02:00
nathangray
213a30a250
Mail: Link expiration date blur text now changes if you have EPL enabled
2020-06-05 14:33:26 -06:00
nathangray
16e3b2cd05
Fix missing translation reported by Stefan Unverricht
2020-04-21 10:58:25 -06:00
nathangray
93a7166710
Add hidden upload directory as mail action
2020-03-26 13:20:20 -06:00
nathangray
895b1ebee9
Cleanup, bugfix & refactoring of hidden upload folder.
2020-03-25 11:39:40 -06:00
nathangray
7163acfe1d
* Add action to share filemanager folder (readonly) with hidden upload folder
2020-03-24 20:34:04 -06:00
Hadi Nategh
ab455be633
Fix saveAsDraft icon in mail compose
2019-09-20 10:44:19 +02:00