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. 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() Link to comment https://forums.phpfreaks.com/topic/163365-imap-persistent-connection/#findComment-862002 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.