Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sailfishos/mms-engine
base: 754e0edfbb250145a632a3b31de13ba969a27a0c
Choose a base ref
...
head repository: sailfishos/mms-engine
compare: 699bf8df7d7a726a9cb071552f92852443a451b0
Choose a head ref
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 31, 2020

  1. [mms-lib] Convert text parts to utf-8. JB#50506

    Those operators who convert text attachments to utf-8, seem to
    only understand utf-8 as a charset. If they see utf-8, they do
    nothing; if they see anything else, they interpret that as us-ascii
    and convert it to utf-8 (which typically messes things up).
    
    Therefore, we need to convert text parts into utf-8 and specify
    utf-8 charset in the attachment part header. That way it should
    always work.
    
    This automatic utf-8 conversion can be turned off with a command
    line option, or via config file. By default, conversion is on.
    monich committed Jul 31, 2020
    Copy the full SHA
    2bda88f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Merge branch 'charset' into 'master'

    Convert text parts to utf-8
    
    See merge request mer-core/mms-engine!26
    monich committed Aug 6, 2020
    Copy the full SHA
    699bf8d View commit details
    Browse the repository at this point in the history