Donate Share

POP3/IMAP server for GMAIL in JAVA

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

displays cannot open URL

You are viewing a single message from this topic. View all messages.

  1. nobody

    2007-02-09 17:14:48 UTC
    hi
    I used GMConnetor class to connect to gmail.but i get the o/p as

    INFO: Initializing ...
    Feb 9, 2007 10:41:25 PM siuying.gm.GMConnector <init>
    INFO: Initialization done.
    Feb 9, 2007 10:41:26 PM siuying.gm.GMConnector connect
    INFO: Request Body: org.apache.commons.httpclient.methods.ByteArrayRequestEntity@e1899b
    Feb 9, 2007 10:41:35 PM siuying.gm.GMConnector connect
    WARNING: Failed to open url.

    My code is
    import siuying.gm.*;

    class gm
    {
    psvm(String dj[])
    {
    GMConnector con1 = new GMConnector("rdino.mohan","mypassword",20);
    boolean st=con1.connect();
    System.out.println(st);
    }
    }
< Previous | 1 | Next >

Add a Reply

You can use Markdown syntax in your reply.

Preview

Monitor this

Log in to monitor this topic. Not registered? Create an account to receive email updates when replies are posted to this topic. If you do not log in or register, your reply will be added anonymously.