'@' in email is getting replaced with '+' when assigned to description field in inbound email
'@' in email is getting replaced with '+' when assigned to description field in business rule.we have used following code while assigning value inc.description = current.u_description.replace(/<\/?[^>]+(>|$)/g, "");