Strip signatures and replies from emails

后端 未结 8 1330
傲寒
傲寒 2020-12-22 19:34

I\'m currently working on a system that allows users to reply to notification emails that are sent out (sigh).

I need to strip out the replies and signature

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 19:56

    There's a really nice PHP library dedicated to the email parsing

    http://williamdurand.fr/EmailReplyParser/

    https://github.com/willdurand/EmailReplyParser

提交回复
热议问题