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

JAMES-2997 Extraction of charset cary over in Attachment content type #3316

Closed
wants to merge 8 commits into from

Commits on Apr 22, 2020

  1. JAMES-2997 MessageParser & MIMEMessageConverter should preserve charset

    Previous implementations where not preserving charset upon:
     - composing a message via JMAP
     - storing an attachment related to a mailbox
    
    Note that JMAP attachment upload was preserving charset.
    
    **master** is also affected by this issue but the problem was hidden as
    SetMessages was returning the expected attachment metadata and not the
    actual one.
    chibenwa committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    89490ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4038d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf30ce4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c11d207 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    307d509 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    489fbe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    fcaa50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb30742 View commit details
    Browse the repository at this point in the history