issues
search
HaveIBeenPwned
/
EmailAddressExtractor
A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
68
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Domains should not be able to end with a period
#73
Johno-ACSLive
closed
1 month ago
1
Replaces '.Replace' calls with a Regex
#72
GStefanowich
opened
8 months ago
2
Extracting addresses from a directory path should include subfolders
#71
troyhunt
closed
8 months ago
2
A bit of cleanup here and there
#70
GStefanowich
closed
11 months ago
0
JSON exception on run
#69
troyhunt
closed
11 months ago
5
Updated the root namespace
#68
GStefanowich
closed
12 months ago
0
Resolves #66
#67
GStefanowich
closed
12 months ago
3
An alias cannot be longer than 64 chars
#66
troyhunt
closed
12 months ago
2
Domains should not be able to end with a period
#65
troyhunt
closed
1 month ago
10
RegEx tuning
#64
stebet
closed
1 year ago
0
Email addresses in URLs should be extracted
#63
troyhunt
closed
2 months ago
3
Configuration Changes
#62
GStefanowich
closed
1 year ago
0
Should an email address be able to begin with these characters?
#61
troyhunt
opened
1 year ago
32
Bug fixes
#60
GStefanowich
closed
1 year ago
0
Exceptions can disappear from view
#59
troyhunt
closed
1 year ago
5
Show file currently being processed when working through a directory
#58
troyhunt
closed
1 year ago
0
Implemented TLD Filter
#57
GStefanowich
closed
1 year ago
1
EmailAddress Object fixes
#56
GStefanowich
closed
1 year ago
0
Implemented Channels
#55
GStefanowich
closed
1 year ago
0
"Length cannot be less than zero" exception
#54
troyhunt
closed
1 year ago
1
Performance boost due to splitting regex
#53
StevenWilmot
closed
1 year ago
2
Changed rounding of larger files sizes
#52
GStefanowich
closed
1 year ago
0
Refactored ILineReader slightly
#51
GStefanowich
closed
1 year ago
0
Fixed README Markdown
#50
GStefanowich
closed
1 year ago
0
AddressExtractor refactoring
#49
GStefanowich
closed
1 year ago
6
Refactoring OpenDocumentTextReader
#48
jfbourke
closed
1 year ago
0
Created a base CONTRIBUTING file
#47
GStefanowich
closed
1 year ago
0
Create a Reader for .doc, .docx, and .pdf files
#46
GStefanowich
opened
1 year ago
4
Added some tests / other cleanup
#45
GStefanowich
closed
1 year ago
0
A basic implementation of a .ODT reader
#44
jfbourke
closed
1 year ago
4
Implements a performance tracker
#43
GStefanowich
closed
1 year ago
1
Create tests to measure performance
#42
troyhunt
opened
1 year ago
2
Recent commits have nuked performance
#41
troyhunt
closed
1 year ago
22
Exclude common file extensions that could be mistaken for TLDs
#40
troyhunt
closed
1 year ago
0
Fix remaining test cases
#39
KonajuGames
closed
1 year ago
3
Handled cases for initial chars
#38
hiteshbedre
closed
1 year ago
7
Make tests structure consistent
#37
KonajuGames
closed
1 year ago
3
Handle email addresses encapsulated in double quotes
#36
troyhunt
closed
1 year ago
2
Created a Reader interface
#35
GStefanowich
closed
1 year ago
1
optimised multiple check in a single pattern + handled some check around underscore and single quote
#34
hiteshbedre
closed
1 year ago
4
Fix parsing of email addresses encapsulate in single quotes
#33
troyhunt
closed
1 year ago
1
Fix for #31
#32
GStefanowich
closed
1 year ago
0
Fix failing test for a file with a blank line
#31
troyhunt
closed
1 year ago
2
Supress pre-scan summary when input is a single file
#30
troyhunt
closed
1 year ago
1
Changed CLI config to non-static
#29
GStefanowich
closed
1 year ago
5
Standardise test structure and naming conventions
#28
troyhunt
closed
1 year ago
2
Fixes to the tests
#27
GStefanowich
closed
1 year ago
0
Fix for FileCollections
#26
GStefanowich
closed
1 year ago
0
Fix incorrect handling of commas
#25
mitchwilliamson
closed
1 year ago
1
Added directory scanning
#24
GStefanowich
closed
1 year ago
3
Next