mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Remove Model\Account param from encodeRawKey/decodeRawKey
This commit is contained in:
parent
eaf4bbe6d3
commit
e2ed87a1ab
6 changed files with 12 additions and 15 deletions
|
|
@ -575,7 +575,7 @@ trait Messages
|
|||
$oFilesProvider = $this->FilesProvider();
|
||||
foreach ($aAttachments as $mIndex => $sAttachment) {
|
||||
$aAttachments[$mIndex] = false;
|
||||
if ($aValues = $this->decodeRawKey($oAccount, $sAttachment)) {
|
||||
if ($aValues = $this->decodeRawKey($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