function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Eugene KorsunskyEugene Korsunsky 

Extracting data from email having @text tags

I'm trying to capture name and phone number from Trulia lead email that has recently started using encoding I don't understand. 

In Trulia email the data looks as follows:

An Dxxxxg
 
a.dxxxxg@me.com*
 
(XXX) XXX-XXXX

When I click forward in outlook it looks:
An Dxxxxg
 
@texta.dxxxxg@me.com*
 
@text(xxx) xxx-xxxx

When I use email.plainTextBody the printout shows the following keywords with blank space after them:
From:   
Email:  
Phone:

Can anybody please help with the code to capture the data?

Thank you!