All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.iap.mail_cl.Mail_Cl

java.lang.Object
   |
   +----iceberg.iap.mail_cl.Mail_Cl

public class Mail_Cl
extends Object
Client portion of the email_iap. This program is supposed to be invoked from .procmailrc for every incoming mail. It looks up the user's preference registry and reads out the email message on the user's preferred end-device.


Variable Index

 o my_host_ip
My IP Address in dotted string notation
 o my_host_name
My host name
 o my_port
Local port to be used while playing message
 o myInetAddress
My IP Address
 o myRuntime
The Runtime of the JVM

Constructor Index

 o Mail_Cl()

Method Index

 o main(String[])
Cmd line args: mail_file simja_host fromuser touser name-server

Variables

 o myInetAddress
 public static InetAddress myInetAddress
My IP Address

 o my_host_name
 public static String my_host_name
My host name

 o my_host_ip
 public static String my_host_ip
My IP Address in dotted string notation

 o my_port
 public static int my_port
Local port to be used while playing message

 o myRuntime
 public static Runtime myRuntime
The Runtime of the JVM

Constructors

 o Mail_Cl
 public Mail_Cl()

Methods

 o main
 public static void main(String argv[])
Cmd line args: mail_file simja_host fromuser touser name-server


All Packages  Class Hierarchy  This Package  Previous  Next  Index