You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mikolamin ,
please give v3.0.0-alpha a try. The default boundary regex used to detect the message parts in a multi-part message has been changed and can now also be modified via the config options.boundary parameter inside your configuration.
I have getting emails with header like this:
...
Content-type: multipart/mixed;
Boundary="0_=4E55...._
And method find() of class Header cannot find preg_match_all() with $pattern "/boundary="?([^\"]*)"?/" because B letter is in upper case.
Could you help me to find the solution? It will be better to set these boundary pattern
The text was updated successfully, but these errors were encountered: