Skip to content

Encoded URLs inside content HTML are being decoded before being sent #3

@ferpessina

Description

@ferpessina

When sending an encoded URL as part of the email content, the URL is decoded when received.

Sample email content:
<!DOCTYPE html>
<html>
<body>
<h1>Email heading</h1>
<a href='https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUChWcga5UyJjArDj-9yBoeyw'>Some link</a>
</body>
</html>

Email content received:
<!DOCTYPE html>
<html>
<body>
<h1>Email heading</h1>
<a href='https://www.youtube.com/channel/UChWcga5UyJjArDj-9yBoeyw'>Some link</a>
</body>
</html>

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