From: Joao Prado Maia Date: November 14 2005 12:57pm Subject: RE: Downloading emails from POP3 mailbox List-Archive: http://lists.mysql.com/eventum-users/2462 Message-Id: <200511141257.jAECvDxV007780@mail.mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Stephen, > Is there a way to edit the download_emails.php script to > download emails > from a POP3 server instead of an IMAP server? It currently lacks a > password parameter. > All you need to do is go back to the administration interface, and change the server type from "IMAP" to "POP3". You don't need to change the actual PHP code, as it is fetching the server type information from the database itself. --Joao