POP3 email

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
char
Forum Newbie
Posts: 1
Joined: Sun Jun 30, 2002 3:49 am

POP3 email

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply