nathangray
|
48239f3506
|
Fix mail merge into mail template excluded BCC
|
2018-04-20 12:00:50 -06:00 |
|
Hadi Nategh
|
36991cb80b
|
S/MIME:
- Encode saved mail into sent folder with ENCODE_7bit to avoid any changes.
- Fix signed mails in sent folder not being correctly verified after.
|
2017-09-04 12:39:58 +02:00 |
|
Hadi Nategh
|
4d8efd0c4a
|
S/MIME:
- Add public key of sender into recipient keys while encrypting a message.
This make encrypted mails in sent folder readable by sender as well.
|
2017-09-04 11:43:33 +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
|
f788f001d0
|
Fix broken mail compose
|
2017-08-29 11:38:08 +02:00 |
|
Hadi Nategh
|
8fd6325c3d
|
S/MIME:
- Override send function in mailer object to be able to use additional options of part->send
- Fix Signed html message gets not working
|
2017-08-28 19:24:51 +02:00 |
|
Hadi Nategh
|
4b9b5aa7e4
|
S/MIME:
- Add password remember option for smime_passphrase dialog in compose
|
2017-08-28 16:14:56 +02:00 |
|
Ralf Becker
|
567d3d0a72
|
fix wrong namespace
|
2017-08-24 16:40:23 +02:00 |
|
Hadi Nategh
|
d891035fbe
|
Smime W.I.P:
- Remove initial content-type header
- Do not set flowed if it's multipart/signed
|
2017-07-07 17:53:02 +02:00 |
|
Hadi Nategh
|
a206ec325a
|
* ActiveSync: Fix error body part not set, while trying to forward an email
|
2017-04-26 17:23:48 +02:00 |
|
Hadi Nategh
|
0f84e305a2
|
Remove not necessary error_log
|
2017-03-15 18:00:14 +01:00 |
|
Hadi Nategh
|
66315db75a
|
WIP SMIME suport:
- Integrate smime encryption inti mailer class
|
2017-03-09 17:33:46 +01:00 |
|
Klaus Leithoff
|
e9155a000b
|
* Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature
|
2016-11-10 12:50:51 +00:00 |
|
Ralf Becker
|
315ceed672
|
error_log if calendar can not send notifications
|
2016-10-06 19:09:40 +02:00 |
|
nathangray
|
772b97e22d
|
Fix namespace causes class check to fail
|
2016-05-30 15:41:27 -06:00 |
|
Ralf Becker
|
e34fe9a4e7
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
|
Ralf Becker
|
e87cbc4832
|
use static Hooks methods
|
2016-05-11 18:58:10 +00:00 |
|
Klaus Leithoff
|
f163be62e2
|
add ClearAttachments, as it is used by notifications_email::send
|
2016-05-06 13:36:21 +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 |
|
Ralf Becker
|
7a77706878
|
make send function compatible with Horde_Mime_Mail::send() to stop PHP complaining, also updated doco a bit
|
2016-03-29 10:40:48 +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 |
|