├── create_database_postgres.sql ├── mbox.py ├── nntp.py └── utzoo2postgres.py /create_database_postgres.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JozefJarosciak/python_mbox_parser/HEAD/create_database_postgres.sql -------------------------------------------------------------------------------- /mbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JozefJarosciak/python_mbox_parser/HEAD/mbox.py -------------------------------------------------------------------------------- /nntp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JozefJarosciak/python_mbox_parser/HEAD/nntp.py -------------------------------------------------------------------------------- /utzoo2postgres.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JozefJarosciak/python_mbox_parser/HEAD/utzoo2postgres.py --------------------------------------------------------------------------------