I am looking for a solution to delete the contents of my inbox automatically when a threshold is reached . Can this be done in J2ME programming?
A:
Nope, there are no libraries in J2ME that make this possible.
My assumption would be because there is no standard way of connecting to the inbox from Java as it is implemented differently between mobile operating systems. Some handset manufacturers might have a proprietary API to access the inbox, but there is no common way to achieve this from Java.
James
2010-01-06 16:59:16
SMS inbox handling is potentially part of midp3
kgutteridge
2010-01-09 16:45:29
A:
RIMS extensions for Blackberries Java allow you to access emails in the messages folders but not SMS
kgutteridge
2010-01-08 13:48:35