zend-mime icon indicating copy to clipboard operation
zend-mime copied to clipboard

Mime component from Zend Framework

Results 7 zend-mime issues
Sort by recently updated
recently updated
newest added

This patch covers related bugs/issues from https://github.com/zendframework/zend-mime/issues/40 Unit tests added for 3 different cases

bug

This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7471 User: @ddxor Created On: 2015-04-30T07:55:22Z...

I try to get Attachments from a message but i allways get error: 2016-12-30T15:46:09+00:00 CRIT (2): Something went wrong: Line "Received: (qmail 5233 invoked from network); 30 Dec 2016 16:46:09...

After the splitMime function the content of a message containing a messagepart in binary (using with MTOM xop:Include) will get malformed. In my case a PDF becomes pretty much unreadable...

Hello, we encountered an issue when sending multipart emails (html and text) with a lot of content. There either random spaces inside the source code of the mail or broken...

According to https://tools.ietf.org/html/rfc5322, the following email address example is completely ok: `"Some Name" ` But when you pass this value to Zend\Mime\Decoder::splitHeaderField(); it returns a wrong value because of a...

bug