Advertisement
cedaer

JavaMail API tutorial

Dec 27th, 2014
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ABOUT THIS TUTORIAL
  2. JavaMail API tutorial
  3. The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging
  4. applications. The JavaMail API provides a set of abstract classes defining objects that comprise a mail system. It is an
  5. optional package (standard extension) for reading, composing, and sending electronic messages.
  6. Audience
  7. This tutorial has been prepared for the beginners to help them understand basic JavaMail programming. After
  8. completing this tutorial you will find yourself at a moderate level of expertise in JavaMail programming from where you
  9. can take yourself to next levels.
  10. Prerequisites
  11. JavaMail programming is based on Java programming language so if you have basic understanding on Java
  12. programming then it will be a fun to learn using JavaMail in application development.
  13. ---------------------------------------------------------------------------
  14. Download this tutorial for free
  15. 79 pages/PDF/
  16. 1.37 Mo
  17.  
  18. Link:
  19. http://bit.ly/1t9W6ky
  20. ---------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement