Skip to content

Version mismatch in php-mime-mail-parser / php-mime-mail-parser #104

@BrianVB

Description

@BrianVB

Description
In https://github.com/uvdesk/mailbox-component/blob/master/Services/MailboxService.php on line 107 parser is instantiated new Parser(). In release 7.1.1 of php-mime-mail-parser / php-mime-mail-parser the constructor was changed to private which makes that method of instantiation throw an error.

How to reproduce
Try to use the mailbox functionality after updating composer packages and having them use release 7.1.1 of php-mime-mail-parser / php-mime-mail-parser

Possible Solution
Force composer.json to use version 7.1.0 and not 7.1.1 (https://github.com/uvdesk/mailbox-component/blob/master/composer.json).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions