This is the last time I ask this question. There are tons of posts on this board and elsewhere but I still seem to have no answer.
Has anyone created functions or are there other functions that can retrieve attachments off a POP3 mail server WITHOUT using the IMAP functions.
I have been told that you do not need an imap server to use the imap functions but php wasnt built with --imap.
So i decided to install php on another machine with --imap, and tried to connect to a pop3 server and it doesnt connect.
Has anyone been successful on creating functions to retrieve attachments from a pop3 server without using IMAP functions?
Derek C.