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

Description
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