Skip to content

Commit

Permalink
Version 1.4 released (DKIM, X-Mailer, Enhanced URL Detection, etc)
Browse files Browse the repository at this point in the history
Added

- DKIM Verification: Implemented DKIM validation to check the authenticity of email senders.
- X-Mailer Extraction: Added support for extracting the X-Mailer header, providing insight into the email client or service used.
- Email Real Sender Extraction: Replaced regex-based logic with email.utils.parseaddr() for accurate extraction of real email addresses.
- Enhanced URL Detection: Improved regex for more robust URL identification.
- Use Cases in Documentation: Introduced a detailed “Use Cases” section in the README to explain practical applications.

Improved

- Header Normalization: Preserved multi-line header continuation as per RFC 5322 standards.
- Refactored codebase for better readability and maintainability.
- Updated the real_email function for more robust handling of sender fields.
- Enhanced compatibility with modern Python versions (3.7+).
- Optimized email parsing logic for better performance.
  • Loading branch information
drego85 committed Nov 26, 2024
1 parent f7d3a45 commit dccfc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tldextract
py3dns
pyspf
beautifulsoup4
dkimpy
dkimpy
tldextract
beautifulsoup4

0 comments on commit dccfc95

Please sign in to comment.