Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --format-email to perform full validation on "email" and "idn-email" formats #460

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Jul 10, 2024

  1. wip: email format options

    trzejos committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5f4c7c5 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Joshua Trzebiatowski committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e660e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43bef30 View commit details
    Browse the repository at this point in the history
  4. update ParseResult

    Joshua Trzebiatowski committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4bfadc1 View commit details
    Browse the repository at this point in the history
  5. nested set fix

    Joshua Trzebiatowski committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7bd81f8 View commit details
    Browse the repository at this point in the history
  6. update changelog

    Joshua Trzebiatowski committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    20f7209 View commit details
    Browse the repository at this point in the history
  7. line length

    Joshua Trzebiatowski committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b3df29c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Apply suggestions from code review

    Co-authored-by: Stephen Rosen <sirosen@globus.org>
    trzejos and sirosen authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4bcc102 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. removed --format-email CLI option. Refactored RFC5321 validation

    Joshua Trzebiatowski committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    07d7204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc19e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add named match groups and acceptance tests

    Joshua Trzebiatowski committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0befdf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03686fd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update test_format_email.py

    Add more idn email tests
    trzejos authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    aef3647 View commit details
    Browse the repository at this point in the history
  2. convert email acceptance tests to unit tests

    Joshua Trzebiatowski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9d9a266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e2915 View commit details
    Browse the repository at this point in the history