I am trying to find a simple straightforward way to create a very simple android client; send, receive and just display the emails. Currently I have tried several methods; using an Intent on the default android app does not seem to work in order to get the message contents, so I have used javamail and successfully implement the send function. But the real problem for me is the receive function, I don't quite understand how it works but due to help from this thread :
I managed to create the receive function but I can't see the contents of it and also when I rerun my code it cant access the messages saying that there are not new messages etc. Can someone point me to articles that might be useful? I think that I must read the Javamail Specification but that is not referring to android.