php-imap-client
php-imap-client copied to clipboard
a easy solution for simple IMAP email access in php
### Feature request or bug ### If a bug, what did you expect to happen? ### If a bug, what happened? ### If a bug, list steps to reproduce bugs....
### Feature request or bug Feature ### If a feature request, what do you want to be added or changed? https://gsuiteupdates.googleblog.com/2019/12/less-secure-apps-oauth-google-username-password-incorrect.html It is recently announced that Google will be requiring...
### Feature request or bug attachments ".msg" ### If a bug, what did you expect to happen? sometimes no .msg file downloadable ### If a bug, what happened? sometimes i...
### Feature request or bug Bug ### If a bug, what did you expect to happen? Get the body of an email using `$body = $message->message->text;` ### If a bug,...
### Feature request or bug Bug ### If a bug, what did you expect to happen? Get an array with the content of the email somewhere in it, so that...
Hi again There is a `header.seen` and `header.details.Unseen`. Both don't seem to do anything, I marked a message as unread and `header.seen` had `1` and `header.details.Unseen` was still empty. Same...
### Feature request or bug bug ### If a bug, what did you expect to happen? get the body of the message ### If a bug, what happened? $mail->message->plain &...
hello, is there a way to get all messages after a certain date? thanks
Hi How do you connect to a shared mailbox? normally you would do authuser='.$username.'/user='.$shared.'}'; thanks
I get error after use moveMessages or deleteMessages, all new mails have fatal error: Fatal error: Uncaught exception 'SSilence\ImapClient\ImapClientException' with message '$id does not exist' moveMessages and deleteMessages work fine,...