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