Hi there!
I have a database containing RfC-Mails with mime-attachments as strings. Now I would like to cut this multipart-thing in different parts, so that I can visualize the attached files as seperate links for example.
Since I don“t want to reinvent the wheel, i am looking for a function/code snipped that does this trick, but really found out nothing on google or in the docu.
When fetching the mails via IMAP, imap_fetchstructure und imap_fetchbody seem to work fine, but what can I do when I only have strings?
Thank you very much in advance,
Kai