Skip to content

Tags: drego85/meioc

Tags

1.4

Toggle 1.4's commit message
Version 1.4 released (DKIM, X-Mailer, Enhanced URL Detection, etc)

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.

1.3

Toggle 1.3's commit message
Release of version 1.3

1. Fixed tldextract problem
2. Migration from the BytesParser library to email
3. Ability to save the result in a .JSON file
4. Identification of "base" HTML TAGs
5. Redundant code deleted
6. Minor Fix

1.2

Toggle 1.2's commit message
Release of version 1.2

1.1

Toggle 1.1's commit message
Version 1.1

What's new in version 1.1:
* Support of e-mails with charset encodig “cp-850”
* Minor code fix

1.0

Toggle 1.0's commit message
Version 1.0