Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider normalizing To/From/Cc etc contents #3

Open
simonw opened this issue May 31, 2022 · 1 comment
Open

Consider normalizing To/From/Cc etc contents #3

simonw opened this issue May 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented May 31, 2022

The To: and Cc: headers are currently stored as text:

"To": "tim.belden@enron.com, kevin.presto@enron.com, john.lavorato@enron.com",
"Subject": "12/28 Power VaR",
"Cc": "frank.hayden@enron.com, stacey.white@enron.com, lacrecia.davenport@enron.com, \n\tdavid.port@enron.com",

Maybe normalize these and extract them out nto many-to-many tables?

This would also need to handle Name <email@example.com> formatted data.

@simonw simonw added the enhancement New feature or request label May 31, 2022
@simonw
Copy link
Owner Author

simonw commented May 31, 2022

Also an opportunity to clean up that \n\t in lacrecia.davenport@enron.com, \n\tdavid.port@enron.com".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant