An email extracting application that I made just now. Best one out of three that I made (in Python, Delphi and now Java) function-wise.
* Uses threads so it's uber fast and does not hang.
* Selection to ignore duplicate emails
* Selection to show or not grabbed emails in the text area. Much faster if unselected.
* Selection to ignore emails that contains a given pattern (no regex!)
* Uses regex to find emails
* Writes found emails to a file "ExtractedDump.txt" in same dir as the JAR
Code:
emailExtract.javagrabMail.javaJAR file:
EmailGrabber.jar