Which library is used to access the Gmail emails using J2ME?

五迷三道 提交于 2019-12-02 08:24:56

Your Question title says you want to access gmail emails , but in the description it says to develop gtalk application .

If you are looking for gtalk client development check out the following resources

Why you need to develop gtalk client for Mobiles , There is already a Plenty of gtalk . To learn you can try with Open Source Application to get started .

MGtalk : Google Talk for mobile project .Jabber client for j2me midp 2.0 platform, supports some Google Talk server features. May run on any j2me midp 2.0 mobile phone or communicator.

GTMobile is a client of Google Talk that run on java phones. It requires CLDC 1.1 and MIDP 2.0 support.

Both uses JabberService

EDIT If you are looking for gmail in Mobile these API will come Handy for you

  • Mail4me : is a lightweight implementation of the popular SMTP, POP3 and IMAP protocols - including MIME support - allowing wireless J2ME/MIDP devices to access the e-mail service at any time, and from any place

    API docs for Mail4me

  • JavaMail can also be used for developing .

  • mMail midlet is a useful email client for mobile Java (J2ME) devices supporting GPRS data transfer. It is able to send and receive simple plain-text email messages.

    Hope this Helps !

JavaMail can not be using on the J2me Platform

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!