• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Email Application in Java

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to make an email application using Java.
By using this application user can be able to send emails any format(html,text) , he can use attachements, he can add html templates along with his email,etc...
I want to know which approach should I follow or rather where shuld I start..
I am bit confused. Its a client side application(UI). Its something like Microsoft outlook or netscape..
Plzzz help
Am I clear???
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not much to do with JSP, so I'm shuffling this along to the Other Java APIs forum.
bear
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
varun, it's perhaps not clear which part of your considered project you're asking about. Is there a particular part which is giving you problems?
You'll definitley want to learn the JavaMail API. You may want to try a quick search for other posts on JavaMail in this forum for an example of its use.
 
Ranch Hand
Posts: 427
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Open source project: Columba
http://sourceforge.net/projects/columba/
reply
    Bookmark Topic Watch Topic
  • New Topic