-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The To:
and Cc:
headers are currently stored as text:
mbox-to-sqlite/tests/test_mbox_to_sqlite.py
Lines 35 to 37 in 9c1e65a
"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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request