-
I want to create a email alerter that will alert[It means that it should play some sound selected by me] me whenever I am receive a new mail...I want to do it in java...Which concept can I Use..? Give some ideas..0
-
Member • Mar 26, 2009
Re: ALerTer
import javax.sound.*; package .. search in google for sound java code .. you will get the example . But which mailing client are you using . If its microsoft outlook I think this feature is available ..Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Re: ALerTer
Yes...I can use javax.sound...Now I need Ideas for mail...I can't get you Niraj.niraj.kumarimport javax.sound.*; package .. search in google for sound java code .. you will get the example . But which mailing client are you using . If its microsoft outlook I think this feature is available ..
How to use microsoft outlook for my program?Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Re: ALerTer
No other replies...What is going wrong here..I dont know that....Are you sure? This action cannot be undone. -
Administrator • Mar 26, 2009
Re: ALerTer
That is because the title of of this thread does not give any idea about the contents of the thread. It could be more descriptive.ms_csNo other replies...What is going wrong here..I dont know that....Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Re: ALerTer
@Big_K: I edited my thread to have the title as " Need Ideas for developing application that will alert me on new mails.." ..
But it is not updated in computer-science-engineering forum...What to do...?
Are you sure? This action cannot be undone. -
Administrator • Mar 26, 2009
Thread can be edited only by the mods. I've updated the thread title. Let's hope we get some response here 😀Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Thank you Big_KAre you sure? This action cannot be undone. -
Member • Mar 26, 2009
Explain your problem in detail Please. Have you any mail server kind of thing set up already? I guess when ever you are sending an email to the client side , the audio file can also be sent along with it. I mean someting like that can be done.ms_csI want to create a email alerter that will alert[It means that it should play some sound selected by me] me whenever I am receive a new mail...I want to do it in java...Which concept can I Use..? Give some ideas..
If you will be more specific, it can be done.😀
ThanksAre you sure? This action cannot be undone. -
Member • Mar 26, 2009
Assume that My java program is running...It will always runs as a service and It should have a listener which looks for a new mail and that should alert me whenever I receive a new mail...Is it posssibleAre you sure? This action cannot be undone. -
Administrator • Mar 26, 2009
As I understand it; only email alert tool needs to be coded. Something like you have in Outlook that pops up a message saying you have a new message in your inbox. Even Google Talk & Yahoo Messenger notifies of new emails.Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
@Big_K : Yes , You are correct...That is what I want to code...Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Yep it can be possible, can you show me your listener class?Even I got it what you were asking but when that outlook thing Mr niraj said , your reply was -"I could not get you niraj" . This created confusion for me. 😐ms_csAssume that My java program is running...It will always runs as a service and It should have a listener which looks for a new mail and that should alert me whenever I receive a new mail...Is it posssibleAre you sure? This action cannot be undone. -
Member • Mar 26, 2009
I want ideas for coding that part ..Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
in j2ee there is a option for sending mail..Am I right? Similar to that is there any option to notify that?Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Yep you are 100% right, it is Java Mail API.ms_csin j2ee there is a option for sending mail..Am I right? Similar to that is there any option to notify that?Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Is there any option available in j2ee to listen for receiving mails...Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
ms_cs, if possible go through Java Mail API thing and javax.mail package, it do sending, receiving , deleting , forwarding ,replying mails , sending attachements and everything.ms_csIs there any option available in j2ee to listen for receiving mails...
Hope it can be of any help. 😀
ThanksAre you sure? This action cannot be undone. -
Member • Mar 26, 2009
Of course..How to alert like gmail and yahoo as Big_K said, while receiving messagesAre you sure? This action cannot be undone.