Skip to content

patrickmn/emailsfromfile

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
EmailsFromFile
http://patrickmylund.com/projects/emailsfromfile/

EmailsFromFile is a Python script that extracts all unique email addresses from
a file. It follows a regular expression pattern based on the RFC 2822 standard
and should thus return all valid email addresses regardless of how they appear
in the file. For example, EmailsFromFile will distinguish between separate email
addresses in a comma-separated list of values, such as a CSV file containing names,
addresses, phone numbers and email addresses.

Usage: python emailsfromfile.py <filename> [separator] [encoding]

About

Extract all email addresses from a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages