i3mclient.email
Class Email

java.lang.Object
  |
  +--i3mclient.email.Email

public class Email
extends Object

Help class for packing emails.

Author:
Gunther Wuerz

Field Summary
 String date
          the send date of the email
 String host
          the email server from which this email received
 String sender
          the sender of the email
 String subject
          the subject of the email
 
Constructor Summary
Email()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public String host
the email server from which this email received


date

public String date
the send date of the email


sender

public String sender
the sender of the email


subject

public String subject
the subject of the email

Constructor Detail

Email

public Email()