import javax.mail.internet.InternetAddress; String address = "eharman@tripadvisor.com" def parsed = InternetAddress.parse(address) println(parsed)