Skip to content

A python script to save emails in html format from MIME(EML) standard.

Notifications You must be signed in to change notification settings

sanjana-302/MIME_to_HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MIME_to_HTML

A python script to save emails in html format from MIME(EML) standard to local system.

This script reads Standard MIME RFC 822 from your inbox and converts in into HTML format. This then automatically saves into system.

How to use ?

    Clone this repository.
    Install requirements.
    python email_write.py

Currently, this saves all emails from "inbox" to a directory called "email" in your system (this will be created in same working directory where you run script).

How are subdir(s) named in "email" ?

The latest email will be fetched first and it's subdir name will be binary form for decimal number 1 , it keeps incresing for subsequent emails. This can be easily changed as required.

How to view my emails locally ?

Just go to subdir , you will find html file , click on it. You are good to go!

About

A python script to save emails in html format from MIME(EML) standard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages