Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternative to imap_open

Status
Not open for further replies.

redletterrocko

Programmer
Joined
Aug 8, 2005
Messages
53
Location
US
Hi everyone, I'm new here, and just had a question. I've been working on a moblog software that is simple, yet robust. I'm pretty proud of it. I got it working on my home Apache server, but when I get it out into my web-server's environment, imap_open does not work. After further inspection, I realize that Apache apparently was not compiled with --with-imap in it, meaning that I can't use imap_open to open the emails with the moblog content in it. My provider won't compile it in, because they say it's a security risk... Can anyone suggest an option around this, maybe a third party script that does all of the imap_open functions. All I really need it for is to open an email, parse the email, grab the picture attachment. That's it.
 
What scripting language are you using. If you are familiar with php, it has a lot of mail functions built in.

 
I'm using php. I've looked at mail(), but that's only for sending mail. I'm using the script for a moblog software, where I send an MMS message to a predetermined email address, and the script grabs it and adds it to an xml file. I need it to check mail, exactly as imap_open works. If I need to change syntaxes, I guess I can do that too.
 
This is not the php programming forum but I guess it would be ok to tell you that php has a library of imap functions.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top