Hello,
I try to analyse mails received by POP3 server.
I use imap_open(), then imap_check() then imap_fetchstructure() to count number of parts of each mail.
I succeed in getting content of attached file (with imap_fetchbody()), but I don't know how to get name of each of them.
Does anybody have a solution to this problem ?
Thanks in advance.
Bruno