Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

GetMessages method returning extra characters in the email body #68

@f1patty

Description

@f1patty

Hello,

I am using Pop3Client to connect and retrieve messages. The GetMessages method is returning extra characters in the content body of the message.

For example, if the original email body content contains the following text:
src=123.45.67.89

Using the GetMessages method to get the email Body content returns the following text: (please note the consecutive period character after 45)
src=123.45..67.89

Is there a way to prevent the extra period character?

The RawBody message returns the also the extra period character:
src=3D123.45=\r\n..67.89

Thanks

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