mime과 html 메타태그에 캐릭터셋이 있을때 디코딩 방법이?

dalili의 이미지

------=_NextPart_001_0001_01CB015A.072AA1F0
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
</head>
<body>
IMAP =ED=85=8C=EC=8A=A4=ED=8A=B8=EB=B3=B8=EB=AC=B8
</body>

mime타입에 charset이 utf-8로 선언되어 있고
인코딩은 quoted-printable
html의 메타태그에는 utf-8로 되어 있습니다.

이 내용을 보고자 할 경우 어떻게 해야하는 것이 맞는지요?

1번 : quoted-printable디코딩 -> utf-8에서 캐릭터셋 변환 -> html 메타 태그대로 utf-8로 읽음

2번 : quoted-printable디코딩 -> html 메타 태그대로 utf-8로 읽음

결과적으로는 2번이 안깨지고 잘 나오네요.