• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to know about new mail received

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am trying to develope an application which automatically send a sms to a particular number when a new mail arrives at ones mail box.
I want to do it using J2ME and javamail.Can anyone help me with the requirements and how to proceed with the project.
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
himanshubisht,

Please change you display name according to the JavaRanch naming policy, which you had agreed to when you signed up.

Thanks
Michael
 
Himanshu Bisht
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear Michael
i read the policy and for your information my name is HImanshu Bisht. As it was not accepting my first name so i had to combine it with my sir name.
u can write himanshu if u want to and help me in solving my problem.

cheers
himanshu
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Himanshu, I just tried to change my own display name to "HImanshu Bisht" and it works just fine so I guess it was the registration form that rejected it for you? Try to change your display name through the My Profile page and tell us if you're still getting errors.
 
Himanshu Bisht
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks mate!!!
i just did what u said and it worked!!!
hope it's OK now???
well it seems everyone is interested in my name but none is answering my question.Its very urgent.I just wanna know whether it can be done or not.


regards
Himanshu
 
Michael Yuan
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no standard J2ME API to access the native SMS message box. However, some vendor proprietary API (e.g., motorola) might allow you to do this. So, you need to research your specific target device.
reply
    Bookmark Topic Watch Topic
  • New Topic