Skip to content

Header processing / content detection ignored in getBody #14

Description

@ldkafka

This also affects the bug report regarding broken Content-Transfer-Encoding, etc.

Line 213:
foreach ($this->rawBodyLines as $line) {
Should be:
foreach (preg_split("/(\r?\n|\r)/", $this->emailRawContent as $line) {

Regards,

Lucian Kafka
http://aura.travel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions