abdullahseba
abdullahseba
Tried to fix it
``` 123456789101112131415161718192021222324 Notice: Unknown: Invalid quoted-printable sequence: =In response to your recent email ) -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- � (errflg=3) in Unknown on line 0
``` 123456789101112131415161718192021222324 Notice: Unknown: Invalid quoted-printable sequence: =In response to your recent email ) -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- � (errflg=3) in Unknown on line 0 Notice: Unknown: Invalid quoted-printable sequence: =In response to...
Cant `var_dump($imap->incomingMessage);` here theres too much
`Fatal error: Uncaught Error: Class 'IncomingMessage' not found`
``` 1 Fatal error: Uncaught Error: Class 'IncomingMessage' not found in C:\xampp\htdocs\mail2\1.php:17 Stack trace: #0 {main} thrown in C:\xampp\htdocs\mail2\1.php on line 17
nope my code is fine `require_once "vendor/autoload.php";` it works for everything else but this ``` $count = $imap->countMessages(); for($i=1; $igetMessage($i, IncomingMessage::NOT_DECODE); }
Its my testing code works for the other functions.
`1234567891011121314151617181920212223`