vikas tarade

Greenhorn
+ Follow
since Oct 06, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vikas tarade

I want to delete some messages in my mailbox.
When a message is read the DELETED flag was set as,
message.setFlag(Flags.Flag.DELETED,true);
folder.Expunge();
As per the documentation,folder.Expunge() method will look for all the messages in the folder whose DELETED flag is set.
But with the above code Exception was thrown as
method folder.Expunge() not supported by the implementation.
How should I delete the messages I want,or get through this problem?
Thanks
Vikas
22 years ago
If I am getting the folder object in JSP page,do i need to register the folder object with listener for listening changes to the flags on messgaes(eg. "addMessageChangedListener(MessageChangedListener l)").
If yes how to register and what to pass as object of MessageChangedListener Interface.
Thanks
vikas tarade
22 years ago
When a mail is read from the mailbox using
message.getContent() method,the flag(ie.SEEN)was set to true as
message.setFlag(Flags.flag.SEEN,true);
then the folder is closed.
When i return to the folder again the flag on the read message is found to be false.It is not getting set in the saved folder.
So how can I set the flag to true permanently.
Please reply urgently.
thanks
vikas tarade.
22 years ago
I have downloaded java mailserver.Before putting the application on the net i want to run it on the intranet with the same features like on mail.
Now if i am developing a new site to send and receive mail,how should i configure my java mail server on local machine.Also when a messege is sent where does the message gets logged?How to retrive the message from that logfile and put into my mail database,and retrive the message from the database for reading from the client side.
thanks
vikas
22 years ago
I have downloaded java mailserver.Before putting the application on the net i want to run it on the intranet with the same features like on mail.
Now if i am developing a new site to send and receive mail,how should i configure my java mail server on local machine.Also when a messege is sent where does the message gets logged?How to retrive the message from that logfile and put into my mail database,and retrive the message from the database for reading from the client side.
thanks
vikas
22 years ago