Skip to content

emailFromId converts = in Query String To ANSI characters #50

@fbarrocal

Description

@fbarrocal

When I try to read an email that contains an URL with a query string the first couple characters after equal sign become decoded by quoted_printable_decode(), for example:
Email boy like:

Check the list on page 56 at http://example.com/list.php?page=56

becomes:

Check the list on page 56 at http://example.com/list.php?pageV

Expected:
URLs containing equal character followed by two hexadecimal characters does not translate into ANSI equivalent

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions