We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The To: and Cc: headers are currently stored as text:
To:
Cc:
mbox-to-sqlite/tests/test_mbox_to_sqlite.py
Lines 35 to 37 in 9c1e65a
Maybe normalize these and extract them out nto many-to-many tables?
This would also need to handle Name <email@example.com> formatted data.
Name <email@example.com>
The text was updated successfully, but these errors were encountered:
Also an opportunity to clean up that \n\t in lacrecia.davenport@enron.com, \n\tdavid.port@enron.com".
\n\t
lacrecia.davenport@enron.com, \n\tdavid.port@enron.com"
Sorry, something went wrong.
No branches or pull requests
The
To:
andCc:
headers are currently stored as text:mbox-to-sqlite/tests/test_mbox_to_sqlite.py
Lines 35 to 37 in 9c1e65a
Maybe normalize these and extract them out nto many-to-many tables?
This would also need to handle
Name <email@example.com>
formatted data.The text was updated successfully, but these errors were encountered: