Skip to content

smtplib: add support for arbitrary auth methods #59219

@sandrotosi

Description

@sandrotosi
BPO 15014
Nosy @warsaw, @bitdancer, @sandrotosi, @zvyn
Files
  • smtplib.patch: Implements new member functions for each auth-method in SMTP.
  • smtplibAuthobj.patch: add support for arbitrary auth methods via authenticate(..., authobject)
  • smtplib_auth.patch
  • smtplib_auth_060614.patch
  • smtplib_auth.patch
  • 15014-auth-init-resp.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/warsaw'
    closed_at = <Date 2015-07-09.14:58:32.328>
    created_at = <Date 2012-06-06.08:11:21.135>
    labels = ['type-feature', 'library', 'expert-email']
    title = 'smtplib: add support for arbitrary auth methods'
    updated_at = <Date 2015-07-09.14:58:32.327>
    user = 'https://github.com/sandrotosi'

    bugs.python.org fields:

    activity = <Date 2015-07-09.14:58:32.327>
    actor = 'barry'
    assignee = 'barry'
    closed = True
    closed_date = <Date 2015-07-09.14:58:32.328>
    closer = 'barry'
    components = ['Library (Lib)', 'email']
    creation = <Date 2012-06-06.08:11:21.135>
    creator = 'sandro.tosi'
    dependencies = []
    files = ['34279', '34287', '35392', '35500', '35842', '39882']
    hgrepos = []
    issue_num = 15014
    keywords = ['patch']
    message_count = 30.0
    messages = ['162396', '162407', '212663', '212667', '212668', '212720', '212726', '212735', '212739', '218707', '219315', '219845', '219876', '219886', '222205', '222206', '245648', '245649', '245650', '245652', '245653', '245654', '246419', '246433', '246436', '246437', '246438', '246443', '246473', '246505']
    nosy_count = 7.0
    nosy_names = ['barry', 'r.david.murray', 'jesstess', 'sandro.tosi', 'catalin.iacob', 'python-dev', 'zvyn']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'needs patch'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue15014'
    versions = ['Python 3.5', 'Python 3.6']

    Metadata

    Metadata

    Assignees

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytopic-emailtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions