python / cpython

The Python programming language
https://www.python.org
Other
62.46k stars 29.98k forks source link

email: RFC 2231 parameters encoding #37089

Closed 23aeb1a4-d162-4473-a32d-9adcac86cf2c closed 22 years ago

23aeb1a4-d162-4473-a32d-9adcac86cf2c commented 22 years ago
BPO 600096
Nosy @warsaw, @phdru
Files
  • email.patch.gz: email patch
  • 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: ```python assignee = 'https://github.com/warsaw' closed_at = created_at = labels = ['extension-modules'] title = 'email: RFC 2231 parameters encoding' updated_at = user = 'https://github.com/phdru' ``` bugs.python.org fields: ```python activity = actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = creator = 'phd' dependencies = [] files = ['4536'] hgrepos = [] issue_num = 600096 keywords = ['patch'] message_count = 2.0 messages = ['41028', '41029'] nosy_count = 2.0 nosy_names = ['barry', 'phd'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue600096' versions = ['Python 2.3'] ```

    23aeb1a4-d162-4473-a32d-9adcac86cf2c commented 22 years ago

    This patch accomplishes the patch N549133 (RFC 2231 parameters decoding). It adds RFC 2231 parameter encoding. I gzipped the file to prevent damage in transit (the file has mixed tb/spaces, etc).

    warsaw commented 22 years ago

    Logged In: YES user_id=12800

    Added to Message 1.22.