Email Client in J2ME

hi! i just wanted to know if it is possible to send and retrieve mail in mobile phones using Java Mail API... i can't seem to convert a J2SE message sending code to a J2ME.. i have problems with sessions and transport classess of Java Mail API when working with J2ME.. do u have other ideas on what packages or APIs to use? as an alternative to javax.mail.... thanks

Mark

[385 byte] By [Mark_Ramosa] at [2007-11-26 12:43:09]
# 1
No you can't. The mail api does not work on J2me.I don't think that there are any other free api's out there. You'd have to make your own.
deepspacea at 2007-7-7 16:18:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Actually, there is Mail4ME API that you can use, or you can use SocketConnection to send the email.Mihai
Printisora at 2007-7-7 16:18:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...