parsing raw email in php

前端 未结 14 463
猫巷女王i
猫巷女王i 2020-12-23 20:50

I\'m looking for good/working/simple to use php code for parsing raw email into parts.

I\'ve written a couple of brute force solutions, but every time, one small cha

14条回答
  •  时光取名叫无心
    2020-12-23 21:19

    Try the Plancake PHP Email parser: https://github.com/plancake/official-library-php-email-parser

    I have used it for my projects. It works great, it is just one class and it is open source.

提交回复
热议问题