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
Reading messages from Gmail, see error:
PHP Notice 'yii\base\ErrorException' with message 'Undefined offset: 9' in /vendor/ddeboer/imap/src/Message/AbstractPart.php:458
$part->type is 9 and there is no such value in AbstractPart::$typesMap
$part->type
9
AbstractPart::$typesMap
The text was updated successfully, but these errors were encountered:
567000d
Fix released in 1.2.3, thanks.
Sorry, something went wrong.
No branches or pull requests
Reading messages from Gmail, see error:
$part->type
is9
and there is no such value inAbstractPart::$typesMap
The text was updated successfully, but these errors were encountered: