Page 1 of 1

MoBlog'in with PHP

Posted: Fri Aug 20, 2004 12:04 pm
by m_m
Does anyone have any tutorials on creating a moblog with php?

I assume you have a to write a scirpt that would run as a deamon, scanning a POP3 box for new emails with attachments. Extract the attachment and post it to the web (wow, vague huh).

Anyway, i can read the email from a pop3.. but i have no idea how to same an image (as an attachment) to the server.

Then again, i may just be going about this totally the wrong way.

=/

Posted: Sat Aug 21, 2004 1:09 am
by m_m
No one knows? wow. It hasnt become that popular yet i guess.

Posted: Sat Aug 21, 2004 1:15 am
by feyd
check into how emails with attachments are sent, and you should be able to decode the details of how to extract them yourself.