我正在尝试仅获取当前消息并忽略消息跟踪。这是我使用imap_fetchbody()获取的消息:
OK, see you there.
2012年8月27日星期一下午12:13,Symantec Briefing Tool写道:
You are invited to the following meeting. The following is a
time we have tentatively scheduled you.
...
在这里,我只需要获得“好的,在那里见到你”。并忽略其余的消息历史记录。我怎样才能做到这一点?任何想法或指针都非常感激。我尝试过使用imap_fetchtext和imap_fetchbody,但没有运气???