Danil Pyatnitsev

Results 10 comments of Danil Pyatnitsev

@akovalyov any news about this PR?

Is it actual? Do you need some help with PR?

Ok. Lets discuss an implementation of this feature. I see it, as a separate class, maybe EmlParser with method parseEml() that have one param - path to eml object and...

Another idea: are you realy want to get own implementation of eml parser, maybe better will be integration of https://github.com/php-mime-mail-parser/php-mime-mail-parser to get BasicMessageInterface object? WDYT?

Yes, I known. So, in this case I need to iterate over getParts() and do things like in getBodyHtml() and getBodyText() methods. I suppose to create new method that return...

I try to explain. Imagine, that you have a message with different parts. First one - plain with content A. second one is html with content B. At the moment,...

It seems fixed in #725

Yes it is. I run it in production. Worker mode support symfony and this components (doctrine and twig), but I have issue with symfony UX's autocomplete component.

re-run is going down and going up migrations again?

I can try to create PR for this