Hi y'all,
I'm trying to write up some code to filter my mails server sided, without using standard spam progs (no root access).
Just starting, I'm already stuck with that darn IMAP functions to parse my mails. How can I use IMAP functions to split mails into each MIME part, and put them in a multi dimensional array? Ideally, the array would contain a line for each MIME part, with all MIME information there is, e.g. $mail[id] = array("type", "encoding", "content" ...)
Anyone tried before???
Thx, Joerg