email question
Posted: Wed Aug 03, 2005 11:22 am
I want to be able to download emails from my account using php into a text file so that each entry is delimited from each other like this:
***************************************
email 1
***************************************
email 2
...etc
I also want to have it so that php does not delete the emails unless I specify it to, so that all php would do is read the same emails that are in my outlook express. Any ideas on how if this is possible and how to implement this?
***************************************
email 1
***************************************
email 2
...etc
I also want to have it so that php does not delete the emails unless I specify it to, so that all php would do is read the same emails that are in my outlook express. Any ideas on how if this is possible and how to implement this?