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

bpo-27397: Make email module properly handle invalid-length base64 strings #7583

Merged
merged 6 commits into from
Jun 12, 2018

Commits on Jun 10, 2018

  1. bpo-27397: email module properly handle invalid-length base64 strings

    This defines a new InvalidBase64LengthDefect defect, which is returned
    with the encoded string when attempting to base64-decode a string
    of invalid length (1 mod 4).
    taleinat committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    a70626c View commit details
    Browse the repository at this point in the history
  2. bpo-27397: add NEWS entry

    taleinat committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    db375e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf1b73 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    2dd86e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754bdd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    8a5bbce View commit details
    Browse the repository at this point in the history