Many have seen my old
email extractor class and maybe actually gave it a run. Personally, I never liked that piece of work that I did.
As you might guess, I am working on a new email extractor which stores the info in a database table. It is much more general than the previous one and checks for duplicates before entry. This will help enable forking of child processes without being afraid of data collisions.
I am in the testing phase.