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
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
e4ef2007a4
Rely on disableIFNoEPL attribute
2018-11-27 11:51:11 +01: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
Hadi Nategh
dd03c7fe16
* Mail: fix some smime signed messages get recognized wrongly as encrypted
2018-07-04 15:41:43 +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
nathangray
350f186813
Mail - missing translations
2018-05-30 11:43:41 -06:00
Hadi Nategh
8b3aed5516
* Tracker: fix inline images from mailhandling are not getting resolved properly
2018-05-15 18:15:28 +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
Ralf Becker
e72c7c76b6
* EMail/sMime: allow non-admin users to upload their keys
2018-04-10 13:15:09 +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
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
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
nathangray
8a8b8864fc
* Mail - Filter / and ? from filenames when saving to VFS or disk
2018-01-15 11:52:15 -07:00
Hadi Nategh
a39a466fed
* Mail: fix rename of an attachment and saving it into Filemanager always keep the original name of attachment with no respect to the given new name.
2017-12-18 11:27:23 +01:00
nathangray
fc211f475f
Also remove slash (/) from subject & attachments when going to VFS
2017-12-11 09:36:50 -07:00
Hadi Nategh
6a8ef2111a
* Mail: Do not popup smime certificate dialog if the smime is not configured
2017-12-07 14:14:01 +01:00
Hadi Nategh
46f26f7ef9
Fix broken inline images caused by commit 7c65127e64
2017-11-27 16:12:18 +01:00
Hadi Nategh
2ac96dc7c0
vfsSaveAttachment is no longer needed to be as public function
2017-11-23 11:52:01 +01:00
nathangray
16e5c695dc
Fix drag and drop linking of email
2017-11-17 10:31:15 -07:00
Hadi Nategh
b6d673f98a
* Mail: Fix missing SaveAll and DownloadAsZip actions of attachments
2017-11-13 14:36:35 +01:00
nathangray
7c65127e64
Mail - Also include HTML version of email in integration data (for apps that can handle it)
2017-11-08 13:11:46 -07:00
Hadi Nategh
aaa0d729fb
Fix VFS save action in mail
2017-11-08 19:07:04 +01:00
Hadi Nategh
2c721c95b2
W.I.P. VFS Select Widget:
...
- Add name and dialog_title as new attributes
- Fix SaveToVfs, SaveAttachmentToVfs, SaveAllToVfs in mail
- Fix button tile
2017-10-12 13:19:42 +02:00
nathangray
5daf70535f
* Mail - Add keyboard actions for forward & reply in the list, and send in compose
2017-09-25 16:12:17 -06:00
Hadi Nategh
bde19f6f6c
S/MIME:
...
- Preset smime_sign and smime_encrypt toolbar actions if the original mail
is smime.
- Fix smime alignment of smime icons in mail preview
2017-09-01 16:20:57 +02:00
Hadi Nategh
1a8e584e0c
S/MIME:
...
- Fix PGP signed messages get shown as red
- Fix attachments area always gets displayed
2017-08-31 17:33:33 +02:00
Hadi Nategh
914d6b2a52
S/MIME:
...
- Make sure content of p12 file contained \0 chars at the end stored in credentials will not get trimmed.
2017-08-31 11:40:02 +02:00
Hadi Nategh
3f06a89db5
S/MIME:
...
- Store full binary (pkcs12) certificate into credentials
- Extract cacert from pkcs12 and feed it into signing process
- Implement p12 export
2017-08-30 17:00:28 +02:00
Hadi Nategh
b3d8959e34
S/MIME:
...
- Fix misalignment of remember password option
2017-08-29 15:42:49 +02:00
Hadi Nategh
26c4425e2b
Set vertical splitter for mail list if nothing is selected as default
2017-08-24 12:14:18 +02:00
Hadi Nategh
bbea403298
W.I.P S/MIME:
...
- Generate private key and certificate
- Add export buttons for private key and certificate
- Add certificate field
2017-08-22 17:25:29 +02:00
Hadi Nategh
60093c9377
W.I.P S/MIME:
...
- Add account id for push notification
2017-08-21 12:01:51 +02:00
Hadi Nategh
57d515bfc6
W.I.P. of S/MIME:
...
- Offer to add sender's certificate into addressbook
2017-08-21 10:59:02 +02:00
Hadi Nategh
3bf20b6398
Some cleanup in mail index
2017-08-18 09:54:29 +02:00
Hadi Nategh
91fb816bb2
W.I.P. SMIME:
...
- Override verify method in order to pass certs bundle for verification
- Catch exception if decryption fails because encrypted message perhaps is not encrypted by receiver public key
- Define different states for signature verification
2017-07-25 17:13:49 +02:00
Hadi Nategh
c03211180d
W.I.P. SMIME:
...
- Be more specific about SMIME private key configuration warning
2017-07-24 11:56:31 +02:00
Hadi Nategh
93b8b7ab6d
W.I.P. SMIME:
...
- Warn user if the SMIME private key is not configured
- Do not show smime actions in compose dialog if private key is not configured
2017-07-21 12:34:22 +02:00
Hadi Nategh
0499f50943
W.I.P Smime:
...
- Adapt mail ui to resolve smime messages
- Set signature and encryption indicators
2017-07-19 18:16:40 +02:00
Hadi Nategh
ef8d014719
W.I.P. SMIME:
...
- Fix sometimes attachments parts are not readable
2017-07-13 14:18:51 +02:00
Hadi Nategh
f436538797
W.I.P. SMIME:
...
- First approach to get attachment content
- Adopt save actions in attachment area for smime encrypted attachments
2017-07-13 12:26:39 +02:00
Hadi Nategh
de91dc2a2a
W.I.P. SMIME:
...
- Try to fetch attachments into attachmentArea after the message is being resolved
- Fix smime certificate button not working for encrypted certificate
2017-07-12 18:40:56 +02:00
Hadi Nategh
50f55a7144
Set title for attachment file in Delivery Status Notification email
2017-07-04 13:17:44 +02:00
Hadi Nategh
02cd6ad719
Do not try to get mailbody if no spamTitan feature is configured
2017-06-29 13:31:32 +02:00
Hadi Nategh
0cda97d7ac
Fix mail preview pane orientation feature according to new preferences
2017-06-28 12:09:39 +02:00
Ralf Becker
0fdc96d875
not set folder in UI is empty, but isset($folder='') === true
2017-06-28 12:07:15 +02:00
Ralf Becker
fb1b32aec8
* Mail: try not talking to not configured (empty) SpamTitan URL
2017-06-28 10:24:59 +02:00
Hadi Nategh
6c92cf97aa
* Mail: implement preference to switch between horizontal and vertical preview pane
2017-06-23 15:36:31 +02:00
Hadi Nategh
058d1d1762
* Mail: Fix broken quota indicator
2017-06-13 16:40:03 +02:00
Hadi Nategh
09e9b47c9d
Make spam actions available on multiple entries
2017-06-12 15:25:44 +02:00
Hadi Nategh
2d665895f5
Add spam actions icons
2017-06-09 16:06:03 +02:00
Hadi Nategh
276671a516
WIP SMIME:
...
- Override extractSignedContents in order to get content from signed message
2017-06-09 12:12:31 +02:00
Hadi Nategh
74152e8dbc
Fix mail list does not get refreshed after spam action
2017-06-08 14:27:46 +02:00
Hadi Nategh
d06dcc6770
Copy to ham folder if only ham folder is set and spamTitan is not configured
2017-06-07 12:09:33 +02:00
Hadi Nategh
61dd93566a
WIP SpamTitan integration:
...
- Implement add/remove domains into whitelist or blacklist
2017-06-02 17:17:15 +02:00
Hadi Nategh
807ed062a2
WIP SpamTitan integration:
...
- Implement Spam & Ham for none spamTitan clients
2017-06-01 18:05:20 +02:00
Hadi Nategh
ce5ce37c4f
WIP SpamTitan integration:
...
- Implement add whitelist & blacklist actions
- Fix spamtitan actions error result
2017-06-01 13:10:11 +02:00
Hadi Nategh
5fb5a905e8
WIP SpamTitan integration:
...
- Get email body and send it to spamTitan action handler
2017-05-31 18:10:53 +02:00
Hadi Nategh
b099ba8a5e
WIP SpamTitan integration:
...
- Take acc_spam_api into account for showing spam actions
2017-05-31 17:38:09 +02:00
Hadi Nategh
6832bc778e
WIP SpamTitan integration:
...
- Add actions into mail contextmenu
2017-05-30 16:19:37 +02:00
Hadi Nategh
5c8086f408
* Mail: Make multiple mail selection available for both "save to disk" and :save to filemanager" actions
2017-05-09 15:09:00 +02:00
Hadi Nategh
9278680d14
Fix some misspelled translations in mail ACL
2017-05-08 10:07:32 +02:00
Hadi Nategh
490a8f6ff4
Do not show actions which user has no run permission
2017-04-21 16:21:49 +02:00
Hadi Nategh
254ca19c2d
* Mail: Make quota limit warning configurable
...
- Fix dialog warning message
- Add Quota limit warning in mail site configuration
2017-04-18 17:48:29 +02:00
Hadi Nategh
178f72c06f
* Mail: Support tree actions from none-selected account
2017-04-13 16:26:59 +02:00
Hadi Nategh
4f0004a157
Do not request extra folder fetch from mail tree
2017-04-13 12:57:43 +02:00
Hadi Nategh
45d2e21883
* Mail: Fix edit account does not refresh folder tree
2017-04-12 18:00:45 +02:00
Hadi Nategh
fff5543d3d
W.I.P. smime support:
...
- Override verify method, in order to extract content
2017-04-11 14:24:22 +02:00
nathangray
e1dbe90846
* Mail - add a new preference for preview pane to stay there, even when no mail is selected for previewing
2017-03-23 10:28:20 -06:00
Hadi Nategh
452d590161
Make minimum quota limit 30 MB
2017-03-22 16:09:01 +01:00
Hadi Nategh
ba16f1ac3e
* Mail: Fix attachments in preview mode do not get opened properly
2017-03-22 12:31:46 +01:00
Hadi Nategh
5de31bfe1f
Set mail quota warning to less than 50 MB
2017-03-16 11:30:45 +01:00
nathangray
bacc951bba
Fix zipped mail attachments with special characters in their names were not visible on all OSes
2017-03-15 09:20:06 -06:00
Hadi Nategh
aaf3492588
Warn user about mail quota limit if it's 99% full and freespace is less than 50 mb
2017-03-13 10:49:32 +01:00
Hadi Nategh
7da5805d80
Remove testing quota percent, committed not intentionally from previous commit
2017-03-10 11:40:28 +01:00
Hadi Nategh
2b6da19330
* Mail: Implement quota limit warning dialog
2017-03-10 11:22:51 +01:00
Hadi Nategh
eba4ce0549
Fix IDE warnings
2017-03-07 15:20:11 +01:00
Hadi Nategh
c1aa7c16bf
Creating folder on not active profile can be handled by changeProfile
2017-03-07 14:05:42 +01:00
Hadi Nategh
104acdde5f
Fix mail tree does not get refreshed after folder creation
2017-03-07 12:29:45 +01:00
Hadi Nategh
db13e47fbd
* Mail: Fix add folder action does not work properly on top level
2017-03-07 12:21:00 +01:00
nathangray
f8c8d1d84c
Fix downloading attachments as zip from mail with a colon (:) in the subject failed
2017-03-01 09:58:56 -07:00
nathangray
608f9d1142
Some translation improvements from Stefan Unverricht
2017-02-27 11:14:31 -07:00
Hadi Nategh
9e8642b2fa
Remove an unnecessary saveSessionData applied into get_rows
2017-02-27 17:46:01 +01:00
Hadi Nategh
53669d2b3b
WIP smime support:
...
- Fix decrypted message gets cut off
2017-01-30 11:26:08 +01:00
Hadi Nategh
bb5f1fd66b
WIP of SMIME support: Implement password dialog for password protected smime message
2017-01-27 17:59:59 +01:00
Hadi Nategh
2d8b8fc5dc
WIP of SMIME support: First attempt to decrypt a smime encrypted message
2017-01-26 17:45:07 +01:00
Hadi Nategh
29aa1048fe
W.I.P of SMIME support for mail application:
...
- Add smime digital signature icon
- Add handler for smime certificate to be able to see the attached certificate
2017-01-23 09:48:00 +01:00
Hadi Nategh
a3562129b0
W.I.P of SMIME support for mail application:
...
- Resolve smime p7b attachment and translate it to PEM format
- Assign a button to show the message is signed plus handler for showing the certificate
- Fix Smime class to only use php openssl extension
2017-01-19 18:52:44 +01:00
nathangray
2352640ad7
Avoid error caused by calling member method statically
2017-01-16 13:02:19 -07:00
Ralf Becker
a41f78381c
Stylite AG --> EGroupware GmbH
2016-10-08 14:32:58 +02:00
Hadi Nategh
be629154af
* Mail: Fix save button in image view mode (expose) does not work for mails attachments
2016-08-30 11:27:13 +02:00
Ralf Becker
6a4c89d61a
* Mail: iCal attachments are shown as such, only meeting requests trigger calendar interface with accept/reject buttons
2016-08-23 17:22:55 +02:00
Hadi Nategh
e1aa951ecf
Fix email with .ics attachment does not display email body
2016-08-18 10:17:22 +02:00
leithoff
a41896f802
fix charset/transfer encoding issue when sending plain ascii mails but adding utf-8 signature
2016-08-05 15:12:21 +02:00
Hadi Nategh
b96a40f49f
Avoid collision of template ids for mail splitter templates
2016-08-02 12:33:12 +02:00
leithoff
106a1b588f
change translation for Detail / short Preview in List, as it confuses Details lables in other apps when transforming mail to entries (infolog, tracker, calendar)
2016-07-15 09:58:14 +02:00
Hadi Nategh
83948cc750
* Mail: Fix mail unsubscribe does not refresh mail tree anymore
2016-06-24 10:05:21 +02:00
Hadi Nategh
e4371fd344
Add icon for folder management in mail tree
2016-06-16 16:39:17 +02:00
leithoff
4d7360856a
fix call by reference issues
2016-06-14 11:28:03 +02:00
leithoff
17c195a19e
handle fatal error on NO mail account available for current user on mail-app-call. call the wizard
2016-06-14 10:50:04 +02:00
Hadi Nategh
2db301ac7a
Fix delete and revert icons
2016-06-13 10:10:10 +02:00
leithoff
caafb0b84b
improved handling of authentication/connection failed errors
2016-06-09 15:48:01 +02:00
Hadi Nategh
5c803e9c43
Fix fatal error in mail
2016-06-08 10:08:20 +02:00
leithoff
0bd975927f
attempt to handle connection failed errors more convieniently
2016-06-07 15:31:34 +02:00
Hadi Nategh
60bc400313
Fix modified view templates are not getting updated because of no cache-buster modification timestamp
2016-05-25 16:44:36 +02:00
Ralf Becker
72404a1e29
using new api for mail app
2016-05-03 19:17:44 +00:00
Klaus Leithoff
202ba250b2
use old fav_filter icon for current sieve-filter icon
2016-05-02 11:00:13 +00:00
Klaus Leithoff
7514dadce1
fix for: VCARD not opening in popup
2016-05-02 10:22:58 +00:00
Klaus Leithoff
2a03cc7ca9
fix remainig issues with moving mail 2 archive; fix issue when using quick-move-actions (target folder not set)
2016-04-29 13:19:32 +00:00
Klaus Leithoff
e0aea9cf39
change shortcut controlsequence for move-messages-to-configured-archive-folder
2016-04-29 12:10:13 +00:00
Klaus Leithoff
8e02180904
* Mail: allow to define an existing folder as archive folder and allow to move messages to the specified folder with either right-click action or EGW-shortcut
2016-04-29 11:23:05 +00:00
Ralf Becker
0eb3619cd1
* Mail/Addressbook/Calendar: add and use charset when sending/receiving mails with vCard/iCals, change default vCard charset preference to utf-8
2016-04-29 07:51:13 +00:00
Klaus Leithoff
bd26e2aeaf
reenable filter2 (short-preview in list trigger)
2016-04-26 10:13:59 +00:00
Nathan Gray
863d4b9724
Fix some more nm settings lost on reload
2016-04-12 23:45:36 +00:00
Nathan Gray
d2894cdf65
Fix lost cat_is_select setting on reload
2016-04-12 23:36:58 +00:00
Klaus Leithoff
467421a0c7
handle date-range Filters on mass-actions like flagging, moving/copying and deleting messages
2016-04-12 15:17:57 +00:00
Klaus Leithoff
1a885f29e5
first step to allow for a date-range-filter on ui, allows quicksearch too; not yet available on selected-mail-operations
2016-04-12 12:53:50 +00:00
Ralf Becker
fd2bc6d7b7
fix problems with autoloading of etemplate_widget_tree
2016-04-04 08:48:04 +00:00
Ralf Becker
a7b6fb5baf
need full namespace to specify a static method of a namespaced class
2016-04-01 11:58:55 +00:00
Ralf Becker
02d0f3a801
fix not working account change
2016-03-29 09:56:21 +00:00
Ralf Becker
00abda4682
moving emailadmin to api and admin, only emailadmin_hooks and tables still need moving
2016-03-28 18:51:38 +00:00
Klaus Leithoff
7403f9100b
fix for not correctly store last selected search-type
2016-03-24 15:16:10 +00:00
Klaus Leithoff
919c646ad4
silence error-log statements
2016-03-24 10:50:05 +00:00
Klaus Leithoff
99193029da
add some new searchTypes; remember last SearchType used with user-pref
2016-03-24 10:38:35 +00:00
Ralf Becker
f2b2879df1
different forward as attachment icon
2016-03-18 17:15:55 +00:00
Ralf Becker
02bf09aaae
move egw_htmLawed to api/src/Html/HtmLawed, @Klaus: does mail really need to call that class, cant it use Html::purify?
2016-03-13 11:56:00 +00:00
Hadi Nategh
dbd97cd37a
Mobile theme:
...
- Eliminates some actions from contextmenu only on mobile
2016-03-09 12:31:55 +00:00
Klaus Leithoff
eec9fa33ac
* Mail: fix for problem when retrieving and displaying an event from winmail.dat attachment
2016-03-03 14:27:05 +00:00
Hadi Nategh
784aa2c82f
Mobile theme W.I.P:
...
- Fix view mode loads with wrong context
- Fix mail view actions
2016-03-03 14:10:08 +00:00
Klaus Leithoff
de8d48cc20
try to handle text/calendar attachments that are NO ical-file; seems its of no use to try to show the gibberish to the user
2016-03-03 13:36:42 +00:00
Klaus Leithoff
352640e2b2
try to handle text/calendar attachments that are NO ical-file
2016-03-03 13:29:29 +00:00
Hadi Nategh
2355f5edf5
Mobile theme W.I.P:
...
- Implement view mode for mail
- Improve performance for reading mails
2016-03-01 17:00:28 +00:00
Klaus Leithoff
78d2bc33a9
support SINCE, BEFORE, BETWEEN and ON as (range) date filters; use it in mail_zpush and add example usage to get_rows
2016-02-26 13:04:35 +00:00
Klaus Leithoff
20a27ad0fe
reflect change in filters (additional details/no details) in app.js refreshFilter2Options refreshCatIdOptions
2016-02-25 12:26:50 +00:00
Klaus Leithoff
4bcfd7f428
default css for preview, triggered by details/no details; remember selection with implicit pref
2016-02-19 12:23:06 +00:00
Klaus Leithoff
33be0555bb
first sketch preview, triggered by details/no details
2016-02-18 15:46:02 +00:00
Hadi Nategh
304d1b0f68
Mobile theme W.I.P.:
...
- Add subscription dialog
- Re-arrange mail actions in context menu
2016-02-16 18:02:49 +00:00
Klaus Leithoff
5f1dc422f2
handle crippled messageID passed to loadEmailBody
2016-02-11 13:03:28 +00:00
Hadi Nategh
413b5f4280
Mobile theme W.I.P.:
...
- Fix not able to select the first mail on list
- Disable link_to upload file for view mode
- Fix dialog UI
2016-02-05 11:43:00 +00:00
Klaus Leithoff
215baf7497
fix for some untranslated messages in ajax - calls
2016-01-29 14:24:12 +00:00
Hadi Nategh
c0c4099e29
Mobile theme W.I.P.:
...
- Add mail display dialog
- Style details widget for mobile theme
- Implement fixed actions for mail display
2016-01-21 10:19:10 +00:00
Klaus Leithoff
535d0db435
fix problem on single file download to vfs
2016-01-12 15:11:41 +00:00
Klaus Leithoff
8588e08692
fix fatal error cannot access self:: when no class scope is active, when calling save attachment to vfs
2016-01-12 13:37:36 +00:00
Klaus Leithoff
ed32bd4c01
fix warning regarding PEAT::isError
2016-01-08 14:47:31 +00:00
Hadi Nategh
b9c1ed72ce
W.I.P. of new approach for mail winmail.dat attachment handling
...
- Adopt download_zip to new winmail.dat handling
2015-12-02 14:00:34 +00:00