Anyone knows a good package for managing mailboxes?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Anyone knows a good package for managing mailboxes?

Post by Eran »

I need to be able to create, edit and delete mailboxes (not just mail messages). I started reading the docs on imap_createmailbox and similar functions, and from previous experience with mail in PHP it's going to be a pain.

Anyone is familiar with a high quality package that handles that? or has experience managing mailboxes via PHP?
Post Reply