Strip signatures and replies from emails

后端 未结 8 1343
傲寒
傲寒 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 20:01

    If you can assume that these emails are in plain text, just strip lines that begins with ">" as replies, and "-- " line should delimit signature. But those assumptions might not work, as not all people over internet use software that complies to rules.

提交回复
热议问题