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.
-
my_host_ip
- My IP Address in dotted string notation
-
my_host_name
- My host name
-
my_port
- Local port to be used while playing message
-
myInetAddress
- My IP Address
-
myRuntime
- The Runtime of the JVM
-
Mail_Cl()
-
-
main(String[])
- Cmd line args: mail_file simja_host fromuser touser name-server
myInetAddress
public static InetAddress myInetAddress
- My IP Address
my_host_name
public static String my_host_name
- My host name
my_host_ip
public static String my_host_ip
- My IP Address in dotted string notation
my_port
public static int my_port
- Local port to be used while playing message
myRuntime
public static Runtime myRuntime
- The Runtime of the JVM
Mail_Cl
public Mail_Cl()
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