yes sir...
It is the same link I mentioned..
Search found 3 matches
- Fri Sep 24, 2010 3:27 pm
- Forum: Java Programming
- Topic: connecting to gmail using j2me
- Replies: 3
- Views: 6933
- Fri Sep 24, 2010 2:39 pm
- Forum: Java Programming
- Topic: J2ME SocketConnection Help
- Replies: 7
- Views: 8792
Re: J2ME SocketConnection Help
On the same points I am trying to connect to GMail server but its response is empty... But I have not included the Initial command for the server "VER 0 MSNP8 MSNP7 MNSP6 CVR0", as I thought it is basically for MSN server. socket = (SocketConnection)Connector.open("socket://imap.gmail.com:993"); Dat...
- Fri Sep 24, 2010 2:30 pm
- Forum: Java Programming
- Topic: connecting to gmail using j2me
- Replies: 3
- Views: 6933
connecting to gmail using j2me
I have tried to connect to gmail using IMAP and specification given on http://mail.google.com/support/bin/a...n&answer=78799. My code looks like StreamConnection socket; byte serverData[]= new byte[50]; byte accountInfo[],emailAddInfo[]=new byte[500]; try { socket = (StreamConnection)Connector.open(...