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

I have a message containing plain text, no html and no attachments, but when I use ->getTextBody() it returns the entire source code and not just the message text. The...

bug
validating
Windows

Hello, I'm experiencing this issue while fetching a range of messages from my email inbox. When parsing a message that has been forwarded to me as attachment, I can only...

If your inbox structure has INBOX\Archive or Test\Sub and you try moving or copying an email from INBOX->Archive or TEST->Sub it fails with the following error: `Fatal error: Uncaught Webklex\PHPIMAP\Exceptions\ResponseException:...

bug
validating

Hi! Can anyone tell me why i get this error when i try to get the messages from the INBOX folder? I successfully connect to my Outlook mailbox but now...

help wanted
question

Hi, I have a problem with fetching fixed-width column CSV files as attachments. These files usualy have some empty spaces in the first column but https://github.com/Webklex/php-imap/blob/master/src/Part.php#L196 removes them, which breaks...

bug
validating

Good morning, I have an application where I would like to retrieve my mails, but I noticed that the ->getMessageByMgsn() or ->getMessageByUid() function can take a long time to run...

question

**Describe the bug** When I have an email that contains both plain text and an HTML body the attachment count shows up as 1 instead of zero. When I iterate...

bug
validating
Windows

**Describe the bug** readResponse method in ImapProtocol class, parses token by 2 chars, but later checks for 2 & 3 chars. I'm not sure how to fix this in accordance...

bug
validated

Hi all, I'm facing an issue and I'm not sure if I'm missing something. Based on the [Getting started example](https://www.php-imap.com/examples/getting-started), I created a script, what should also output the sender's...

bug
validating

**Describe the bug** This error occurs with some of the emails I received as shown **Used config** I using the package default config. **Code to Reproduce** The troubling code section...