Skip to content

alvmgdev/mbox2html-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbox2html-flask

Simple WebApp made in flask to convert mbox files to html files.

Getting Started

Requirements:

  • Python 3

The first time, you should to install the requirements:

pip3 install -r requirements.txt

How to run it?

  • python3 app.py
  • Connect to localhost:8080
  • The web app will create two folders (uploads and downloads inside the project) when the app requires it

Steps to convert a mbox file to html file

  • Select file
  • Upload
  • Click on Convert (you can check the option 'convert each email individually' if you want to process each message of the mbox file as separated files, the web app will zip the documents in a zip file)
  • Click on Download
  • You can open the downloaded file =)

About

Simple WebApp made in flask to convert mbox files to html files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages