son.of.the.morning Posted August 17, 2012 Share Posted August 17, 2012 Hey people, I need some collaborative thoughts here. I need to build up a class for email management using the Imap functionality. This is something i know nothing about so i need to understand and find a good solid approach to it. Fundamentally the class will need several methods... 1. Connection 2. Count 3. List display 4. Individually read 5. Close connection Quote Link to comment https://forums.phpfreaks.com/topic/267216-imap-class/ Share on other sites More sharing options...
jazzman1 Posted August 17, 2012 Share Posted August 17, 2012 I would start from here -> http://www.php.net/manual/en/book.imap.php Quote Link to comment https://forums.phpfreaks.com/topic/267216-imap-class/#findComment-1370106 Share on other sites More sharing options...
son.of.the.morning Posted August 17, 2012 Author Share Posted August 17, 2012 That would be a good start haha, I have already looking over the functions available. However a need some ideas on how to go about building a class (set of) to cater for what i need. I was hoping that some people may have encounter this issue them self?s. Quote Link to comment https://forums.phpfreaks.com/topic/267216-imap-class/#findComment-1370110 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.