com.karmasphere.share.constants
Class IdentityTags

java.lang.Object
  extended by com.karmasphere.share.constants.IdentityTags

public class IdentityTags
extends Object


Field Summary
static String AUTHENTIC
          Has this identity been verified authentic by the client.
static String SMTP_CLIENT_IP
           
static String SMTP_ENV_HELO
           
static String SMTP_ENV_MAIL_FROM
           
static String SMTP_ENV_RCPT_TO
           
static String SMTP_HEADER_FROM_ADDRESS
          The address extracted from the 'From' header.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHENTIC

public static final String AUTHENTIC
Has this identity been verified authentic by the client.

See Also:
Constant Field Values

SMTP_CLIENT_IP

public static final String SMTP_CLIENT_IP
See Also:
Constant Field Values

SMTP_ENV_HELO

public static final String SMTP_ENV_HELO
See Also:
Constant Field Values

SMTP_ENV_MAIL_FROM

public static final String SMTP_ENV_MAIL_FROM
See Also:
Constant Field Values

SMTP_ENV_RCPT_TO

public static final String SMTP_ENV_RCPT_TO
See Also:
Constant Field Values

SMTP_HEADER_FROM_ADDRESS

public static final String SMTP_HEADER_FROM_ADDRESS
The address extracted from the 'From' header.

See Also:
Constant Field Values


Copyright © 2004-2005 Karamsphere. All Rights Reserved.