MAIL Server

admin

Administrator
Staff member
Hello,
Iam using Argostuff mailserver , Iam creating a web based email using PHP . Iam using my clients to enter the username, password , email hostname and server type (pop3,imap) . after they login by selecting pop3 The Mailbox I can get is only "INBOX" , but if they login by selecting imap it is showing "INBOX, Sent Items, Drafts" all the mail boxes.

The reason Iam making my user to select the server type is because, when they enter as pop3 and read a 1000KB mail it is opening without problem for them , but when they do the same by selecting imap , they are not able to read the 1000KB mail at all and is it crashing apache too.

Iam using imap_open("{ip:pop3/110}INBOX",username,password) when they select pop3 and
imap_open("{ip:imap/143}INBOX",username,password) when the select imap while they loginWell, nothing in this thread seems related to PHP5 directly, and you've already asked this quesiton in the Coding forum.

<!-- m --><a class="postlink" href="http://www.phpbuilder.com/board/showthread.php?s=&threadid=10287174">http://www.phpbuilder.com/board/showthr ... d=10287174</a><!-- m -->
 
Back
Top