ralf
4202b7357f
fix a couple of JS errors in mail-compose due to now select widget
2022-04-30 12:11: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
ralf
5918fac6a9
fix PHP 8.x TypeError: array_diff(): Argument #1 must be of type array, null given
2022-04-26 12:44:59 +02:00
ralf
6bd9051589
fix PHP 8.x TypeError: array_intersect(): Argument #2 must be of type array, null given
2022-04-26 11:30:02 +02:00
nathan
6bd5388131
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:41:20 -06:00
Ralf Becker
76e76a9e18
pending changes from our translation server
2022-04-04 13:26:38 +02:00
Hadi Nategh
f0422b91ca
Fix no forward works only after saving sieve rule
2022-03-03 15:41:01 +01:00
Hadi Nategh
cdcb85f4f3
Fix status icons not showing up on mail list
2022-02-25 14:19:25 +01:00
Hadi Nategh
3e41eb00c6
Fix styling of expander actions in compose (Cc,Bcc, ...)
2022-02-25 12:02:41 +01: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
c29afdd7d2
Fix buttons used in mail expanded area e.g. mail attachments area
2022-01-24 17:02:34 +01:00
Hadi Nategh
28bcaf9422
WIP styling buttons: another approach to style buttons, keeping the icon slotted
2022-01-20 13:13:04 +01:00
Hadi Nategh
d67b0b1e66
Avoid duplicating from email address when generating identity
2022-01-10 14:03:14 +01:00
Ralf Becker
0748db0c70
pending translations from our translation server
2022-01-09 19:31:13 +01:00
Hadi Nategh
9ab621e054
Get mail display working again (index and display both need to be redefined in future)
2021-12-16 15:07:09 +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
Hadi Nategh
ebf4ca8752
Add "Org | Name Email" as email identity format into identLabel preference options
2021-12-10 10:41:04 +01:00
Hadi Nategh
2bcd6b16d8
Make sure value is set before using it
2021-12-09 14:02:35 +01:00
nathan
da6ff9d639
Merge branch 'master' into web-components
2021-11-24 09:42:28 -07:00
nathan
4cc8eea7b6
Mail: Make sure pressing [del] key twice in a row does not delete the first row on the second press
2021-11-22 11:56:42 -07: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
nathan
b91e1d8a5f
Merge branch 'master' into web-components
2021-11-18 10:28:30 -07:00
Ralf Becker
2f6f682cd8
fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given
2021-11-18 09:01:36 +01:00
Hadi Nategh
1ccbc60587
Fix PHP8.0 (TypeError): key(): Argument #1 ($array) must be of type array, null given
2021-11-16 11:23:03 +01:00
Ralf Becker
9f70526038
fix PHP 8.0 TypeError: Cannot access offset of type string on string
2021-11-15 17:57:06 +01:00
Ralf Becker
3003ed580c
fix PHP 8.0 TypeError: Cannot access offset of type string on string
2021-11-15 12:00:50 +01:00
Ralf Becker
7d49599943
fix PHP 8.0 TypeError: array_search(): Argument #2 ($haystack) must be of type array, bool given
2021-11-14 10:27:12 +01:00
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
nathan
ed66beaf8f
Merge branch 'master' into web-components
2021-11-10 10:25:51 -07:00
Ralf Becker
43ae41cae7
fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given
2021-11-10 12:24:08 +01:00
nathan
e03b8bbdc9
Merge branch 'master' into web-components
2021-11-05 11:08:31 -06: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
49b2313cfd
Fix error (TypeError): count(): Argument #1 ($value) must be of type Countable|array, null given
2021-11-04 09:45:55 +01:00
nathan
76d7447dab
Merge branch 'master' into web-components
2021-11-01 09:37:26 -06: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
nathan
fbbc466c78
Merge branch 'master' into web-components
2021-10-18 10:56:05 -06:00
Hadi Nategh
b5a669fe1d
Add more imap PERMANENTFLAGS in the sieve flags list
2021-10-18 12:34:15 +02:00
Hadi Nategh
0c2072f134
Add Seen flag into sieve flags list action
2021-10-18 12:23:22 +02:00
Hadi Nategh
0dd215d340
* Mail: Add set flags action into mail filters
2021-10-15 17:23:48 +02:00
Hadi Nategh
75d119f31f
* Mail: Implements date extension for vacation rule. None imap admin user can also set vacation rule by date.
2021-10-15 14:29:19 +02:00
Hadi Nategh
2ec9e27671
PHP8: fix error Undefined constant "status"
2021-10-14 15:37:52 +02: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
b84ef08c29
Set node property for inputWidget as it's expected to contain input node
2021-10-13 15:36:33 +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
nathan
02dce82010
Merge branch 'master' into web-components
2021-10-06 14:02:22 -06: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
Ralf Becker
ddddc5ba05
next big chunk of fixed PHP 8.0 Warnings
2021-10-05 14:11:11 +02:00
Hadi Nategh
6f8fccb1ad
Get mail app working (we use old-box widgets until replacing splitter with a web-component)
2021-09-27 16:14:42 +02:00
Hadi Nategh
966e611941
Find out the mailbox from the rowID
2021-09-27 11:22:49 +02:00
Hadi Nategh
6a689231e5
Catch miss encoding exception while checking mailbox for commit bec53dc57d
2021-09-27 10:50:50 +02:00
Hadi Nategh
c7d2f40a7b
Try to avoid running select all action on undesired mailbox
2021-09-24 10:23:51 +02:00
Ralf Becker
9239b86cd9
pending translations from our translation server
2021-09-22 14:57:11 +02:00
Ralf Becker
fc3aba9c39
missing ajax=true for mail site-config
2021-09-16 09:08:50 +02:00
Ralf Becker
e20cea757a
pending translations from our translation server
2021-09-10 10:19:57 +02:00
Hadi Nategh
1fd43b0bdd
* Mail: fix updating/deleting mail accounts does not refresh the mail tree no more
2021-09-01 16:23:38 +02:00
Hadi Nategh
3ea863c5bc
Take all addresses in the mail header when integrating mail to another app, e.g. Calendar.
2021-08-13 10:52:39 +02:00
Hadi Nategh
4fe8fd5154
Fix default value for mail's contact label preference
2021-07-27 12:38:37 +02:00
Hadi Nategh
89695620bc
Make sure et2 widgets are there before the container into vfsSelectUI app object
2021-07-06 15:50:49 +02:00
Hadi Nategh
70faf346e4
Fix error egw_keycode_translation_function is not defined
2021-07-06 14:53:56 +02:00
Ralf Becker
b88716c8b6
legacy load jQueryUI as tooltip has wired context problems if loaded as module
2021-07-02 08:52:18 +02:00
Hadi Nategh
7e350f4a4a
Fix miss replaced atob from commit e5f533cf6c
2021-07-01 10:28:06 +02:00
Hadi Nategh
b9d47c1511
Replace jQuery.base64 with native JS and remove its library
2021-07-01 10:26:51 +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
8ac6b45b78
Fix not working actions in mail
2021-06-16 11:12:46 +02:00
Ralf Becker
cb00de85ce
* Mail/Dovecot: allow to disable caching of flags in site config to support Dovecot private seen flags on shared folders
2021-06-15 10:23:11 +02:00
Ralf Becker
771d6c727f
got mail app.js incl. jsapi/app_base.js working
...
plus marking et2 methods returning promisses as async and removing cache-buster from includeJS calls in egw_action_common.js as it causes double loads
2021-06-11 10:11:13 +02:00
nathangray
f953d7a3b2
Mail: Adapt to taglist not following API fix ( 200aebd171
) to drag and drop of email addresses works
2021-05-31 10:27:29 -06: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
3420fdd187
Fix category column misalignment for mail ui list
2021-05-19 12:35:19 +02:00
Ralf Becker
ac9f1f61a6
pending translations from our translation-server
2021-05-12 11:12:35 +02:00
Ralf Becker
1f010a4391
Bump version to 21.1
2021-05-08 15:02:24 +02:00
Hadi Nategh
f5e2f7e719
Fix infinite loop before sending mail caused by integrated actions with no app right
2021-04-27 11:51:16 +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
Ralf Becker
6bac65210f
set an explict message-type "success" to stop error- instead of success-messages, if folder contained "error" or its translation
2021-04-21 09:39:47 +02:00
Hadi Nategh
a6bd16e2ad
Update mail app icon
2021-04-20 16:53:02 +02:00
Hadi Nategh
baa4c3c0ac
Fix type error: Unsupported operand types: string * int
2021-04-14 11:21:05 +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
94e0a536a4
pending translations from our translation server
2021-04-06 09:41:17 +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
nathangray
3fb74753c8
Mail: No longer need to defer select handler restoration
2021-03-16 11:06:48 -06:00
nathangray
15b0ecec22
Solve the problem with mail selecting the next mail and marking it as read when you move a mail by turning off the select-next-row thing for mail
2021-03-16 11:06:48 -06:00
nathangray
2aa52a43c8
Need to wait to restore the select handler to avoid nm selecting the next row.
2021-03-15 15:58:01 -06:00
nathangray
71be88ae75
Mail: Attempt to stop mail from loading but not displaying the next mail after moving a mail to another folder
...
Now de-selecting so push update does not re-select
2021-03-15 14:41:26 -06:00
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
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
Hadi Nategh
11ba189bd0
Make sure content has at least an empty object
2020-07-02 11:00:15 +02:00
Hadi Nategh
ae101a28c4
Implement predefined addresses for compose dialog
2020-07-02 10:42:42 +02:00
Hadi Nategh
6ba8210d83
Avoid requesting external images with mixed content
2020-06-30 15:54:21 +02:00
Ralf Becker
361d5cb351
bump version to 20.1
2020-06-28 10:04:21 +02:00
Hadi Nategh
5b1071e3d9
Try to warn user about Mixed Content sometimes being used as external images in mail contents.
2020-06-25 16:34:40 +02:00
nathangray
4d67f98eeb
Fix incorrect class
2020-06-24 13:43:18 -06:00
Ralf Becker
d83c567703
pending translations from our translation server
2020-06-12 12:29:47 +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
Ralf Becker
2398968fb8
remove deprecated mail_bo (moved to Api\Mail a long time ago)
2020-06-08 09:34:44 +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
Hadi Nategh
141ad5b5cc
Make sure external images warning message not obscuring mail content
2020-05-15 11:04:14 +02:00
nathangray
be32da9ff4
Translate smime status messages, translation from Stefan Unverricht
2020-05-07 09:39:02 -06:00
nathangray
bed10386f5
Missing translations from Stefan Unverricht
2020-05-06 14:48:50 -06:00
Ralf Becker
dfb5531118
pending translations from our translation server
2020-04-29 19:53:40 +02:00
Hadi Nategh
160334a4ac
Fix status action orders
2020-04-22 12:31:25 +02:00
nathangray
16e3b2cd05
Fix missing translation reported by Stefan Unverricht
2020-04-21 10:58:25 -06:00
Ralf Becker
1436aeeb27
pending translations from our translation server
2020-04-21 16:30:16 +02:00
nathangray
397fc8a620
Fix missing translation reported by Stefan Unverricht
2020-04-16 11:34:10 -06:00
nathangray
92af8ec297
Fix typo
2020-04-16 11:01:23 -06:00
nathangray
85b44d4df3
Fix missing translation reported by Stefan Unverricht
2020-04-16 10:23:22 -06:00
Hadi Nategh
b36cfa4a80
Add icon into status icon
2020-04-09 11:37:47 +02:00
Ralf Becker
f4e64e18b3
pending translations from our translation server
2020-04-08 19:09:00 +02: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
nathangray
7e1da8d909
Fix some popups restricted to just one popup window
...
- Admin -> Edit user
- Mail -> View source & View header
2020-03-23 09:57:06 -06:00
Ralf Becker
7932a3a693
pending changes from our translation server
2020-03-18 11:29:58 +01:00
nathangray
d4b9397d62
Refactor tests to avoid deprecated assertions
2020-03-10 15:54:02 -06:00
Ralf Becker
ce47208874
fix function signature in order to update to phpUnit 8
2020-03-04 18:47:48 +01:00
Hadi Nategh
20dff3e101
Apply compiled mobile app.css
2020-02-19 11:59:00 +01:00
Hadi Nategh
ece36df5d4
Fix mailPreview padding
2020-02-17 19:25:15 +01:00
Hadi Nategh
6a64128893
Fix mail tree not reading available svg icons
2020-01-31 16:57:34 +01:00
Hadi Nategh
23449272e2
* Mail: fix mail acl can't save or retrieve after changing mailbox via folder selectbox
2020-01-31 15:03:56 +01:00
Ralf Becker
4447e1a618
pending translations from our translation server
2020-01-30 13:47:32 +01: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
e73a1088fb
Fix mail icons size
2020-01-24 16:38:37 +01:00
Hadi Nategh
256678dd5d
Make status images the same size as other icons in mail app
2020-01-20 15:48:59 +01:00
Hadi Nategh
dfa35d21ea
Add svg version of mail new icon
2020-01-20 15:25:53 +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
b51a17e2fb
Fix mail's vertical splitter bar in the middle overlaps scrollbar of the left pane
2020-01-07 14:34:21 +01:00
Hadi Nategh
e8b3372d43
Cleanup filename before saving it to avoid mismatch filename
2020-01-06 15:48:02 +01:00
Ralf Becker
e3aeb0487c
pending changes from our translation server
2019-12-20 08:42:01 +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
2e43fecd66
Commit new translations from translation server
2019-11-25 16:44:58 +01:00
nathangray
2686d99cdd
Mail: Give more horizontal space for subject in preview
2019-11-01 15:23:45 -06:00
Ralf Becker
ebf2cd8601
pending translations from our translation server
2019-10-31 12:55:11 +01:00
Hadi Nategh
96679fdee0
* Mail: fix textarea in compose dialog gets disappeared after attaching a file, happens in mobile template only
2019-10-11 14:24:23 +02:00
Hadi Nategh
f26c9d73ca
Update read/unread icons for actions
2019-10-01 11:04:27 +02:00
Hadi Nategh
2bb0f11ffe
Fix seen/unseen svg icons
2019-10-01 10:08:01 +02:00
Hadi Nategh
a69d24ee66
* Api: Enable d-n-d into HtmlArea
2019-09-30 17:22:18 +02:00
Hadi Nategh
6f799d7cb7
Apply new translations from translation server
2019-09-30 10:55:13 +02:00
Hadi Nategh
9c7ac71b45
Add svg icon for deleted mail status
2019-09-25 15:38:59 +02:00
Hadi Nategh
3b5f6eb1c3
Applying some new icons from Eva
2019-09-25 15:16:52 +02:00
Hadi Nategh
1147069fcd
Update some icons from Eva
2019-09-24 12:14:18 +02:00
Hadi Nategh
68c5d1f2be
Update more svg icons from Eva
2019-09-20 14:06:35 +02:00
Hadi Nategh
ab455be633
Fix saveAsDraft icon in mail compose
2019-09-20 10:44:19 +02:00
Hadi Nategh
2a35c7c4e4
Fix priority and notification icons
2019-09-19 16:28:49 +02:00
Hadi Nategh
120bf82a69
Update more SVG icons from Eva
2019-09-19 14:50:58 +02:00
Hadi Nategh
7dff2d7f94
Make mail compose dialog slightly bigger to get all actions in toolbar on a same line
2019-09-19 10:44:59 +02:00
Hadi Nategh
8bbb75df48
Update some icons
2019-09-16 10:13:10 +02:00
nathangray
69a6b5ec41
Mail - icon cleanup
...
- Remove png in favour of svg
- Use filemanager navbar icon for filemanager related actions
2019-09-09 15:39:56 -06:00
nathangray
a83d2d5b52
* Mail - fix email date is an editable field in mail display
2019-09-09 12:04:13 -06:00
Ralf Becker
f67efb50ae
fix to small Sent button in compose
2019-09-05 11:35:19 +02:00
Hadi Nategh
0232ab96d4
Replace some of compose toolbar actions icons with their svg versions
2019-08-29 15:54:31 +02:00
Hadi Nategh
8506bf5e5f
* Mail: fix drag-n-drop files from desktop no longer works on htmlarea as expected
2019-08-28 16:16:36 +02:00
Hadi Nategh
74d6322414
Fix modify mail subject action's title
2019-08-26 17:01:37 +02:00
Hadi Nategh
2da7c30cdc
Try to fit all htmlarea tools on the same line
2019-08-21 12:28:43 +02:00
Hadi Nategh
c6adfe64ca
* Mail: fix broken save to filemanager action
2019-08-21 12:12:20 +02:00
Hadi Nategh
0564e61c50
* Mail: add format selector into compose htmltext editor's toolbar
2019-08-20 15:55:53 +02:00
Hadi Nategh
193a8847b9
Remove extra saving as draft
2019-08-19 10:26:21 +02:00
nathangray
ce79581185
Mail - store merge emails to a single contact in drafts before they're sent, instead of directly in sent folder
2019-08-16 10:46:35 -06:00
Hadi Nategh
7d111ab58d
Make app action icons colored again
2019-08-05 10:59:26 +02:00
Hadi Nategh
88164b6dac
Fix save-to-filemanager action not working when it's an opened popup mail from another app (e.g. filemanager)
2019-08-01 12:30:55 +02:00
nathangray
1bd5987a22
Mail - avoid blank line at the top when loading drafts
2019-07-29 13:22:25 -06:00
nathangray
4432e461a0
Mail - avoid blank line at the top of merged emails
2019-07-26 11:48:39 -06:00
Ralf Becker
b8f8e53620
pending translations from our translation server
2019-07-17 12:34:22 +02:00
Ralf Becker
efcb0471b3
bump version to 19.1
2019-07-16 10:46:59 +02:00
Ralf Becker
0addb59e99
pending translations from our translation server
2019-07-04 12:39:40 +02:00
Ralf Becker
d9ec6bf3e1
pending translations from our translation-server
2019-06-29 10:42:47 +02:00
Ralf Becker
f4500fb9c1
pending changes from our translation server
2019-06-20 21:22:34 +02:00
nathangray
5fce8985b8
Missing translations from Stefan Unverricht
2019-06-18 11:43:37 -06:00
Ralf Becker
5c2723d501
delete message after meeting-response is processed successful by calendar
2019-06-15 08:45:25 +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
310182cc85
Add translations
2019-05-14 17:27:48 +02:00
Hadi Nategh
a0a1326e6f
Add mail compose action for status app
2019-05-07 11:17:26 +02:00
Hadi Nategh
98b9de516d
Save the composed mail before it gets sent
2019-04-29 13:02:33 +02:00
Ralf Becker
a76af8c7e3
fix typo
2019-04-24 12:13:23 +02:00
Hadi Nategh
08ac18c4db
Apply new style for row selection and hover
2019-04-03 11:26:32 +02: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
nathangray
1c8db476f3
Missing or not translated phrases from Stefan Unverricht
2019-03-29 09:22:06 -06:00
Hadi Nategh
266d4ebd70
Some more styling changes:
...
- Add png version of app icons
- Add nm header column selection icon
2019-03-26 12:21:33 +01:00
Hadi Nategh
881b690aae
* Mail: fix S/MIME fails with addresses not written in lowercase
2019-03-25 17:12:11 +01:00
Hadi Nategh
281a75883c
Some improvements for nextmatch header style
2019-03-25 14:21:56 +01:00
Hadi Nategh
f2a5069aa9
Style mail attachments area
2019-03-25 11:09:20 +01:00
Hadi Nategh
b179ea871c
Use gray version of app icons for actions system
2019-03-25 10:41:23 +01:00
Hadi Nategh
74dde1dd0e
Apply some new app colors and icons
2019-03-25 09:53:17 +01:00
Ralf Becker
b6d056a237
no need to search for etag
2019-03-23 10:49:36 +01:00
Hadi Nategh
784db8b12e
Remove extra styling from mail toolbar actions
2019-03-22 16:08:40 +01:00
Hadi Nategh
28fde2a89c
Remove bg from compose/send
2019-03-22 15:56:01 +01:00
Hadi Nategh
6053053f77
New style for compose and send button
2019-03-22 12:25:54 +01:00
Hadi Nategh
f3b0362653
Remove extra navbar icons from mobile template
2019-03-21 16:43:23 +01:00
Hadi Nategh
d8d6d4d247
Apply new app color codes
2019-03-21 11:53:37 +01:00
Ralf Becker
bc1db0019a
remove stroke / outline from svg images
2019-03-06 15:47:53 +01:00
Hadi Nategh
a639a9aee3
Make filemanager icon bigger
2019-02-26 18:10:01 +01:00
Hadi Nategh
5f04ec0ad6
* Mail: fix opening a forwarded mail as attachment into an existing compose dialog fails
2019-02-26 11:58:20 +01:00
Hadi Nategh
cbbd3e2cd8
Remove resetting password field in compose dialog seems new Safari version does the right thing regarding autocomplete = "new-password"
2019-02-25 15:16:15 +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
Hadi Nategh
a059628f58
* Mail: take user's cutomfields type of email into account when searching for contacts in Compose -> TO field.
2019-02-01 11:13:43 +01:00
Hadi Nategh
32095efd4b
Make the edit account dialog slightly bigger to get all toolbars fit in one line
2019-01-25 14:54:06 +01:00
nathangray
886b2e0357
Mail - fix long subjects are not shown in preview (FF only)
2019-01-22 14:16:39 -07:00
nathangray
4008f82be3
Mail - display multiple From addresses
2019-01-22 10:48:39 -07:00
Hadi Nategh
de154ed152
Add mobile theme for tinyMCE
2019-01-18 16:27:19 +01:00
Ralf Becker
28e15fbb2f
fix PHP Warning: Use of undefined constant flase
2019-01-15 14:55:35 +01:00
Ralf Becker
f09ffe0036
pending translations from our translation server
2019-01-12 21:00:32 +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
Hadi Nategh
b692864e12
Add some translations
2019-01-10 15:01:58 +01:00
Hadi Nategh
989a025681
fix function signature for the previous commit
2018-12-20 17:10:41 +01:00
Hadi Nategh
490d79f774
Do not touch email addresses when creating a plaintext message
2018-12-20 16:57:46 +01:00
nathangray
996ce52b1a
Silence warning about "Invalid argument supplied for foreach()" in a way that still works with reference
2018-12-19 15:31:44 -07:00
nathangray
e25d721363
Silence some warnings about "Invalid argument supplied for foreach()"
2018-12-18 11:00:02 -07:00
Hadi Nategh
63570062b1
Attempt to normalize select color in standard template
2018-12-17 15:49:22 +01:00
Hadi Nategh
4c3e0dd3df
Fix mail folder in set flag action not being translated
2018-12-17 10:24:26 +01:00
nathangray
4a398a1ba8
* Mail - Fix save message as infolog/calendar/tracker gave error
2018-12-13 15:47:33 -07:00
Hadi Nategh
56b0704bcb
W.I.P. of modern theme:
...
- Fix mail icons
2018-12-12 14:59:33 +01:00
Hadi Nategh
d9e1ddf506
W.I.P. of modern theme with SVG icons enabled:
...
- add colored svg navbars
2018-12-11 16:52:55 +01:00
nathangray
5a0cd76250
Fix PHP 7.2 warning "PHP Warning: count() Parameter must be an array or object ..."
2018-12-10 10:12:08 -07:00
Hadi Nategh
d2f068a31b
Add some translations
2018-12-10 15:52:14 +01:00
Hadi Nategh
36f67321d1
Fix some styling for mail
2018-12-10 12:01:46 +01:00
Ralf Becker
fc95580c05
pending spanish translations from our translation server
2018-12-10 12:29:14 +01:00
Ralf Becker
3552afa91c
converting turkish translations to utf-8
2018-12-10 10:59:43 +01:00
Hadi Nategh
2d4a9b5bf5
Fix styling of mail filter's add button
2018-12-10 10:58:49 +01:00
Hadi Nategh
8a0ae8f01d
Fix edit mail filter dialog gets scrollbar
2018-12-07 11:49:17 +01:00
Hadi Nategh
913a0095d0
* Mail: Move modify subject action from list view into preview
2018-12-07 11:18:06 +01:00
Hadi Nategh
e4ef2007a4
Rely on disableIFNoEPL attribute
2018-11-27 11:51:11 +01:00
Hadi Nategh
b0feb5e965
Do not fill reply-to if the FROM address is the same as the reply-to
2018-11-20 15:13:40 +01:00
Hadi Nategh
5a7b1aabec
Keep toggled on fields open when they're explicitly have been set in preferences to be on all the time
2018-11-16 14:55:40 +01:00
Hadi Nategh
7089489db9
Hide editor statusbar from compose dialog
2018-11-05 15:35:13 +01:00
Hadi Nategh
2690ec5053
Introduces avatar.php and replaces all addressbook.photo urls accordingly
2018-10-31 13:49:51 +01:00
nathangray
7c3fa06082
Mail - some missing translations reported by Stefan Unverricht
2018-10-30 11:28:27 -06:00
Ralf Becker
bb369167e2
pending translations from our translation server
2018-10-26 16:20:45 +02:00
Hadi Nategh
236006b795
W.I.P. implementing TinyMCE editor and deprecating CKEditor:
...
- Keep editor toolbar in one line at least for mail compose
- Add a preference to enable/disable menubar at the top of editor
- Respects mode preference
2018-10-22 12:37:45 +02:00
Hadi Nategh
1cbd0aa2a3
W.I.P. implementing TinyMCE editor and deprecating CKEditor
2018-10-19 16:35:18 +02:00
Hadi Nategh
730b2b7d51
* Mail: do not hierarchy delimiter inside folder names as it may break the folder structure
2018-10-17 18:02:36 +02:00
Ralf Becker
2987e9e053
do no close the session before sending, if we have to store the send text for infolog or other integration in the session
2018-10-08 11:37:40 +02:00
Hadi Nategh
577850cfd0
* Api: change default submit to async call and try to block user interfering with submitted popup until the response
2018-10-04 17:23:30 +02:00
Hadi Nategh
b7c359a6f1
* Mail: implement new preference to configure mail identity label shown as mail folder header
2018-09-25 15:00:01 +02:00
nathangray
613a49799c
Some missed translations reported by Stefan Unverricht
2018-09-20 13:01:54 -06:00
Hadi Nategh
bdd81ceba0
Draft message suppose to be removed immediately after sent
2018-09-20 16:07:57 +02:00
Hadi Nategh
69b84928a1
* Mail: fix signed/encrypted S/MIME new message does not take CC or BCC fields into account
2018-09-17 11:08:52 +02:00
nathangray
cabbacf229
Missing translations from Stefan Unverricht
2018-09-13 14:26:54 -06:00
Hadi Nategh
24b1dc745a
* Mail: avoid to send so many requests when user tries to scroll on mail list via key up/down
2018-09-06 16:03:48 +02:00
Hadi Nategh
b4b2b9d5d2
Implement an admin-config setting to be able to disable PGP encryption feature
2018-08-23 16:58:14 +02:00
Hadi Nategh
1cbc5779f0
Restrict Usenet-style signature detection with ending of carriage return or new line.
2018-08-17 14:52:32 +02:00
Hadi Nategh
03683fce69
* Mail: fix newsnet-style signature removes lines which have only DASH DASH
2018-08-17 14:45:22 +02:00
Hadi Nategh
229752b4dd
* Mail: fix S/MIME encrypted only composed mail fails
2018-08-17 11:50:26 +02:00
Hadi Nategh
ffca2aa4ea
Add some translations
2018-08-13 15:17:34 +02:00
Hadi Nategh
c9e1d453a9
Do not let mail splitter-pan maximizes to 100%
2018-08-07 10:29:02 +02:00
nathangray
15dc81d8f8
Fix some bugs in mail.setContent()
2018-08-03 11:00:21 -06:00
nathangray
6572c98bd1
* Mail - set default refresh rate to 5 minutes for new installations
2018-07-25 15:33:02 -06:00
Krzysztof Kaczmar
7881945c68
Some fixes in Polish language files
2018-07-23 14:01:10 +02:00
Hadi Nategh
06a2263b78
Fix translation
2018-07-19 16:16:35 +02:00
Hadi Nategh
3866369f07
Add some translations
2018-07-17 17:20:25 +02:00
Hadi Nategh
77c424a2ff
Shift Allow External Images pref in mail preferences into the bottom, makes the prefs easier to read
2018-07-17 10:52:27 +02:00
Hadi Nategh
3aa5054eb7
Add some translations
2018-07-12 18:02:09 +02:00
Hadi Nategh
d85d204636
Fix translation
2018-07-12 16:37:07 +02:00
Hadi Nategh
9a5ee44ebe
Add translations
2018-07-12 16:32:39 +02:00
Hadi Nategh
a73884cdf8
Add title for filemode_icon and fix missing icons
2018-07-12 16:07:05 +02:00
Hadi Nategh
50d02bff81
Try to warn user when switching between filemodes in compose dialog, also indicate each filemode with an icon.
2018-07-12 15:42:07 +02:00
Hadi Nategh
cc3e00f9f1
* Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook
2018-07-11 14:39:40 +02:00
Hadi Nategh
1cfe10e831
Reset selected nm actions on change folder. Fixes selected all actions sometimes get disabled.
2018-07-05 16:34:30 +02:00
Hadi Nategh
71442541f5
Keep expander fields left aligned together with html checkbox in compose dialog
2018-07-05 14:42:11 +02:00
Hadi Nategh
9317cdd216
Fix contacts with ampersands in their name will fail in mailto function
2018-07-05 11:28:12 +02:00
Hadi Nategh
dd03c7fe16
* Mail: fix some smime signed messages get recognized wrongly as encrypted
2018-07-04 15:41:43 +02:00
Hadi Nategh
4bd14a6b7b
Some styling improvements for mail compose
2018-06-28 17:28:45 +02:00
Hadi Nategh
36726c7400
Add new attributes into core widget in order to be able to set widget->type attributes in preferences
2018-06-27 17:40:26 +02:00
Ralf Becker
c4e4eb45a4
* Calendar/CalDAV: sending correct iMip REPLY to mail invitations and only reply to external chair
2018-06-26 15:58:44 +02:00
Hadi Nategh
018a6a4d09
Make sure there is toolbar before using it
2018-06-25 14:59:11 +02:00
Hadi Nategh
ec59013349
* Mail: Implement new preference for toggle actions. For instance, switching Cc, BCc or S/MIME Sign always on when trying to compose an email.
2018-06-25 11:34:16 +02:00
Hadi Nategh
4313b57675
W.I.P. of mail toggled on actions preferences
2018-06-22 16:04:50 +02:00
Hadi Nategh
2080b4043c
* Mail: Add user avatar into emails list and tags
2018-06-22 15:08:34 +02:00
Hadi Nategh
593d81184d
Do not run draft auto save if any of the tags are in edit mode
2018-06-21 14:20:52 +02:00
Hadi Nategh
23c844b90d
Remove magicsuggest from api then add it to vendor
2018-06-21 13:39:00 +02:00
Hadi Nategh
73404e8136
* Mail: fix from address in mobile template
2018-06-18 11:34:04 +02:00
Hadi Nategh
f18106c99f
Add translation for previous commit
2018-06-15 16:38:32 +02:00
Hadi Nategh
8f53e3d9f1
* Mail: warn user when there's no space left for storing sieve rules because of sieve_maxscriptsize limit
2018-06-15 15:49:34 +02:00
nathangray
350f186813
Mail - missing translations
2018-05-30 11:43:41 -06:00
nathangray
29dcccc6e4
* Mail - avoid javascript error blocking context menu from SpamTitan check when row data not found
2018-05-17 09:18:29 -06:00
Hadi Nategh
8b3aed5516
* Tracker: fix inline images from mailhandling are not getting resolved properly
2018-05-15 18:15:28 +02:00
Hadi Nategh
9f0b8754a3
* Tracker: fix inline images imported from mail get always overridden by the first inline image in the list
2018-05-15 18:15:28 +02:00
nathangray
66c0d38449
Translations & translation bugs from Stefan Unverricht
2018-05-14 13:12:36 -06:00
Ralf Becker
e5a7156544
Translations from Ilias Chasapakis
2018-05-14 18:55:38 +02:00
U-quokka\komaba
2da4ec91db
update Japanese language files.
2018-05-12 08:24:38 +09:00
Ralf Becker
fb72822e9f
* Calendar: fix not working Mail/Meetingrequest to all participants action
2018-05-05 11:49:35 +02:00
Ralf Becker
e8486cfebd
fix PHP Fatal error: Uncaught TypeError: Argument 3 passed to stylite_mail_spamtitan::sync_aliases() must be of the type array, null given
2018-04-23 20:11:47 +02:00
Ralf Becker
c428fc9908
fix typo
2018-04-23 19:14:41 +02:00
Ralf Becker
c0fd7f8e8a
synchronising email aliases with SpamTitan, when first spam action in a session is used
2018-04-23 17:40:29 +02:00
Ralf Becker
f1437d4ccb
fixing a couple more PHP Warning count(): Parameter must be an array or an object that implements Countable
2018-04-13 09:12:26 +02:00
Hadi Nategh
f2d5687cb2
Add some translations, thanks to Evgen Vodopivec.
2018-04-11 15:59:22 +02:00
Hadi Nategh
c0b5a7c44e
Add and fix some translations, thanks to Stefan Unverricht.
2018-04-11 15:19:39 +02:00
Ralf Becker
ad95a01cec
fixing function and test
2018-04-11 14:05:49 +02:00
Hadi Nategh
8950a0fd99
Test if the filename is not empty
2018-04-11 11:59:40 +02:00
Hadi Nategh
a1aa67476e
Test to make sure 4-byte utf8 supplementary chars get cleaned up
2018-04-11 11:42:33 +02:00
Ralf Becker
e72c7c76b6
* EMail/sMime: allow non-admin users to upload their keys
2018-04-10 13:15:09 +02:00
Hadi Nategh
9fc3dc2e55
Add some translations from translation server
2018-04-10 11:56:48 +02:00
Hadi Nategh
5fafcf0e51
* Mail: Fix mail import does not display imported mail in correct style
2018-04-09 17:39:49 +02:00
Hadi Nategh
5d128cc43b
* Addressbook: Fix send all contact's emails/vcards to compose dialog does not work
2018-04-09 16:42:08 +02:00
Hadi Nategh
c28e6de2ba
Add some translations, thanks to Evgen Vodopivec.
2018-04-03 11:24:42 +02:00
Hadi Nategh
13d285924a
Remove extra background color from splitter bar
2018-03-26 11:20:42 +02:00
Hadi Nategh
a8e10cdc64
WIP framework's popup storage/restore:
...
- Keep tracking of popup's window object and restore it when needed
- Implement a method to check an already opened popup and execute a method in the selected popup context
- Fix vcard import into opened compose windows not working
2018-03-09 17:48:09 +01:00
Hadi Nategh
cf7077d536
An attempt to fix the failing test on vertical char
2018-03-05 14:43:44 +01:00
Hadi Nategh
63dd5ce96b
Make sure replace only and only VT char (Vertical Tab)
2018-03-02 12:13:13 +01:00
Hadi Nategh
8ac7684f66
Add vcards from addressbook into an opened mail compose if there's any
2018-02-28 17:30:45 +01:00
Hadi Nategh
89f4deba8e
Use hover_action to edit subject of a message
2018-02-26 17:54:13 +01:00
Hadi Nategh
8e79ef4dfe
WIP mail subject modify action
2018-02-26 12:34:08 +01:00
Hadi Nategh
7c2547f8c4
W.I.P. mail subject modify action
2018-02-20 18:00:30 +01:00
nathangray
8f752fcc03
* Mail - Improvements to list display in address search results
...
Now automatic group lists & created distribution lists limited to 10 each
If there are more, this is indicated with ellipsis
2018-02-16 11:19:47 -07:00
Hadi Nategh
2945021b20
* Mail: Fix spacing issue between grouped toolbars
2018-02-15 15:14:06 +01:00
Ralf Becker
c2bb28d3f1
pending DE and SK translation from Stefan Unvericht
2018-02-09 12:34:50 +01:00
Hadi Nategh
f576fbd722
Fix wrongly used exception type on previous commit
2018-02-08 16:10:06 +01:00
Hadi Nategh
cec3cc2170
Fix mail integration fails on SMIME authentication failure.
2018-02-08 15:25:42 +01:00
Hadi Nategh
b9dea1fe8e
Add some translations
2018-02-08 12:11:57 +01:00
Hadi Nategh
d965fa0f6b
Try to inform user properly when forward/reply failure of encrypted smime message happens
2018-02-07 16:56:39 +01:00
Ralf Becker
07fbe630a2
remove not necessary skipping of regular validation on sending mail
2018-02-05 18:57:26 +01:00
Hadi Nategh
495b3c5b21
Some styling improvements for Mail compose dialog
2018-01-25 12:59:18 +01:00
nathangray
74c22675f6
Mail - translations from Stefan Unverricht
2018-01-23 14:38:56 -07:00
nathangray
2febc0a46e
Mail - Reorganize and use same cleaning function when saving mail as infolog as for saving to VFS
2018-01-22 09:13:19 -07:00
Hadi Nategh
4f75e7068a
Make mail inline image warning message a bit smaller to get it fit into one line
2018-01-22 16:44:23 +01:00
nathangray
8a8b8864fc
* Mail - Filter / and ? from filenames when saving to VFS or disk
2018-01-15 11:52:15 -07:00
Hadi Nategh
1b92a648f9
Fix translation
2018-01-11 11:11:22 +01:00
Hadi Nategh
3b25305959
Do not remove signature part in forward inline
2018-01-08 14:24:14 +01:00
Hadi Nategh
62b00b3f75
Add/fix some translations
2018-01-04 11:34:26 +01:00
Hadi Nategh
76ef9f5d4a
Do not select next mail from the list after a reported spam mail
2018-01-03 17:30:03 +01:00