Click here to Skip to main content
15,890,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello to all,
Does any one know how to get Push mail notification from Yahoo! IMAP mail server,
Gmail IMAP server supports IDLE command I am using it for new mail notification AOL mail also supports IDLE command but Yahoo doesn't,
Any suggestions any help will be appreciated,
Thankx in advance
Posted
Updated 27-Sep-11 0:06am
v2
Comments
OriginalGriff 27-Sep-11 6:12am    
Stop bumping your question.
If you do not add information, don't change it.

1 solution

ASM
For manual push from Yahoo mail account, you can install Yahoo Toolbar at http://toolbar.yahoo.com/.  Tool bar is always on. Toolbar does not have sound; but does have visual notification.  It does have a lot of other benefits.

For coding push, you can use the various open source APIs. One of them is poppeeper, which is an email notifier supporting POP3, IMAP, SMTP, SSL, Hotmail, Yahoo, GMail, and many other web-based email services
 
Share this answer
 
Comments
yogiCsharp 31-Oct-11 0:03am    
Thanks for the reply, I appreciate it,
Solution first is not in concern because I want to do this thing by Coding,
I have seen Solution second of poppeeper but as you can see in this solution the API is checking for mail after a specified period of time which I don't want.
What I want is :
My mail server should notify my application whenever a new mail arrives automatically,
My application should not check every time for new mail notification.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900