aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes List of sent items in JavaMail 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 "List of sent items in JavaMail" Watch "List of sent items in JavaMail" New topic
Author

List of sent items in JavaMail

Anutosh Swamy
Ranch Hand

Joined: Sep 20, 2007
Posts: 30

Hi,

Is there any any way we can retrieve the list of mails send using the Javamail API?
As I have to show those sent mails under sent item list.


K. Anutosh<br /> <br />SCJP 1.4<br />SCWCD 1.4<br />OCA (Paper I)
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
I don't think there is any such capability. JavaMail supports sending mails; but anything that goes beyond that will have to be implemented by the client.


Android appsImageJ pluginsJava web charts
Anutosh Swamy
Ranch Hand

Joined: Sep 20, 2007
Posts: 30

Hi Ulf,

Can you please show me the way how should I proceed for the same.

That will be a great help for me.

Thanks in advance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
Like I said, I don't think JavaMail has any support for this. You need to keep track of all the details of sent emails, so that you can display them if users click on "Sent Items".
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: List of sent items in JavaMail
 
Similar Threads
JavaMail using Exchange
how to get status mail using javamail.
sending mail with JAVA API
Admin User to access inbox of other users - Javamail
how to send an email in jsp