My ISP uses SquirrelMail as the web email client. When mail is sent from the SquirrelMail client a copy is stored in the INBOX.Sent folder.

 

From a separate web site I’m working on I can use PHP to get at email in the INBOX using

 

$mbox=imap_open("{pop3.my-isp.com:110/pop3}INBOX","my-username","my-password");

 

 

How do I access the emails in the INBOX.Sent folder?

 

I tried

 

$mbox=imap_open("{pop3.my-isp.com:110/pop3}INBOX.Sent","my-username","my-password");

 

with no luck.

 

Ian Sweeney

 


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.2/294 - Release Date: 27/03/2006

Reply via email to