I don't believe that SIM supports the IMAP protocol. Looking at the PHP manual, I see that not all the imap_NNNN() functions are supported when accessing POP servers. Perhaps the imap_header() function is restricted to accessing IMAP accessible servers. It does not say one way or another but I see specific mention of POP in other functions....
On Saturday, August 10, 2002, at 10:34 AM, Carl Keil wrote: > Hey, > > I'm trying to write a web page that will go into a certain mailbox on my > SIMS server and read the mail. I want people to be able to update an > alert > message on their homepage just by sending a properly formatted email > message > to a certain email account. I'm using PHP on a Linux web server. I can > retrieve the email out of the mailbox and read the body of the message, > but > when I use the imap_header() function to try to parse the headers of the > message I get nothing. No error, no data. Does anyone know what's going > on? Does SIMS do pop3 in some non-standard way? Can someone tell me how > PHP can determine the sender and the subject of an email in a SIMS > mailbox? > > Thanks again, > I love you guys. > > ck > > > ############################################################# > This message is sent to you because you are subscribed to > the mailing list <[EMAIL PROTECTED]>. > To unsubscribe, E-mail to: <[EMAIL PROTECTED]> > To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]> > To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]> > Send administrative queries to <[EMAIL PROTECTED]> > ############################################################# This message is sent to you because you are subscribed to the mailing list <[EMAIL PROTECTED]>. To unsubscribe, E-mail to: <[EMAIL PROTECTED]> To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]> To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]> Send administrative queries to <[EMAIL PROTECTED]>
