Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

backslash was dropped from header value

$
0
0
Hi there,

When we load EML and add it to PST, we found that backslash in the header value was dropped.
For example:

To: test@test.com, abc@aaa"aaa.com, a b \c
Junk: ~!@#$%^&*()_+`1234567890-={}|[]\:";'<>?,./

After I added the message to PST, then imported to outlook, I found that those two headers were changed to:
To: test@test.com, abc@aaa"aaa.com, "a b c"
Junk: ~!@#$%^&*()_+`1234567890-={}|[]:";'<>?,./

For the first to header a b \c was changed to "a b c"
For the second junk header: \ was dropped

Why Aspose.Email will make those changes? Should we just use whatever we read from the EML if outlook was not rejecting those characters?

Viewing all articles
Browse latest Browse all 1367

Trending Articles