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** Currently Webklex/php-imap by default uses 'utf-8' decoder and `\imap_utf8()` function to decode subject:https://github.com/Webklex/php-imap/blob/abf080eb745e21df7a3070ca356248dda021d4ad/src/Header.php#L424 This approach does not always decode subjects properly. For example `Subject: =?ISO-2022-JP?B?GyRCIXlCaBsoQjEzMhskQjlmISEhViUsITwlRyVzGyhCJhskQiUoJS8lOSVGJWolIiFXQGxMZ0U5JE4kPyRhJE4jURsoQiYbJEIjQSU1JW0lcyEhIVo3bjQpJSglLyU5JUYlaiUiISYlbyE8JS8hWxsoQg==?=` will be...

enhancement

Hello. I am using version 5.5 with php 8.0. I have an error that I attach in an image. The problem is that it is not able to decode an...

Hi all, i got following error message while fetching mails: `Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (Sun, 21 Jan 2018 18:56:28 +0000 <DB6P190MB040657E80460927438DC5112F6ED0@DB6P190MB0406.EURP190.PROD.OUTLOOK.COM>) at position 32...

Hi, I anticipated that the following code would mark the processed messages as 'Seen' (read) in the server mailbox, but it doesn't seem to be doing that. Am I overlooking...

question

I'm seeing that sometimes the TO addresses are only separated by a comma, instead of a comma and space. Adding this question mark still allows for 1 space, which fixes...

Hey its me again with an attachment name issue. If added a failing test, happy fixing. greetings Adrian

bug

I'm trying to rename folders and I have a strange error. This is my test folder tree: - folder 1 (rename ok) - folder 2 (rename ok) -- folder 3...

**Describe the bug** When using the `Message::fromFile` and `Message::fromString` methods in some unit tests, it causes a type error - `TypeError : Cannot assign null to property Webklex\PHPIMAP\Message::$config of type...

Had an error on a production system where an email date header was set to: Wed, 26 Jul 23 17:21:17 UT I've updated the regex so it matches as the...

Hello! I use your code in conjunction with Symfony back and Vue front. I needed to get more attributes in order to change the context menu, visual design (for example...