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