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

Fix ISO-2022-JP-MS encoding convert #7091

Merged
merged 3 commits into from Jun 13, 2020
Merged

Commits on Dec 3, 2019

  1. Fix ISO-2022-JP-MS encoding convert

    ISO-2022-JP-MS characters are removed by iconv on sending mail.
    Use mbstring functions on sending.
    Add a unit test.
    shirosaki committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    869d1d1 View commit details
    Browse the repository at this point in the history
  2. Fix wordwrap with ISO-2022-JP

    A message with ISO-2022-JP-MS characters currupts by wordwrap.
    Use ISO-2022-JP-MS charset in wordwrap.
    Add a unit test.
    shirosaki committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d966729 View commit details
    Browse the repository at this point in the history
  3. Fix email address name encoding with ISO-2022-JP

    Convert to UTF-8 to split addresses correctly.
    Base64 encode ISO-2022-JP name.
    Add a unit test.
    shirosaki committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    a335102 View commit details
    Browse the repository at this point in the history