Skip to content

Releases: drego85/meioc

Version 1.4 released

27 Dec 09:34
Compare
Choose a tag to compare

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.

Version 1.3 released

08 Sep 08:26
Compare
Choose a tag to compare

What's new in version 1.3:

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

Version 1.2 released

30 Oct 21:25
Compare
Choose a tag to compare

What's new in version 1.2:

  • The JSON structure now contains always null values if there are no real values;
  • SPF verification improved;
  • RFC5321/22 - Correct regex to recognize an eMail address;
  • Exclusion of local IPv6;
  • Error handling in the HTML code analysis;
  • Minor bug fix.

Version 1.1 released

24 May 07:10
Compare
Choose a tag to compare

What's new in version 1.1:

  • Support of e-mails with charset encodig “cp-850”
  • Minor code fix

First Stable Release

22 May 09:13
Compare
Choose a tag to compare
1.0

Version 1.0