Skip to content

Too aggressively removing blank lines #38

@hungerburg

Description

@hungerburg

When removing blank lines care should be taken, that the preceding line does not end with an equals sign "=" from a quoted printable encoded string:

$this -> RawData = preg_replace('{(\n+)}', "\n", $this -> RawData);

No idea how often that occurs in the wild, but happened to me with addresses exported from android contatcs app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions