Page 1 of 1

incoming mail

Posted: Tue Aug 01, 2006 4:27 am
by jito
hi,
i am facing some problem when working with incoming mail. i have connected with my mail server with fsockopen() but what next? can any body have the time to explain the process a bit?

Posted: Tue Aug 01, 2006 5:50 am
by volka
There's an extension dealing with imap/pop, see http://de2.php.net/imap
and there are PEAR packages for the same tasks, see http://pear.php.net/package/Net_POP3 and http://pear.php.net/package/Mail_IMAP

Posted: Tue Aug 01, 2006 7:07 am
by jito
i don't want to use imap functions. i don't have c-client library-and don't know how to install that. sorry for my lack of knowledge. any other alternatives?

Posted: Tue Aug 01, 2006 7:25 am
by volka
and there are PEAR packages for the same tasks, see http://pear.php.net/package/Net_POP3 and http://pear.php.net/package/Mail_IMAP