Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@nirajkumar-6nokRG • 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 .. -
@ms-cs-Ab8svl • Mar 26, 2009
Re: ALerTer
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 ..
Yes...I can use javax.sound...Now I need Ideas for mail...I can't get you Niraj.
How to use microsoft outlook for my program? -
@ms-cs-Ab8svl • Mar 26, 2009
Re: ALerTer
No other replies...What is going wrong here..I dont know that.... -
@thebigk • Mar 26, 2009
Re: ALerTer
ms_csNo other replies...What is going wrong here..I dont know that....
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-cs-Ab8svl • 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...?
-
@thebigk • 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 😀
-
@ms-cs-Ab8svl • Mar 26, 2009
Thank you Big_K
-
@shalini-goel14-ASmC2J • Mar 26, 2009
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..
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.
If you will be more specific, it can be done.😀
Thanks -
@ms-cs-Ab8svl • 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 posssible
-
@thebigk • 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.
-
@ms-cs-Ab8svl • Mar 26, 2009
@Big_K : Yes , You are correct...That is what I want to code...
-
@shalini-goel14-ASmC2J • Mar 26, 2009
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 posssible
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-cs-Ab8svl • Mar 26, 2009
I want ideas for coding that part ..
-
@ms-cs-Ab8svl • 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?
-
@shalini-goel14-ASmC2J • Mar 26, 2009
ms_csin j2ee there is a option for sending mail..Am I right? Similar to that is there any option to notify that?
Yep you are 100% right, it is Java Mail API.
-
@ms-cs-Ab8svl • Mar 26, 2009
Is there any option available in j2ee to listen for receiving mails...
-
@shalini-goel14-ASmC2J • Mar 26, 2009
ms_csIs there any option available in j2ee to listen for receiving mails...
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.
Hope it can be of any help. 😀
Thanks -
@ms-cs-Ab8svl • Mar 26, 2009
Of course..How to alert like gmail and yahoo as Big_K said, while receiving messages