pop3
php ERR Can't get lock. Mailbox in use
I connected to mail server throw php and I had this error: ERR Can\'t get lock. Mailbox in use 开发者_StackOverflow[详细]
2023-03-30 02:48 分类:问答Using Gmail to read mails
I was reading C# 4.0 in a Nutshell by Joseph and Ben Albahari and came across this code in Networking chapter which reads the mails using POP3. POP3 has a defined communication as we all know. When I[详细]
2023-03-28 11:14 分类:问答Backing up mails from gmail server
This may be one of the most answered question. However, I could not find a satisfactory answer on Internet.[详细]
2023-03-23 14:23 分类:问答Why do i get this exception?
This method gives the number of emails in the inbox.But it gives me this exception : javax.mail.MessagingException: Connect failed;[详细]
2023-03-22 16:39 分类:问答Retrieving and deleting e-mails thru POP3 or IMAP using PHP
is there any way to retrieve the e-mails开发者_运维百科 (sender, subject, body etc.) from 3rd party server (e.g. hotmailo) and then delete them?http://php.net/imap[详细]
2023-03-21 19:52 分类:问答Silverlight-Compatible POP3 Library?
Is there such a thing as a pop3 library compatible with Silverlight? I want to integrate a pop3 functionality into my application and I can\'t seem to find any library that is Silverlight-compatible.[详细]
2023-03-21 04:53 分类:问答PHP Displaying unread mail count
I am using php imap class. In my box I have a lot of mail, but with this script I would retrieve only the unreaded mail.[详细]
2023-03-21 00:42 分类:问答Dealing with bounce-backs emails (only POP3, without IMAP)
I want to ask about dealing with bounce-backs emails (but on server without IMAP, only with POP3, and without an Outlook on my machine).[详细]
2023-03-20 21:20 分类:问答How to access config.xml of James from the POP3Server class?
I am changing some parts of the James POP3Server class and inject it afterwards via IoC. I need to configure some parts I like to use in my modifications, and I thought it would be handy if I could us[详细]
2023-03-20 19:06 分类:问答Php reading email from pop
this is my code: if ($mbox=imap_open( \"{\" . $mailserver . \":\" . $port . \"}INBOX\", $user, $pass ))[详细]
2023-03-20 19:03 分类:问答