RSS
people

Gmail “Too many login failures” in SugarCRM

Recently I was play around with Gmail to download email(s) to SugarCRM.
While doing the testing, found that one of the email accounts always fail to connect to Gmail but others without any problem.

So, I decided to debug into the issue and found the error message “Too many login failures” return from Gmail.
Suspect it is due to too many test connections on the email account(can’t recall the email account password) and causing Gmail block the server IP + email account.

Try to google solution for this scenario, but found nothing useful.
Finally I found the solution by read more »

No Comments | Tags: , ,

php telnet to mail server pop3

Previously I had work on the telnet to some mail server & trying to send out the email (refer here).
Recently I am working on some with the mail server again, but is receiving this time.

I am using PHP + MySQL to access to a mail account & try to clean up the email account due to it contain 100k+ emails (1.7G) inside the inbox. This is a headache problem & I cant even login the mail account by webmail. That’s why I decided to write an backend script to delete “SPAM” emails.

read more »

No Comments | Tags: , ,

Exchange MAPI to POP3

I want to share one of the .Net application that will provide convert the Ms Exchange MAPI to POP3 for those Outlook Express/Thunderbird to download email from the Ms Exchange. As I know, Ms Exchange did provide the POP3, but mostly due to security issue, the POP3 & IMAP will not enable. 
read more »

6 Comments | Tags: , , ,