Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Unzip the mail-peek.zip file. It should create a folder with the file MailPeek.class in it.
  2. Open a command prompt and cd to the folder that contains the MailPeek.class file.
  3. On Microsoft Windows run the program (substituting values according to your configuration) as:

    java

    -cp

    .;lib/*

    MailPeek

    <server>

    <username>

    <password>

    <protocol>

    On Linux or Mac OS run the program (substituting values according to your confiuration) as:
    java -cp '.:lib/*' MailPeek <server> <username> <password> <protocol>

You will receive a success message if the connection was successful. If the connection fails, an error message will be printed.

...