php-imap
php-imap copied to clipboard
PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled. The protocol is completely integrated and therefore supports IMAP IDLE operation a...
**Describe the bug** If using pop3 to retrieve base64 encoded text-emails, in this case from a Tobit David MailServer, the output is decoded wrong. `$content = $this->decodeString($part->content, $part->encoding);` is decoding...
Hi, I have been using the library since 2021 and I have not had any problems with connecting to outlook, the problem is that today the connection started to fail...
Hi there, i want to save attachments from an email. The filename has unalloed chars (in my case is had a / in fillename). When i try to save this...
Hey, I was not able to retrieve a text/html body without removing `inline` from this configuration option. With inline removed, `\Webklex\PHPIMAP\Message::fetchPart` is now able to extract/parse the bodies. FYI here...
When reading messages from Gmail Sent folder, all messages are read with empty body (getHTMLBody/getTextBody methods return NULL or sometimes empty string, getRawBody return empty string). ```php $cm = new...
Hi. Could you explain me why this conenct dont use the tor deamon running on my localhost? I see imap connect probes on my firewall through clear net : `include('vendor/autoload.php');...
`` Attachment not found
I keep copies of emails in the database, I periodically want to sync them with a mailbox. To avoid fetching large amounts of data having a list of message UIDs...
i am receiving the following error when using OAuth with office 365 The password entered exceeds the maximum length. Please reach out to your admin to reset the password. Basic...
Hello, I'm trying to store IMAP accounts in a database, but I can't find a way to verify that the accounts are real before registering them in the database. This...