Commit Graph

602 Commits

Author SHA1 Message Date
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
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
75b168fb0d Switch to the right mail profileID if it's not matching the current one 2021-10-26 11:09:59 +02:00
Ralf Becker
91bd7c7aeb an other chunk of fixed PHP 8.0 Warnings 2021-10-07 10:14:43 +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
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
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
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
6ce05919b6 fix PHP 8 errors shown by PHPStorm 2021-03-30 20:34:58 +02:00
Hadi Nategh
6622de0eb6 Fix broken handling ical file with mimetype of application/octet-stream 2021-03-11 14:56:26 +01:00
Ralf Becker
c37581f43c * EPL/mail: support SpamTitan REST API to manage spam, requires an API token 2021-02-08 17:31:49 +02:00
nathangray
8628b50ffb * Mail: Fix deleting or moving multiple mail to another folder did not update the list 2020-08-24 12:35:06 -06:00
Ralf Becker
6bd87cafb5 dynamic disable NM autorefresh on get_rows response depending on push support of imap-server 2020-08-11 15:52:28 +02:00
Hadi Nategh
6b3747d225 Update pushed flags without requesting from server 2020-08-05 15:38:14 +02:00
Ralf Becker
371bb59bdf pass requested uids to backend, also ignore Sent folder for notification and fix update of foldername 2020-08-04 18:17:04 +02:00
Ralf Becker
45caead02b replace mail_bo with Api\Mail 2020-07-27 08:07:45 +02:00
Hadi Nategh
56376465f2 Make sure draft folder contains profile id when using it as folder option 2020-07-24 14:38:33 +02:00
Ralf Becker
0f8a2668fb fix token was only updated on account-change, not new login or daily token rotation, also support now multiple tokens/instances registring tokens for same account 2020-07-22 17:01:19 +02:00
nathangray
2a166fa47c * Mail: Fix download attachments as zip
Caused redirect with error message "Class 'mail_bo' not found"
2020-07-20 15:42:05 -06:00
Ralf Becker
bf44ee753a WIP push for mail (currently only Dovecot with further configuration!) 2020-07-20 12:09:08 +02:00
Ralf Becker
76c36cfbcd * Mail: allow to configure a proxy to display external http images (eg. proxy.egroupware.org) 2020-07-09 11:54:52 +02:00
Hadi Nategh
b0965ea44d Arrange mail-tree's menu item 2020-07-06 15:22:04 +02:00
Hadi Nategh
f5fe1cf02f Add replyto and folder fields into predefined compose values 2020-07-06 10:25:56 +02:00
Hadi Nategh
ae101a28c4 Implement predefined addresses for compose dialog 2020-07-02 10:42:42 +02:00
nathangray
72affb6696 Mail: Fix some remaining usages of mail_bo
see 2398968fb8
2020-06-09 14:19:21 -06:00
Ralf Becker
a0760f6b96 * Mail: fix creating a folder on level of inbox gave an error (if imap server supports it) 2020-06-08 11:59:49 +02:00
nathangray
be32da9ff4 Translate smime status messages, translation from Stefan Unverricht 2020-05-07 09:39:02 -06:00
nathangray
397fc8a620 Fix missing translation reported by Stefan Unverricht 2020-04-16 11:34:10 -06:00
Ralf Becker
b65b21fe9c allow images and media in mail via http: and https:, but remove object tags (already forbiden via CSP) 2020-01-29 14:40:30 +01:00
Ralf Becker
2ea9549dcf stricter CSP policy for mail body 2020-01-28 17:45:36 +01:00
Hadi Nategh
0924b38acb * Mail: Fix broken link mail in infolog via drag and drop action 2020-01-07 16:31:57 +01:00
Hadi Nategh
4619d55045 * File selector: implement Overwrite and Rename possibilities for saving an existing email message or attachment 2019-12-18 16:31:54 +01:00
Hadi Nategh
f26c9d73ca Update read/unread icons for actions 2019-10-01 11:04:27 +02:00
nathangray
a83d2d5b52 * Mail - fix email date is an editable field in mail display 2019-09-09 12:04:13 -06:00
Hadi Nategh
7d111ab58d Make app action icons colored again 2019-08-05 10:59:26 +02:00
nathangray
1497f6f026 Mail - add 'Mark all as read' action for folders too 2019-05-14 14:08:36 -06:00
nathangray
7b15a6e0f5 Mail - remove double message after deleting 2019-05-14 13:10:45 -06:00
Ralf Becker
be212f908c * Mail: check non-utf8 body, if it might be utf-8, to display readable 2019-03-29 16:51:07 +01:00
nathangray
89accef391 Missing or not translated phrases from Stefan Unverricht 2019-03-29 09:31:58 -06:00
Hadi Nategh
b179ea871c Use gray version of app icons for actions system 2019-03-25 10:41:23 +01:00
Hadi Nategh
58ad1d6fe1 Use tnef folder parameter set by commit 1920814067 2019-02-22 11:00:47 +01:00
nathangray
d805e9f467 Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
nathangray
4008f82be3 Mail - display multiple From addresses 2019-01-22 10:48:39 -07:00
Ralf Becker
28e15fbb2f fix PHP Warning: Use of undefined constant flase 2019-01-15 14:55:35 +01:00
Hadi Nategh
774c77b5be * Mail: add default value settings for S/MIME passphrase expiration in site configurations 2019-01-11 16:53:38 +01:00
nathangray
e25d721363 Silence some warnings about "Invalid argument supplied for foreach()" 2018-12-18 11:00:02 -07:00
Hadi Nategh
4c3e0dd3df Fix mail folder in set flag action not being translated 2018-12-17 10:24:26 +01:00