UtkarshMish / email-parser

Email parser will read a .eml file in the path mentioned and fetch any query present inside those emails. All the result will be stored inside result folder mentioned in the script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EMAIL PARSER

Key Email parser will read a .eml file in the path mentioned and fetch any query present inside those emails. All the Key will be stored inside result folder as a csv mentioned in the script.

variables to change

EMAIL_PATH = <<PATH TO LOOK OUT FOR *.eml FILES >>
EXTENSION_TO_LOOK_FOR = <<CAN BE EML or MSG TYPE>>
CONTENT_QUERY = << QUERY TO SEARCH THE EMAILS FOR >>
RESULT_FILE = << RESULT DIRECTORY WITH FILENAME IN IT >>

About

Email parser will read a .eml file in the path mentioned and fetch any query present inside those emails. All the result will be stored inside result folder mentioned in the script.


Languages

Language:Python 100.0%