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...
Hi @Webklex We are currently running version 3.2 in production. After we updated to 3.2, we noticed that the connection error messages became a generic 'Connection setup failed' message when...
Part::parse() cannot parse attachment name when headers contain filename in following format: ``` Content-Type: application/octet-stream; name*=UTF-8''ReturnForm%20Sein%C3%A4joki.doc Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*=UTF-8''ReturnForm%20Sein%C3%A4joki.doc ``` Attachment name should be "ReturnForm Seinäjoki.doc". Currently parsed...
**Is your feature request related to a problem? Please describe.** To improve the retrieval of the message list, it would be useful to have a function to retrieve the message...
Hi) Could someone help me please?) I'd like to get all replies for a message but I get error Call to a member function query() on null vendor/webklex/php-imap/src/Message.php#821 My code...
**Describe the bug** If you call `$folder->overview("10:1")` we got an error. **Expected behavior** Inverted sequence of emails **Additional context** Change code into ImapProtocol.php: ``` public function overview(string $sequence, $uid =...
According to #270 I know, we still have to update legacy protocol. It's just a draft.
If a blank line exists somewhere in the middle of a message it is throwing an `empty response` exception. A blank line is OK in the middle of a message...
Hi Everyone, I'm looking for someone who would like to create a tutorial with a step by step guide on how to setup Azure in order to use Outlook accounts...
**Code to Reproduce** ```php $client = Client::account('price'); $client->connect(); $client->getConnection()->enableDebug(); $inbox = $client->getFolder('INBOX'); $message = $inbox->messages()->getMessage($uid); $message->setFlag('Seen'); $message->move($folder); ``` **Exception** ``` >> TAG2 LIST "" "*"
Hi everyone, I would like to hear from you which release frequency you would prefer. I usually like to publish a new release which contains several fixes and improvements at...