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

Mail component from Zend Framework

Results 72 zend-mail issues
Sort by recently updated
recently updated
newest added

Hello, I am getting filenames for attachments using the getParameter() on the content-type header. I noticed some email parts that were supposed to be attachments did not have a filename....

zend-mail:2.5.2 vendor/zendframework/zend-mail/src/Header/HeaderValue.php:112 method `Zend\Mail\Header\HeaderValue::assertValid($value)` throws RuntimeException - Invalid header value detected validation e-mail: ً [email protected]. Please pay attention that email contains symbol https://en.wiktionary.org/wiki/%D9%8B. But zend-validator EmailAddress considered this email valid....

### Code to reproduce the issue ```php include "vendor\zendframework\zend-mail\src\Header\ListParser.php" var_dump(\Zend\Mail\Header\ListParser::parse("\"a'b\" , def ")); ``` ### Expected results > array(2) { > [0]=> > string(19) ""a'b" " > [1]=> > string(18)...

i was sent test message to my email and when i see the headers, the message-id is generated from google because zendmail didn't generate by it self,

I just got a case where a line as follows: `[LIST (\HasNoChildren) "/" {54}` caused the while loop to run indefinitely. I suspect ist this space character appended, which will...

I am having this issue... the most similar thing seems to be #170 (in that i can't xdebug and would like to see/debug the communication at protocol level to have...

DKIM passed with zend previous versions (als on Magento), now dkim failes when using zend. When using Outlook with same SMTP settings, dkim passes. ### Code to reproduce the issue...

``` dump( ListParser::parse(' value="price 1.xlsx"; attribute=""', [';', '=']), ListParser::parse(' value="Прайс 2.xlsx"; attribute=""', [';', '=']) ); array:4 [ 0 => " value" 1 => ""price 1.xlsx"" 2 => " attribute" 3...

help wanted
question

We are using zend-mail to fetch emails via POP3 and IMAP. For integration tests, we run an instance of Flying Rat (https://pypi.org/project/flyingrat/) to mock a mail server with POP3. We...

- [X] I was not able to find an [open](https://github.com/zendframework/zend-mail/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-mail/issues?q=is%3Aclosed) issue matching what I'm seeing. - [X] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...