Reputation: 435
I want to add to my app a thin email client where you can read/delete your emails. The problem is certain emails have inline attachments and there is apple mail and all sorts of attachment types etc. Is there a good class that does all the dirty work in regards to detecting the mail type and separating media etc from the email.
Upvotes: 1
Views: 2986
Reputation: 1190
I used this class to retrieve mails, but I personally recommend you to use IMAP instead. There're lots of examples in php.net to follow. To send emails I used swiftmailer.
Upvotes: 1