Commit Graph

1975 Commits

Author SHA1 Message Date
Hadi Nategh
3ba08dabd2 Fix error thrown from magicsuggest caused by wrong menuaction 2020-10-28 15:40:05 +01:00
Ralf Becker
8209fb6f80 pending translations from our translation server 2020-10-28 14:13:13 +01:00
Hadi Nategh
35d63ee84f * Mail: do not override existing compose fields with predefined values 2020-10-19 13:13:55 +02:00
Hadi Nategh
bf3c833856 * 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:21:35 +02:00
Hadi Nategh
d791248dfe Remove excessive margin-top from toolbar's more button 2020-09-21 12:23:39 +02:00
Ralf Becker
f3b7a2781b * Mail: handle push of delete or move of all messages in folder 2020-09-08 17:18:09 +02:00
nathangray
559f2cc373 * Mail: Fix deleting or moving multiple mail to another folder did not update the list 2020-08-25 08:40:27 -06:00
Hadi Nategh
06e6aae470 * Mail: Fix opening mailto: link in html mail causes connection error 2020-08-25 15:19:43 +02:00
Ralf Becker
c32a9ea5d7 * Mail: fix moving a mail removes more then the moved mail, if push is active 2020-08-19 17:10:05 +02:00
Ralf Becker
9f3726fd28 fix foldertree.getLabel(folder).replace() is not a function 2020-08-17 21:46:15 +02:00
Ralf Becker
9a005ab7c0 dynamic disable NM autorefresh on get_rows response depending on push support of imap-server 2020-08-11 15:52:53 +02:00
Ralf Becker
e48d11a96e ignore MessageAppend all together for all new message notifications, as Sieve moved mails still use MessageNew 2020-08-06 14:46:56 +02:00
Ralf Becker
f860b3adf9 do NOT update counter in Mail tab-header, eg. for Junk 2020-08-06 13:01:53 +02:00
Ralf Becker
940e43e2f7 check et2 is ready 2020-08-06 09:41:25 +02:00
Ralf Becker
024febcdfa update unseen counter in folder-tree for delete too 2020-08-06 09:03:46 +02:00
Ralf Becker
783358f264 remove mails marked as \Delete eg. by TB, which does not expunge immediatly 2020-08-05 18:10:24 +02:00
Hadi Nategh
d1c0b972a6 Make sure to clean up the duplicated class 2020-08-05 16:45:08 +02:00
Hadi Nategh
f776b523ee Update pushed flags without requesting from server 2020-08-05 15:52:37 +02:00
Hadi Nategh
67fa46ce96 Avoid extra request to server for update-in-place refresh 2020-08-05 15:52:20 +02:00
Ralf Becker
a12493b5f6 pass requested uids to backend, also ignore Sent folder for notification and fix update of foldername 2020-08-05 15:52:02 +02:00
Ralf Becker
01b59942fb changes to receive further push notifications from Dovecot 2.3+ 2020-08-05 15:51:48 +02:00
Ralf Becker
534ad186fe * Mail/Admin: do NOT allow to set forwards via Sieve rules, if user forwards are disabled (not standard SMTP!) 2020-08-05 14:40:20 +02:00
Ralf Becker
8243f7934e pending translations from our translation server 2020-07-31 13:04:06 +02:00
Ralf Becker
acefbc6264 dynamic enable password suggest for sharing links 2020-07-30 21:57:45 +02:00
Ralf Becker
b458c11f09 * Mail: new preference to disable notifications for new arriving mails (requires push for mail) 2020-07-30 12:14:29 +02:00
Ralf Becker
35edb2b49e * Mail: replying to a mail should only update icon, not move it to top of list 2020-07-29 13:59:42 +02:00
Ralf Becker
ea7c8c9d57 replace mail_bo with Api\Mail 2020-07-27 08:08:15 +02:00
Ralf Becker
9d12d7cffa increment notification counter on (closed) mail tab 2020-07-24 19:13:55 +02:00
Ralf Becker
3d4eb03b90 * Mail: allow to configure a proxy to display external http images (eg. proxy.egroupware.org) 2020-07-24 14:59:06 +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
cf06054fd7 move configuration of imap servers supporting push to mail site config and stadard imap server 2020-07-23 14:17:32 +02:00
Ralf Becker
a101a6f579 fix typo 2020-07-22 21:27:05 +02:00
Ralf Becker
a86a4bcdc3 fix account marked in tree gives only $acc_id not "$acc_id::INBOX" 2020-07-22 18:58:25 +02:00
Ralf Becker
28616ef0ee nm_value.selectedFolder is not always set, read it from foldertree, if not 2020-07-22 17:38:02 +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
Alexandros Sigalas
ea548a90ab Added hook: mail_compose_after_save 2020-07-22 09:06:00 +02:00
Ralf Becker
8c46a2d541 remove outside module invalid import statement (added by PHPStorm) 2020-07-22 08:55:35 +02:00
nathangray
f0b924008b Etemplate: Add a callback so apps can decide where to put new push rows 2020-07-21 15:32:22 -06:00
Hadi Nategh
eb927182b1 Mail push update:
- Implement folder status update
- Fix list gets updated even if it is not the active profile
2020-07-21 11:46:36 +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
Hadi Nategh
67d50fca78 Fix mail subject modifier dialog 2020-07-13 16:30:11 +02:00
nathangray
d8a51abd8a Mail: Add missing placeholder translation 2020-07-09 14:03:08 -06: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
Ralf Becker
bcf9e1edee proxy http images to https 2020-07-08 20:51:33 +02:00
Ralf Becker
0faa8b367e * Mail: open notification email of own domain as popup 2020-07-08 14:28:21 +02:00
Hadi Nategh
b0965ea44d Arrange mail-tree's menu item 2020-07-06 15:22:04 +02:00
Hadi Nategh
16579e7bcb Fix translations 2020-07-06 14:25:08 +02:00
Hadi Nategh
f5fe1cf02f Add replyto and folder fields into predefined compose values 2020-07-06 10:25:56 +02:00
Hadi Nategh
9130b70347 Add translations 2020-07-03 15:12:19 +02:00