Commit Graph

2080 Commits

Author SHA1 Message Date
nathan
b1d75209db Fix tab button wouldn't leave mail compose's to: field 2022-11-15 10:37:13 -07:00
nathan
17b900349d Fix open compose windows created new drafts after main window was reloaded 2022-10-17 15:30:41 -06:00
ralf
6b3b1a82e6 * Mail/SAML/SSO: show mail accounts requiring the session password as Error, but load the other accounts 2022-09-15 15:58:07 +02:00
Ralf Becker
6f4f93c284 pending translations from our translation server 2022-09-14 11:08:57 +02:00
ralf
97699d90a2 fix error when downgrading from EPL 2022-09-09 08:03:29 +02:00
ralf
4d633f9db5 * 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 18:02:58 +02:00
ralf
d14f63599e * 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:07:37 +02:00
ralf
96e9f65b86 fixed terser error caused by not supported optional chaining operator (?.) 2022-06-09 13:32:22 +02:00
ralf
c3f4d130b6 no longer load TinyMCE styles for preview and change TinyMCE margin to 10px we have in preview 2022-06-09 09:55:41 +02:00
ralf
61b09363af * Mail: explicitly apply default font and -size before sending mail 2022-05-23 19:58:39 +02:00
ralf
0586400bda load users preferred (TinyMCE) font also for mail preview 2022-05-23 19:58:39 +02:00
ralf
bae2db9039 display attachments also as a block (fieldset) replacing the ruler, if one is configured 2022-05-11 18:06:19 +02:00
ralf
176c0c3822 WIP get TinyMCE to respect users preferred font and -size 2022-05-11 16:12:36 +02:00
ralf
234648e9fc fix original message header broken for signature after 2022-05-11 15:57:33 +02:00
ralf
89ca0de684 replace original message header with fieldset in html and convert it to plain as before 2022-05-11 15:57:14 +02:00
ralf
dce64ac6dd missing mail/templates/pixelegg/app.css 2022-05-06 13:44:06 +02:00
ralf
f60c964d14 remove mail specific sizing of paragraph and font selection in TinyMCE 2022-05-06 12:38:53 +02:00
ralf
db07f6bb71 fix not working folder ACL 2022-05-04 17:00:44 +02:00
ralf
766088155b fixed messed up signature changing from / mail-accounts
also fixed some undefined warnings
2022-05-02 17:22:31 +02:00
ralf
cc0e687087 fix postion of download-/sharing-links for signature-on-top preference 2022-04-30 12:12:21 +02:00
ralf
369585763a 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:50:04 +02:00
ralf
ca9ab2d340 fix "a ton" of PHP Warning: Undefined array key or variable in mail code 2022-04-27 20:29:45 +02:00
ralf
502540113e fix PHP 8.x TypeError: array_diff(): Argument #1 must be of type array, null given 2022-04-26 12:45:35 +02:00
ralf
5b0f62ebb2 fix PHP 8.x TypeError: array_intersect(): Argument #2 must be of type array, null given 2022-04-26 11:30:45 +02:00
nathan
6791b751c6 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:43:53 -06:00
Ralf Becker
c3d5a96826 pending changes from our translation server 2022-04-04 13:28:05 +02:00
Hadi Nategh
f828dd6f8f Fix no forward works only after saving sieve rule 2022-03-03 15:42:08 +01:00
Hadi Nategh
5625695c26 Avoid duplicating from email address when generating identity 2022-01-10 14:04:31 +01:00
Ralf Becker
02342f48c3 pending translations from our translation server 2022-01-09 19:32:20 +01:00
Hadi Nategh
860028d01a Add "Org | Name Email" as email identity format into identLabel preference options 2021-12-20 10:46:06 +01:00
Hadi Nategh
8c9b63e2c6 Set From identity base on identLabel preference 2021-12-20 10:45:05 +01:00
Hadi Nategh
d237c22249 Make mail's receive notification action icon colorful when it's being selected 2021-12-14 10:02:24 +01:00
nathan
fbba3c56cc Mail: Make sure pressing [del] key twice in a row does not delete the first row on the second press
Backport of 4cc8eea7b6
2021-11-29 09:35:53 -07:00
Ralf Becker
461c0171da 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:09:40 +01:00
Ralf Becker
8cf209a7f1 fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-18 09:02:04 +01:00
Hadi Nategh
dd1b868be3 Fix PHP8.0 (TypeError): key(): Argument #1 ($array) must be of type array, null given 2021-11-16 11:23:48 +01:00
Ralf Becker
4e4506d2be fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-15 17:57:28 +01:00
Ralf Becker
11e7683762 fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-15 12:01:14 +01:00
Ralf Becker
dfebb587ed fix PHP 8.0 TypeError: array_search(): Argument #2 ($haystack) must be of type array, bool given 2021-11-14 10:27:33 +01:00
Ralf Becker
c212cf36ae fix PHP 8.0 TypeError: fwrite(): Argument #2 ($data) must be of type string, array given 2021-11-13 17:31:19 +01:00
Ralf Becker
365982025a fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-10 12:24:28 +01:00
Ralf Becker
94ae9e2d0d fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-05 15:13:02 +01:00
Hadi Nategh
0366a590af Fix error (TypeError): count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-04 09:46:51 +01:00
Hadi Nategh
c667786587 Switch to the right mail profileID if it's not matching the current one 2021-10-27 10:25:37 +02:00
Hadi Nategh
d1cb068ffa Add more imap PERMANENTFLAGS in the sieve flags list 2021-10-19 13:16:11 +02:00
Hadi Nategh
a2fcecc9a7 Add Seen flag into sieve flags list action 2021-10-19 13:15:53 +02:00
Hadi Nategh
2af7775aa2 * Mail: Add set flags action into mail filters 2021-10-19 13:15:35 +02:00
Hadi Nategh
551d797cb6 * Mail: Implements date extension for vacation rule. None imap admin user can also set vacation rule by date. 2021-10-19 13:15:13 +02:00
Hadi Nategh
3317cc735a PHP8: fix error Undefined constant "status" 2021-10-14 15:38:57 +02:00
Ralf Becker
60536222ce fix PHP 8.0 error forwarding mail as attachment (calling count on null) 2021-10-14 09:41:53 +02:00