apoc.data.email
Function APOC Full
apoc.data.email('email_address') as {personal,user,domain} - extract the personal name, user and domain as a map
Install Dependencies
This procedure has a dependency on an email library that is not included in the APOC Library.
The dependency is included in apoc-email-dependencies-4.1.0.11.jar, which can be downloaded from the releases page.
Once that file is downloaded, it should be placed in the plugins
directory and the Neo4j Server restarted.