All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.CheckMail

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----net.CheckMail

public class CheckMail
extends java.applet.Applet
The applet.


Variable Index

 o dis
 o form
 o lina
 o popPort
 o ps
 o rina
 o serverHostName
 o socket
 o standalone

Constructor Index

 o CheckMail()

Method Index

 o checkForMail()
Perform check for e-mail.
 o init()
Initialize the applet.
 o main(String[])
Main routine, for running as a standalone application.
 o sendline(String)
Send a line of data to the server, and return the handshake.
 o showStatus(String)
Show status text to the user.

Variables

 o serverHostName
 java.lang.String serverHostName
 o standalone
 boolean standalone
 o popPort
 int popPort
 o socket
 java.net.Socket socket
 o ps
 java.io.PrintStream ps
 o dis
 java.io.DataInputStream dis
 o rina
 java.net.InetAddress rina
 o lina
 java.net.InetAddress lina
 o form
 net.CheckMailForm form

Constructors

 o CheckMail
 public CheckMail()

Methods

 o init
 public void init()
Initialize the applet.

Overrides:
init in class java.applet.Applet
 o showStatus
 public void showStatus(java.lang.String s)
Show status text to the user.

Overrides:
showStatus in class java.applet.Applet
 o checkForMail
 public void checkForMail() throws java.io.IOException, java.lang.NumberFormatException, java.lang.Exception
Perform check for e-mail.

 o sendline
 java.lang.String sendline(java.lang.String data) throws java.io.IOException
Send a line of data to the server, and return the handshake.

 o main
 public static void main(java.lang.String args[])
Main routine, for running as a standalone application.


All Packages  Class Hierarchy  This Package  Previous  Next  Index