java-logo

[Java] Email grabber

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.

1

  • 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.java
grabMail.java

JAR file:
EmailGrabber.jar

Subscribe
Notify of
guest

1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments