mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Resolve #342
This commit is contained in:
parent
a45cd5904f
commit
7da5692865
11 changed files with 115 additions and 56 deletions
|
|
@ -1034,6 +1034,11 @@ trait Messages
|
|||
$oMessage->SetInReplyTo($this->GetActionParam('inReplyTo', ''));
|
||||
$oMessage->SetReferences($this->GetActionParam('references', ''));
|
||||
|
||||
$aAutocrypt = $this->GetActionParam('autocrypt', []);
|
||||
foreach ($aAutocrypt as $header) {
|
||||
$oMessage->SetCustomHeader('Autocrypt', "addr={$header['addr']}; keydata={$header['keydata']}");
|
||||
}
|
||||
|
||||
$aFoundCids = array();
|
||||
$aFoundDataURL = array();
|
||||
$aFoundContentLocationUrls = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue