Merge pull request #134 from orzilca/patch-1

Fixed issue #74
This commit is contained in:
Robert Hafner 2015-06-06 23:10:48 -07:00
commit 129e45793c

View file

@ -218,6 +218,9 @@ class Attachment
$streamFilter = null;
}
// Fix an issue causing server to throw an error
// See: https://github.com/tedious/Fetch/issues/74 for more details
$fetch = imap_fetchbody($this->imapStream, $this->messageId, $this->partId ?: 1, FT_UID);
$result = imap_savebody($this->imapStream, $filePointer, $this->messageId, $this->partId ?: 1, FT_UID);
if ($streamFilter) {