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
POP3 email
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
According to the manual's section on IMAP, POP3 and NNTP functions:
Mac
So it may work after all.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.
Mac