Abdullah
Abdullah
Hello. I'm new to this so sorry if I've made any mistakes. What should I do? On 1 Dec 2016 7:45 am, "Serghei Iakovlev" wrote: > *@sergeyklay* requested changes on...
@ renalpha Hi, 1. What is the nature of your attachment problem - all you say is "Guys, I ran in to **this problem fetching attachments.** Solved it." without giving...
I have fixed this in src/Fetch/Message.php protected function loadMessage() { //First load the message overview information if (!is_object($messageOverview = $this->getOverview())) return false; **if (property_exists($this->messageOverview, 'subject')) { $this->subject = MIME::decode($messageOverview->subject, self::$charset);...
I wrapped that line in isset Attachment.php:101 ``` if (isset($structure->bytes)) { $this->size = $structure->bytes; } else { $this->size = 0; // _mysql complained on null so I made the size...
https://tools.bluestatedigital.com/kb/article/how-to-encode-unicode-emojis-into-your-subject-line You might be able to get some clues from here - it's do with subject emoji unicode encoding I believe. and here is a post with a lot more...
so has this fix been merged or not?
why is this not merged yet?
is yslow dead?
hi, anyone looking at this?