Package com.sendmail.jilter.internal
Class JilterConstants
- java.lang.Object
-
- com.sendmail.jilter.internal.JilterConstants
-
public class JilterConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intSMFIA_INETstatic intSMFIA_INET6static intSMFIC_ABORTstatic intSMFIC_BODYstatic intSMFIC_BODYEOBstatic intSMFIC_CONNECTstatic intSMFIC_EOHstatic intSMFIC_HEADERstatic intSMFIC_HELOstatic intSMFIC_MACROstatic intSMFIC_MAILstatic intSMFIC_OPTNEGstatic intSMFIC_QUITstatic intSMFIC_RCPTstatic intSMFIP_NOBODYstatic intSMFIP_NOCONNECTstatic intSMFIP_NOEOHstatic intSMFIP_NOHDRSstatic intSMFIP_NOHELOstatic intSMFIP_NOMAILstatic intSMFIP_NORCPTstatic intSMFIR_ACCEPTstatic intSMFIR_ADDHEADERstatic intSMFIR_ADDRCPTstatic intSMFIR_CHGHEADERstatic intSMFIR_CONTINUEstatic intSMFIR_DELRCPTstatic intSMFIR_DISCARDstatic intSMFIR_PROGRESSstatic intSMFIR_REJECTstatic intSMFIR_REPLBODYstatic intSMFIR_REPLYCODEstatic intSMFIR_TEMPFAIL
-
-
-
Field Detail
-
SMFIC_CONNECT
public static final int SMFIC_CONNECT
- See Also:
- Constant Field Values
-
SMFIC_MACRO
public static final int SMFIC_MACRO
- See Also:
- Constant Field Values
-
SMFIC_HELO
public static final int SMFIC_HELO
- See Also:
- Constant Field Values
-
SMFIC_MAIL
public static final int SMFIC_MAIL
- See Also:
- Constant Field Values
-
SMFIC_RCPT
public static final int SMFIC_RCPT
- See Also:
- Constant Field Values
-
SMFIC_BODYEOB
public static final int SMFIC_BODYEOB
- See Also:
- Constant Field Values
-
SMFIC_HEADER
public static final int SMFIC_HEADER
- See Also:
- Constant Field Values
-
SMFIC_EOH
public static final int SMFIC_EOH
- See Also:
- Constant Field Values
-
SMFIC_OPTNEG
public static final int SMFIC_OPTNEG
- See Also:
- Constant Field Values
-
SMFIC_QUIT
public static final int SMFIC_QUIT
- See Also:
- Constant Field Values
-
SMFIC_BODY
public static final int SMFIC_BODY
- See Also:
- Constant Field Values
-
SMFIC_ABORT
public static final int SMFIC_ABORT
- See Also:
- Constant Field Values
-
SMFIR_ACCEPT
public static final int SMFIR_ACCEPT
- See Also:
- Constant Field Values
-
SMFIR_ADDHEADER
public static final int SMFIR_ADDHEADER
- See Also:
- Constant Field Values
-
SMFIR_ADDRCPT
public static final int SMFIR_ADDRCPT
- See Also:
- Constant Field Values
-
SMFIR_CHGHEADER
public static final int SMFIR_CHGHEADER
- See Also:
- Constant Field Values
-
SMFIR_CONTINUE
public static final int SMFIR_CONTINUE
- See Also:
- Constant Field Values
-
SMFIR_DELRCPT
public static final int SMFIR_DELRCPT
- See Also:
- Constant Field Values
-
SMFIR_DISCARD
public static final int SMFIR_DISCARD
- See Also:
- Constant Field Values
-
SMFIR_PROGRESS
public static final int SMFIR_PROGRESS
- See Also:
- Constant Field Values
-
SMFIR_REJECT
public static final int SMFIR_REJECT
- See Also:
- Constant Field Values
-
SMFIR_REPLBODY
public static final int SMFIR_REPLBODY
- See Also:
- Constant Field Values
-
SMFIR_REPLYCODE
public static final int SMFIR_REPLYCODE
- See Also:
- Constant Field Values
-
SMFIR_TEMPFAIL
public static final int SMFIR_TEMPFAIL
- See Also:
- Constant Field Values
-
SMFIA_INET
public static final int SMFIA_INET
- See Also:
- Constant Field Values
-
SMFIA_INET6
public static final int SMFIA_INET6
- See Also:
- Constant Field Values
-
SMFIP_NOCONNECT
public static final int SMFIP_NOCONNECT
- See Also:
- Constant Field Values
-
SMFIP_NOHELO
public static final int SMFIP_NOHELO
- See Also:
- Constant Field Values
-
SMFIP_NOMAIL
public static final int SMFIP_NOMAIL
- See Also:
- Constant Field Values
-
SMFIP_NORCPT
public static final int SMFIP_NORCPT
- See Also:
- Constant Field Values
-
SMFIP_NOBODY
public static final int SMFIP_NOBODY
- See Also:
- Constant Field Values
-
SMFIP_NOHDRS
public static final int SMFIP_NOHDRS
- See Also:
- Constant Field Values
-
SMFIP_NOEOH
public static final int SMFIP_NOEOH
- See Also:
- Constant Field Values
-
-