Manuel Lemos - 2008-09-12 20:26:39 -
In reply to message 3 from Tom
Yes, POP3 usually lock a mailbox during a connection, so you can't access an user mailbox with more than one connection.
The POP3 class allows you to access messages using a stream wrapper on a POP3 server connection established by the same script, so you can parse with the MIME parser class multiple messages of the same mailbox within the same script, if that is what you want.