Tagged Questions

3
votes
2answers
1k views

Looking for a real-time IMAP notification of new Emails

I'm looking for a way to monitor a GMail inbox for new e-mails. However, I want to avoid checking every few minutes and I'm looking for some sort of real-time notification. I've noticed that Outlook ...
1
vote
1answer
232 views

C# P2P Instant Messenger General Basis Help

I want to start a simple windows P2P instant messenger in C#, similar to AOL, ICQ, etc, but much more simple (plain text messages between 2 guys) I don't need examples on how to do it. I can find ...