Anirban Saha
Lurker
I am trying to develop a small application for sending and receiving emails on the Android platform. Currently i have been using the Java-mail API trying to send an email. However i thought that if i implement my app using java-mail how am i going to receive an email and get a notification from my app that i have received it? Is this having to do with Service and Provider classes found on Android? I am a complete beginner on android.