We are sorting a mailbox signed into a mailing list (Mailman), which does nothing but sit and write down emails from other users on the mailing list. This will be the PHP associated with the mailbox, capturing new emails and placing them in a MySQL database for use as a web archive that can be found using search.
I noticed that many of the subjects had RE: FW: FWD in front of them (obviously), but they wondered if I need to manually separate them to get a grouping by topic when displaying the database results on the Internet p.
Perhaps there is a PHP / Mail or PEAR class that will automatically handle grouping / message flows that I don't know about. Thank you for your help!
source
share