mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
parent
16e513cf98
commit
79b19a978f
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ trait Messages
|
|||
$oFilesProvider = $this->FilesProvider();
|
||||
foreach ($aAttachments as $mIndex => $sAttachment) {
|
||||
$aAttachments[$mIndex] = false;
|
||||
if ($aValues = $this->encodeRawKey($oAccount, $sAttachment)) {
|
||||
if ($aValues = $this->decodeRawKey($oAccount, $sAttachment)) {
|
||||
$sFolder = isset($aValues['Folder']) ? (string) $aValues['Folder'] : '';
|
||||
$iUid = isset($aValues['Uid']) ? (int) $aValues['Uid'] : 0;
|
||||
$sMimeIndex = isset($aValues['MimeIndex']) ? (string) $aValues['MimeIndex'] : '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue