Commit Graph

1996 Commits

Author SHA1 Message Date
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
Hadi Nategh
2f78cffb13 Some styling improvements 2021-02-19 13:11:51 +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
0021080641 Translation fixes from Stefan 2021-02-04 17:00:40 -07:00
Ralf Becker
0f69a5669f pending translations from our translation server 2021-02-03 08:25:50 +01:00
Hadi Nategh
bb5157d338 Fix sieve rules edit dialog loses its matches field value after re-opening the entry 2021-01-29 11:19:42 +01:00
nathangray
0ff219fab9 Mail: Save as option translation from Birgit 2021-01-11 09:43:38 -07:00
nathangray
6fec92bf8b * Mail: New "Save As" preference option to attach just the mail, no mail attachments 2021-01-06 10:04:24 -07:00
Hadi Nategh
ec7231dbd5 Give some padding to calendar meeting request dialog 2020-12-18 14:43:22 +01:00
Hadi Nategh
870cb9f175 Fix error "Uncaught (in promise) TypeError: framework.notifyAppTab is not a function", happens in mobile view 2020-12-17 16:01:43 +01:00
nathangray
1154b1cdb9 Mail: Translation for new config setting 2020-12-16 08:35:48 -07: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
nathangray
8b28d8ffd0 Etemplate: Include etemplate exec_id as sortable parameter 2020-11-04 15:15:31 -07:00
Hadi Nategh
7010cc36c1 Fix error thrown from magicsuggest caused by wrong menuaction 2020-10-28 15:38:12 +01:00
Ralf Becker
ab8f644f32 pending translations from our translation server 2020-10-28 13:51:14 +01:00
Hadi Nategh
a12cdb1d02 * Mail: do not override existing compose fields with predefined values 2020-10-19 13:12:18 +02:00
Hadi Nategh
4aa14c91c2 Add missing files from commit 68d682d 2020-10-01 10:44:18 +02:00
nathangray
68d682d293 * Mail: Fix recent, read messages looked exactly the same as unread messages 2020-09-25 08:59:08 -06: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
Hadi Nategh
cf1f3203d0 Remove excessive margin-top from toolbar's more button 2020-09-21 12:21:46 +02:00
Hadi Nategh
e3aad386e0 Fix dropdown button styling in mail compose toolbar 2020-09-18 10:45:25 +02:00
Ralf Becker
9ed7d0b110 * Mail: handle push of delete or move of all messages in folder 2020-09-08 17:17:25 +02:00
Hadi Nategh
ec77cf0ff6 * Mail: Fix opening mailto: link in html mail causes connection error 2020-08-25 15:18:38 +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
a7e611af5f * Mail: fix moving a mail removes more then the moved mail, if push is active 2020-08-19 17:09:34 +02:00
Ralf Becker
e188c9f904 fix foldertree.getLabel(folder).replace() is not a function 2020-08-17 21:45:41 +02: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
Ralf Becker
19b8cb25a8 ignore MessageAppend all together for all new message notifications, as Sieve moved mails still use MessageNew 2020-08-06 14:46:28 +02:00
Ralf Becker
879943f3d2 do NOT update counter in Mail tab-header, eg. for Junk 2020-08-06 13:00:51 +02:00
Ralf Becker
deac5166e7 check et2 is ready 2020-08-06 09:40:53 +02:00
Ralf Becker
6e2745f129 update unseen counter in folder-tree for delete too 2020-08-06 09:02:34 +02:00
Ralf Becker
2ea0792600 remove mails marked as \Delete eg. by TB, which does not expunge immediatly 2020-08-05 18:09:37 +02:00
Hadi Nategh
e3cf9b7aa5 Make sure to clean up the duplicated class 2020-08-05 16:43:57 +02:00
Hadi Nategh
6b3747d225 Update pushed flags without requesting from server 2020-08-05 15:38:14 +02:00
Ralf Becker
d8752eecf8 * Mail/Admin: do NOT allow to set forwards via Sieve rules, if user forwards are disabled (not standard SMTP!) 2020-08-05 14:08:31 +02:00
Hadi Nategh
3ece75667d Avoid extra request to server for update-in-place refresh 2020-08-05 10:43:04 +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
bb0b93bf67 changes to receive further push notifications from Dovecot 2.3+ 2020-08-04 15:54:29 +02:00
Ralf Becker
9825b36148 pending translations from our translation server 2020-07-31 13:02:30 +02:00
Ralf Becker
a562cdf502 dynamic enable password suggest for sharing links 2020-07-30 21:56:57 +02:00
Ralf Becker
0f4b40c7fb * Mail: new preference to disable notifications for new arriving mails (requires push for mail) 2020-07-30 12:10:53 +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
Ralf Becker
45caead02b replace mail_bo with Api\Mail 2020-07-27 08:07:45 +02:00
Ralf Becker
a350f6a871 increment notification counter on (closed) mail tab 2020-07-24 19:13:11 +02:00