Click here to Skip to main content
15,905,785 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Receiving mail using inbox designed in java swing
Posted
Comments
Richard MacCutchan 21-Mar-14 12:44pm    
What is your question?
baliram bhande 23-Mar-14 6:10am    
please show your code what you have tried

1 solution

http://www.oracle.com/technetwork/java/javamail/index.html[^]

The API you will need. Around that you will need to use a framework or build an application from scratch in Swing - which to my point of view doesn't suite the task too well.
I suggest to use Eclipse RCP or similar (tutorials: http://www.vogella.com/tutorials/EclipseRCP/article.html[^] ).

http://www.coderanch.com/how-to/content/Fundamentals-of-the-JavaMail-API.html[^]

the tutorial on how to work with the API.

Please use a local email server like http://www.hmailserver.com/[^] for development. Please uncheck the autoban function in the settings - it can save your day.

Have fun!
 
Share this answer
 

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