What's new in version 1.4:
Added
- DKIM Verification: Implemented DKIM validation to check the authenticity of email senders.
- 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.
- Added normalization step to handle HTML tags and special characters (e.g., >).
- Use Cases in Documentation: Introduced a detailed “Use Cases” section in the README to explain practical applications.
Improved
- 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.