php-imap icon indicating copy to clipboard operation
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...

Results 253 php-imap issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It looks like several unseen messages have the same body flom last message **Used config** ``` IMAP_HOST=imap.gmail.com ``` ``` 'options' => [ 'delimiter' => '/', 'fetch' =>...

I fetch only unseen messages with the following fetch option. Messages are marked as seen in the mail client, but the flags collection of the message instance is empty. Is...

Hi everyone, Im using the lib 2.1.8 on Laravel 8.0.2 / PHP 7.4 and an MS exchange server. Im able to connect to the account, count the number of emails...

Feature request

You should add additional attributes to your code. I've just send email with spoofed sender and look for the header: ``` Webklex\PHPIMAP\Header {#671 ▼ +raw: b""" Return-Path: Delivered-To: receipent@receipent_domain.pl Received:...

Feature request

**Describe the bug** $message->getHTMLBody(); returns null **Used config** default config 100% **Code to Reproduce** ```php $messages = $folder->messages()->all() ->unseen() // THIS CAUSES THE ERROR //IF THIS IS REMOVED PROBLEM SOLVED...

Usually every command send to an imap server has one or several responses. Currently they don't always get treated and checked the way they should be. This was discovered during...

help wanted
Feature request

Hi @Webklex I've increased the performance of message fetching procedure. In the `setUid` method was (from my point of view) not necessary line getting `msgno`. So I decided to remove...

Hi @Webklex I had the same problem as issue #82, #90 ![ccc](https://user-images.githubusercontent.com/64309499/190124553-95885aa7-4ebe-47db-a807-1f858feb81e2.png) i use $message->getHtmlBody() and receive all (html + base64 attachment) i use $message->getAttachments() and did'nt anything This is...

**Describe the bug** Multiple call to folder overview result in blocked script **Used config** **Code to Reproduce** The troubling code section which produces the reported bug. ```php $cm = new...

Hi) I'm getting messages like this `$messages = $folder->messages()->unseen()->all()->get();` And get date like this https://prnt.sc/F-bEO3NWS3v3 ``` [date] => Webklex\PHPIMAP\Attribute Object ( [name:protected] => date [values:protected] => Array ( [0] =>...