abdullahseba
abdullahseba
I'm been thinking about having a react js based version of userfrosting. The main reason for this being performance and code quality. Both Reactjs and Vue.js allow Jquery based plugins...
Hi I tried the default webClient google example and all I get is: ``` > HTTP/1.0 404 Not Found Content-Type: text/html; charset=UTF-8 Referrer-Policy: no-referrer Content-Length: 1568 Date: Sat, 18 Nov...
Hi again There is a `header.seen` and `header.details.Unseen`. Both don't seem to do anything, I marked a message as unread and `header.seen` had `1` and `header.details.Unseen` was still empty. Same...
Hi `$emails = $imap->getMessages();` results in ``` [25-Apr-2017 14:06:25 Europe/Minsk] PHP Notice: Unknown: Invalid quoted-printable sequence: =In response to your recent email ) -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- � (errflg=3) in Unknown on line...
Hi `$imap->setUnseenMessage(1, $seen = true);` and `$imap->setUnseenMessage(1, $seen = false);` sets the message as unread. Also whats the difference between `id` and `uid`? This dont seem to work with uid's
Hi if an email has inline images they load as an attachment and wont show in the html at all. Note the errors from them too. 
Hi Is the a method that sets flags? If not could it be added? Thanks.
Hi I had an email which was in my junk folder and it was not junk so I took it out into the inbox. The email is about a week...
 The actual subject is `Microsoft Outlook Test Message`  
Is there a way to limit the depth of a query per type? I have seen the query limit validator, but that appears applies to all queries. Some of my...