I am in the midst of creating an online contact management tool for users to manage contacts and clients. I am trying to develop a solution where the user will add a BCC or CC in any email client like this:
1234@myappdomain.12345.com
and my app will grab the recipients to address information email, name, etc and my backend script will grab the data, look to see if this exist and if not add this into the database.
Where I am challenged is how to get the data from an email to php or java... Any thoughts?