Given this email:
```
Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.
Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr=CA%2DH3GSM67W, to access your The Internal Ducot Service account. After you login, use your browser's Favorites option to save this link for future access.
You can use this account to securely access, share and collaborate on documents. For instructions on using the service, please consult the online Help documentation after you have logged in.
```
Gets decoded by Body.Text to this
```
Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr?%2DH3GSM67W, to access your The Internal Ducot Service account. After you login,use your browser's Favorites option to save this link for futureaccess.You can use this account to securely access, share and collaborate on documents. For instructions on using the service, please consult the online Help documentation after youhave logged in.
```
Notice the spaces that are lost and part of the link becomes "whr?%" instead of "whr=CA%".
Comments: ** Comment from web user: pavel_azanov **
```
Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.
Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr=CA%2DH3GSM67W, to access your The Internal Ducot Service account. After you login, use your browser's Favorites option to save this link for future access.
You can use this account to securely access, share and collaborate on documents. For instructions on using the service, please consult the online Help documentation after you have logged in.
```
Gets decoded by Body.Text to this
```
Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr?%2DH3GSM67W, to access your The Internal Ducot Service account. After you login,use your browser's Favorites option to save this link for futureaccess.You can use this account to securely access, share and collaborate on documents. For instructions on using the service, please consult the online Help documentation after youhave logged in.
```
Notice the spaces that are lost and part of the link becomes "whr?%" instead of "whr=CA%".
Comments: ** Comment from web user: pavel_azanov **
Hi,
can see if the problem still persists using the latest source code from the repository?
Thanks,
Pavel