This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes fetching an Email through java mail Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "fetching an Email through java mail" Watch "fetching an Email through java mail" New topic
Author

fetching an Email through java mail

venkata mandadi
Greenhorn

Joined: Sep 05, 2006
Posts: 1
Hi
I want to fetch an Email from outlook through javamail API. is it necessary to use JMS API to solve this. pls send me the solution asap.

Regards,
vishnu
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Welcome to JavaRanch.

Outlook is an email client - you can't retrieve mail from it using JavaMail. Do you mean Exchange? If so, then, yes, JavaMail is the right API to do so. JMS, on the other hand, is used connect to messaging servers, and has nothing to do with mail. The JavaRanch J2EE FAQ has some links to introductory articles and JavaMail FAQs.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: fetching an Email through java mail
 
Similar Threads
Sending mails from someone's address
Javamail set message as private
mail sending through Java Program
How to send HTML page in mail insted of text
javamail and imap