I have an issue where I post a request to PayPal and they return some data, one of the items being an e-mail address. The e-mail address comes back like this: EMAIL=myaddr%40att%2enet and that works for me all of the time. However, there are e-mail addresses with a double period in them and I get this from PayPal: EMAIL=theemailaddr%40stny%2err%2ecom. When I use the GetSessionValue on the EMAIL, I get "theemailaddr@stny rr.com" There is a space in place of the first %2e. So I end up with an invalid e-mail address.
I am still running NetTalk v4.30. Has this been fixed in the latest version? Or is there some sort of workaround? Thanks.
Brian Ekeland