这是indexloc提供的服务,不要输入任何密码
Skip to content

Prefer simpler addresses in headers when possible #178

@bandali

Description

@bandali

It seems that the mail package almost always puts double-quotes around the 'name' part of addresses e.g. in From, To, etc. headers - even for pure ASCII names without commas, etc. - and I believe it also always wraps the address part in < and >:

  • Example Name <name@example.org> ---> "Example Name" <name@example.org>
  • name@example.org ---> <name@example.org>

It would be nice if the package would make these transformations only if necessary, and otherwise keep the simpler forms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions