We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The used code:
$imapPath = '{' . $imap_host . ':' . $imap_port . '/imap/' . $imap_encryption . '}' . $mailbox; $mailboxConnection = new Mailbox( $imapPath, $this->imap_username, $this->imap_password, null, // Directory, where attachments will be saved (optional) 'UTF-8', // Server encoding (optional), true, true, ); $mails = Imap::fetch_overview( $mailboxConnection->getImapStream(), '1:*', FT_UID );
The text was updated successfully, but these errors were encountered:
Issue barbushin#708 Allow define sequence with *
231c1dc
This solved my issue.
Sorry, something went wrong.
No branches or pull requests
The used code:
The text was updated successfully, but these errors were encountered: