Michał Bundyra

Results 85 issues of Michał Bundyra
trafficstars

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/7324 User: @echampet Created On: 2015-03-13T13:57:58Z...

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/6824 User: @wizzvet-cborsenberger Created On: 2014-10-31T16:34:01Z...

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/6488 User: @filipp-k Created On: 2014-07-28T09:18:00Z...

Hi There is a case when emails have Content-Type header, defined with keyword "ContentType", for example: ``` ContentType: text/html; charset="UTF-8" ``` In this case error appears: ``` Invalid header line...

Bug

Hi all, i have a directory with a huge amount of Mails, so i decided to use the Zend\Mail\Storage\Maildir Class for getting all Mails within this directory. See my code:...

On my windows 10/PHP 7 box I'm getting this error. This error does not effect our dev/production unix servers. `Unable to send mail: mail(): SMTP server response: 550 5.6.0 Lone...

When using smtp transport api for sending mail, 'from' header doesn't change by using ->setFrom() or ->setSender() and 'from' header always remains the same email address used for smtp user...

Hi, First: sorry if my english is not perfect :-) In my company, a project (currently in development) is using Zend\Mail with SMTP protocol to send email When a mail...

When a response contains a literal php ends in an endless loop. See RFC about literals: https://tools.ietf.org/html/rfc3501#section-4.3 Below a snippet of the response of imap command `A1 LIST "" *`...

``` X-Face: -wlbD9'=rreR]%7k=U/$9SH49NUKg%87&q@LL/f-N8J5fAS$(eMSkqGYAX{V?:}ZP7&|@~ lR"jz-sU-yjj4Om?"#^&RQ/D1X}NaJG''pmX\qOjp;Mejrcq?~.iVv*)nD(-c4kSQvL.N= q_9[7vt;C$!vga6l_O1d52OWygzjb-XrS]- ``` yields: ``` Line "X-Face: -wlbD9'=rreR]%7k=U/$9SH49NUKg%87&q@LL/f-N8J5fAS$(eMSkqGYAX{V?:}ZP7&|@~ lR"jz-sU-yjj4Om?"#^&RQ/D1X}NaJG''pmX\qOjp;Mejrcq?~.iVv*)nD(-c4kSQvL.N= q_9[7vt;C$!vga6l_O1d52OWygzjb-XrS]-"does not match header format! ``` This can be tested with [online](http://www.dairiki.org/xface/xface.php) tool ![example](http://www.dairiki.org/xface/xface.php?xface=-wlbD9%27%3DrreR%5D%257k%3DU%2F%249SH49NUKg%2587%26q%40LL%2Ff-N8J5fAS%24%28eMSkqGYAX%7BV%3F%3A%7DZP7%26%7C%40~lR%22jz-sU-yjj4Om%3F%22%23%5E%26RQ%2FD1X%7DNaJG%27%27pmX%5CqOjp%3BMejrcq%3F~.iVv%2A%29nD%28-c4kSQvL.N%3Dq_9%5B7vt%3BC%24%21vga6l_O1d52OWygzjb-XrS%5D-&preview=1&enlarge=4) ![image](https://user-images.githubusercontent.com/199095/37078317-6ec62a4e-21e7-11e8-9ab5-371a676680c2.png) --- Originally posted...