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

It has happened to me lately that when I receive emails from people who have accents in their name, these are not displayed properly and shows a long text, I...

**Describe the bug** We have a subset of emails that are fetching as blank when using oauth with MS Exchange. See https://github.com/freescout-helpdesk/freescout/issues/1972 The developer at FS suggested I report the...

bug
validating

Hi! I have one message with date which contains arabian symbols. As far as I know Carbon can't parse this kind of date by default so first I get exception...

bug
validating

Hi @Webklex, I am confused by the naming of `setMsgn` or also `getMesgn`. In the method the position of a message inside the mailbox is set. According to the name...

enhancement
validated

They could implement the sending of messages using the same library and not having to install an external library such as PHPMailer.

Feature request

Hi, there is a way to use custom option to the defaultSocketOptions() function? i need some special settings on context creation, i just tried with below code but seem that...

Feature request

Hi, i just found a very strange problem, i'm using dovecot as imap server and when i try to move a message, i receive the error in subject. seem that...

According to rfc 822 **3.1.1. Long Header Fields**, the multiple-line "folding" is properly unfolded by "regarding CRLF immediately followed by a LWSP-char", meaning it is not limited to `\t`. https://datatracker.ietf.org/doc/html/rfc822

Hi there, Found some issue: when I send mails from microsoft outlook, the method getBodyText() is empty: `''`. I've attach the folowing structure of mail. The real body text you...

We are fetching the message from the inbox. suppose, if the mail does not receive for a while. then the listener go to the idle (but the command is running),...