duo-labs / isthislegit

Dashboard to collect, analyze, and respond to reported phishing emails.
BSD 3-Clause "New" or "Revised" License
284 stars 51 forks source link

Feature request: parse email fields into their discrete parts #41

Open paddycarver opened 5 years ago

paddycarver commented 5 years ago

It would make webhooks a lot easier to work with and much more powerful if email addresses, wherever they appear (from, to, etc.) could be parsed into their discrete parts. For example, if we could get something like "to_address=employee@org.com to_name=First Employee to=First Employee employee@org.com" instead of only getting "to=First Employee employee@org.com", that would help tremendously.