imap_open Archive
13 Feb 2012
Display mailbox folders with IMAP using PHP
When using IMAP its likely you will want access to the users mailbox so they can view all their folders. This tutorial will explain how display mailbox folders using imap_list. Before attempting to show the maiilbox folders
6 May 2011
Connecting to an imap server using imap_open
By David Carr On 6 May 2011 In IMAP
php allows you to do a lot of things including reading your email! This IMAP series will show you how to use the built in imap functions that php has to offer. The first is imap_open