mbox-to-sqlite
mbox-to-sqlite copied to clipboard
Added options for SQLite tracer and to lowercase the column names.
The --tracer option will now print out the SQL commands that the SQLite engine executes. This is helpful in trying to determine why some .mbox file cannot be loaded. For example, Google's Takeout produces .mbox files with email message header fields of mixed cases.
The --lowercol option will force the table column names to be lowercase.
I missed an erroneous print statement and added the --lowercol option to the readme.