About d.3one
Useful things to know about storing and displaying e-mails in d.3one
With a Search for function, you can use a regular expression to specify that the search term is read out from the sender information.
Example
You want to specify that the SMTP address is also read during the search.
To extend the search to the SMTP address, enter the following regular expression while creating a Search for function: [a-z0-9\-_]?[a-z0-9.\-_]+[a-z0-9\-_]?@[a-z.-]+\.[a-z]{2,}
When the search is then performed, the regular expression finds the relevant SMTP address.