Jump to content

Recommended Posts

Posted

Can anyone tell me how the heck I can make my own e-mail script with PHP? You know, like squirrelmail or whatever else. I want to make my own so that I can check my mail from my cell phone. The script needs to abide by the XHTML 1.0 Strict guidelines which is why I need to make my own.

 

Really, the only thing I can't do is connect and get a list of e-mails. Once I can do that, I will be good to go.

 

Also, now that I'm thinking about it, is there a way that receiving an e-mail could trigger a script? It would be nice to automatically have something happen when an e-mail is received instead of doing a continuous cron job to check for new messages.

Posted

I absolutely refuse to use anything that I haven't completely written!

 

But thank you. That script DID show me what I was doing wrong. The default port is 143 for IMAP and I was using '143"'. Alllll of that over one extra double quotes. I must have had it in double quotes and then decided to change it to single quotes but forgot to erase the second set of double quotes. I suppose it should be an integer anyway, not any kind of string.

 

Anyway, thanks again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...