mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
PreRelease commit
This commit is contained in:
parent
5eb9bd311a
commit
d619cbcf9d
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.9.4",
|
||||
"release": "398",
|
||||
"release": "402",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"plugins"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"ownCloudPackageVersion": "4.11",
|
||||
"ownCloudPackageVersion": "4.12",
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8545,7 +8545,7 @@ class Actions
|
|||
|
||||
$oImage = $oImagine->load(\stream_get_contents($rResource));
|
||||
|
||||
$oImage = $this->correctImageOrientation($oImage, $bDetectImageOrientation, 60);
|
||||
$oImage = $self->correctImageOrientation($oImage, $bDetectImageOrientation, 60);
|
||||
|
||||
\header('Content-Disposition: inline; '.
|
||||
\trim(\MailSo\Base\Utils::EncodeHeaderUtf8AttributeValue('filename', $sFileNameOut.'_thumb60x60.png')), true);
|
||||
|
|
@ -8569,7 +8569,7 @@ class Actions
|
|||
|
||||
$oImage = $oImagine->load($sLoadedData);
|
||||
|
||||
$oImage = $this->correctImageOrientation($oImage, $bDetectImageOrientation);
|
||||
$oImage = $self->correctImageOrientation($oImage, $bDetectImageOrientation);
|
||||
|
||||
\header('Content-Disposition: inline; '.
|
||||
\trim(\MailSo\Base\Utils::EncodeHeaderUtf8AttributeValue('filename', $sFileNameOut)), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue