Dear All,
I am facing a problem in my Scenario . I have configured sender mail adapter and the mail gets picked from the Mail Box.
But the problem is in the content field i get something like '=20'. I analysed it and checked that whenever a space or a enter key is pressed when writing a mail then in XI it gets converted to =20.
The problem is when the data goes to target system CRM it goes as =20.
Can anyone let me know how can we take care of the same.The problem is with the Content field which gives characters =20 .
Format as below
http://sap.com/xi/XI/Mail/30">
<Subject>test</Subject>
<From>test123@test</From>
<To>test12233</To>
<Content_Type>text/plain;charset="us-ascii"</Content_Type>
<Date>2008-09-22T09:47:40Z</Date>
<Message_ID></Message_ID>
<Content>=20Dear CRM team=20=20Please find below mails kindly check =20Regardsxyz=20=20.</Content>
</xim:Mail>