-
Notifications
You must be signed in to change notification settings - Fork 0
Tests used to analyze Go Issue 3462
wathiede/GoMailBug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project contains similar address extraction implementations in python and go. You pass in a glob pattern for individual mail files and an output file and it will extract all To: and CC: fields and write the following to the output file specified: <name>|<email address>|<filename> This makes it easy to diff the outputs of the two implementations and gives you the source mail file if you need to investigate further. compare.sh takes a single arg, a file glob pattern, runs each implementation, and diffs the output. The python implementation requires Google's python-gflags library from: http://code.google.com/p/python-gflags/
About
Tests used to analyze Go Issue 3462
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published