cazacu.vlad Posted June 23, 2009 Share Posted June 23, 2009 I'm trying to develop a small mail client and I'm having trouble with the IMAP connection. I need to connect to the imap/pop3 server everytime the user does something in the client(change between mails, download attachments). This is a problem because, for example with HotMail's POP3 you can only connect a number of times before the account is locked for 15 minutes, and it's slow. Is there any way to open a persistent connection to the imap/pop3 server? Are there any solutions to this? Please help. Quote Link to comment https://forums.phpfreaks.com/topic/163365-imap-persistent-connection/ Share on other sites More sharing options...
MadTechie Posted June 23, 2009 Share Posted June 23, 2009 Use pfsockopen() Quote Link to comment https://forums.phpfreaks.com/topic/163365-imap-persistent-connection/#findComment-862002 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.