I have a channel that is an HTTP Listener, and it receives a queryString. This queryString has an email address, but the @ symbol shows up as %40. I have tried using qie.unescapeHtml(), but that didn't change anything. I know the %40 should be @. I think that I want to url decode the %40 to @.