Skip to content

Conversation

@GeoSot
Copy link
Contributor

@GeoSot GeoSot commented Nov 30, 2018

Email subject was parsed like:
=?windows-1253?Q?Re:_(Ticket:BJBZF-W0NRO)(4JIV09081),_Order_placed_by?= =?windows-1253?B?INDBzcHDydnUx9MgysHU08nKz8PJwc3Nx9MsIHRvdGFsIDEyNyw1MCCA?=

Email subject was parsed like:
=?windows-1253?Q?Re:_(_Ticket:_BJBZF-W0NRO_)_(4JIV09081),_Order_placed_by?= =?windows-1253?B?INDBzcHDydnUx9MgysHU08nKz8PJwc3Nx9MsIHRvdGFsIDEyNyw1MCCA?=
@GeoSot
Copy link
Contributor Author

GeoSot commented Nov 30, 2018

I had also problem with the attachments name so, I have also to changed the Attachment.php line 229 from

    /**
     * @param $name
     */
    public function setName($name) {
        $this->name = mb_decode_mimeheader($name);
    }

to


    public function setName($name) {
        $this->name = imap_utf8($name);
    }

and worked like a charm

@GeoSot GeoSot closed this Mar 1, 2019
Webklex added a commit that referenced this pull request Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant