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

email.Parser trashes header #38063

Closed
sshah mannequin opened this issue Feb 26, 2003 · 2 comments
Closed

email.Parser trashes header #38063

sshah mannequin opened this issue Feb 26, 2003 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@sshah
Copy link
Mannequin

sshah mannequin commented Feb 26, 2003

BPO 693996
Nosy @warsaw
Files
  • trash.text: interpreter transcript showing the bug
  • 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 2003-03-03.16:15:00.000>
    created_at = <Date 2003-02-26.22:58:39.000>
    labels = ['library']
    title = 'email.Parser trashes header'
    updated_at = <Date 2003-03-03.16:15:00.000>
    user = 'https://bugs.python.org/sshah'

    bugs.python.org fields:

    activity = <Date 2003-03-03.16:15:00.000>
    actor = 'barry'
    assignee = 'barry'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2003-02-26.22:58:39.000>
    creator = 'sshah'
    dependencies = []
    files = ['806']
    hgrepos = []
    issue_num = 693996
    keywords = []
    message_count = 2.0
    messages = ['14868', '14869']
    nosy_count = 2.0
    nosy_names = ['barry', 'sshah']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue693996'
    versions = ['Python 2.2']

    @sshah
    Copy link
    Mannequin Author

    sshah mannequin commented Feb 26, 2003

    email.Parser trashes a long-lined recipient list if it
    is parsed more than once.

    The attached interpreter transcript demonstrates this
    problem. During the first parsing, it rewrites the
    header of the message (okay). But during the second
    parsing, recipient C is missing from the list.

    @sshah sshah mannequin closed this as completed Feb 26, 2003
    @sshah sshah mannequin assigned warsaw Feb 26, 2003
    @sshah sshah mannequin added the stdlib Python modules in the Lib dir label Feb 26, 2003
    @warsaw
    Copy link
    Member

    warsaw commented Mar 3, 2003

    Logged In: YES
    user_id=12800

    This appears to be fixed in the folding-reimpl-branch which
    will soon be committed to the email 2.5 / python 2.3 head.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant