lunc
01-13-2005, 12:53 PM
I am currently trying to write some PHP code to "read"/parse my incoming emails. Open them up - "read" them by looking for keywords - then delete them etc.
To do this I am going to use the IMAP functions in PHP. But of course these are not standard to PHP. They are an extension of sorts. So, I am a bit worried about finding a host for my PHP IMAP code: what percentage of hosts would support this extension? Would I really have to search around?
Does anyone know any good resources/tutorials for IMAP functions in PHP? Does anyone know any good IMAP PHP code already "out there" that I could look through?
To do this I am going to use the IMAP functions in PHP. But of course these are not standard to PHP. They are an extension of sorts. So, I am a bit worried about finding a host for my PHP IMAP code: what percentage of hosts would support this extension? Would I really have to search around?
Does anyone know any good resources/tutorials for IMAP functions in PHP? Does anyone know any good IMAP PHP code already "out there" that I could look through?