- Notifications
You must be signed in to change notification settings - Fork0
This python script allows you to extract all the email addresses contained in a mbox file and write them inside a text file.
License
samuelbruno33/extract-email-address-from-mbox-file
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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:PersonNameemail@example.com oremail@example.com or justemail@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
Uh oh!
There was an error while loading.Please reload this page.