Hi,
Attaching one more eml file generated using Aspose email 3.6 java version.
1) Date is not matching and some characters are changed to =2E & =2EM
Hi Satish,
The “=2E” is not a bug but it is a quoted-printable encoding where the dots “.” are encoded as “=2E”. The
rfc2049 states:
“Some mail transport agents will corrupt data that includes certain literal strings. In particular, a period (”.") alone on a line is known to be corrupted by some (incorrect) SMTP implementations, and a line that starts with the five characters "From " (the fifth character is a SPACE) are commonly corrupted as well. A careful composition agent can prevent these corruptions by encoding the data (e.g., in the quoted- printable encoding using "=46rom " in place of “From " at the start of a line, and “=2E” in place of “.” alone on a line).”
Please feel free to write to us if we can be of any additional help to you in this regard.