Webklex / laravel-imap

Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
https://www.php-imap.com
MIT License
617 stars 177 forks source link

How to get raw subject ? #458

Closed abcprintf closed 1 year ago

abcprintf commented 1 year ago

Hello, I need get raw subject but I can't find how to get raw subject.

ทดสอบ นำส่งจดหมายผ ??ˆ?????™????????š??š???????????????

2022-11-18_12-13-07

expected : ทดสอบ นำส่งจดหมายผ่านระบบอีเมล

but if i can retrieve get raw header subject It will work.

simple :

2022-11-18_12-20-49

I'am try:

$subject_raw = "=?UTF-8?B?4LiX4LiU4Liq4Lit4LiaIOC4meC4s+C4quC5iOC4h+C4iOC4lOC4q+C4oeC4suC4ouC4nA==?=
                =?UTF-8?B?4LmI4Liy4LiZ4Lij4Liw4Lia4Lia4Lit4Li14LmA4Lih4Lil?=";
echo mb_decode_mimeheader($subject_raw);

// output : ทดสอบ นำส่งจดหมายผ่านระบบอีเมล  <-- is work

Version: Laravel 8, php 7.4

robis199 commented 1 year ago

$message->getSubject()[0];