mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Add support of Partial content downloading
This commit is contained in:
parent
d34b83a0d5
commit
b3299725f6
3 changed files with 76 additions and 6 deletions
|
|
@ -489,6 +489,8 @@ class ServiceActions
|
|||
$sMethodName = 'Raw'.$sAction;
|
||||
if (\method_exists($this->oActions, $sMethodName))
|
||||
{
|
||||
@\header('X-Raw-Action: '.$sMethodName, true);
|
||||
|
||||
$sRawError = '';
|
||||
$this->oActions->SetActionParams(array(
|
||||
'RawKey' => empty($this->aPaths[3]) ? '' : $this->aPaths[3],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue