Page 1 of 1

POP3 email

Posted: Sun Jun 30, 2002 3:49 am
by char
I'm curious to know if there's a way to create POP3 mailboxes using PHP. I need a tag similar to IMAP_CREATEMAILBOX, however I have been told that this does not work with POP3. If anyone has any suggestions, or wants to notify me that it can't be done, please reply.
Thank you,
Char

Posted: Sun Jun 30, 2002 8:52 am
by twigletmac
According to the manual's section on IMAP, POP3 and NNTP functions:
These functions are not limited to the IMAP protocol, despite their name. The underlying c-client library also supports NNTP, POP3 and local mailbox access methods.
So it may work after all.

Mac