Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
結果に露骨に明らかなヘッダーを含めimap_headerinfoたり、含めたりしないでください[明らかに、これは の下にあると思います]。生のヘッダーを取得してそのヘッダーを解析し、それに応じてメッセージ本文を UTF-8 に変換するには、どの関数を利用できますか?imap_fetchstructureContent-typeimap_headerinfo
imap_headerinfo
imap_fetchstructure
Content-type
もちろん、私は質問をしてから8分後にそれを理解します. 解決策はimap_fetchmime、メッセージ/パーツのコンボをそのように実行することです
imap_fetchmime
$headers = imap_fetchmime($this->imapStream, $msgNumber, $partNumber);
これには、Content-type利用可能な場合、各パーツのヘッダーが含まれます。