Well, I never tried it, but theoretically you need to manually connect to the pop3 socket to get to it, because PHP doesn't have anything built-in, so it has to use the lowest level possible - a plain-text socket connection to the server.. I might be wrong and stuff, you checked the imap functions ? in my opinion there are some pre-made classes out there for that which you could use it yourself, just will need to make a little search.
say imap_open() well never used it practically, but try to search php.net through google, i mean the whole site and maybe you will find some good comments and links.
Comment/Reply (w/o sign-up)