Skip to content

This python script allows you to extract all the email addresses contained in a mbox file and write them inside a text file.

License

Notifications You must be signed in to change notification settings

samuelbruno33/extract-email-address-from-mbox-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

extract-email-address-from-mbox-file

This python script allows you to extract all the email addresses contained in a mbox file and write them inside a text file.

Usually the mail addresses in a mbox file can be of the type: PersonName email@example.com or email@example.com or just email@example.com

There are 3 possible cases where the delimiters for the email address are <> or only the address is present.

This script allows you to print only what is inside the delimiters (if you have different delimiters just change the delimiter variable within the script), while if a line has no delimiters then it means that only an email address is present.

About

This python script allows you to extract all the email addresses contained in a mbox file and write them inside a text file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages