net.sourceforge.jaulp.email.properties
Class MailPropertiesConst

java.lang.Object
  extended by net.sourceforge.jaulp.email.properties.MailPropertiesConst
Direct Known Subclasses:
PropertyKeys

public abstract class MailPropertiesConst
extends java.lang.Object

The Class MailPropertiesConst.


Field Summary
protected static java.lang.String ADDRESS_STRICT
          The Constant ADDRESS_STRICT.
protected static java.lang.String ALLOW8BITMIME
          The Constant ALLOW8BITMIME.
protected static java.lang.String ALLOWREADONLYSELECT
          The Constant ALLOWREADONLYSELECT.
protected static java.lang.String ALTERNATES
          The Constant ALTERNATES.
protected static java.lang.String APOP_ENABLE
          The Constant APOP_ENABLE.
protected static java.lang.String APPENDBUFFERSIZE
          The Constant APPENDBUFFERSIZE.
protected static java.lang.String AUTH
          The Constant AUTH.
protected static java.lang.String AUTH_LOGIN_DISABLE
          The Constant AUTH_LOGIN_DISABLE.
protected static java.lang.String AUTH_PLAIN_DISABLE
          The Constant AUTH_PLAIN_DISABLE.
protected static java.lang.String BASE64_IGNOREERRORS
          The Constant BASE64_IGNOREERRORS.
protected static java.lang.String CHARSET
          The Constant CHARSET.
protected static java.lang.String CLASS
          The Constant CLASS.
protected static java.lang.String CONNECTIONPOOLSIZE
          The Constant CONNECTIONPOOLSIZE.
protected static java.lang.String CONNECTIONPOOLTIMEOUT
          The Constant CONNECTIONPOOLTIMEOUT.
protected static java.lang.String CONNECTIONTIMEOUT
          The Constant CONNECTIONTIMEOUT.
protected static java.lang.String DEBUG
          The Constant DEBUG.
protected static java.lang.String DECODETEXT_STRICT
          The Constant DECODETEXT_STRICT.
protected static java.lang.String DISABLETOP
          The Constant DISABLETOP.
protected static java.lang.String DOT
          The Constant DOT.
protected static java.lang.String DSN_NOTIFY
          The Constant DSN_NOTIFY.
protected static java.lang.String DSN_RET
          The Constant DSN_RET.
protected static java.lang.String EHLO
          The Constant EHLO.
protected static java.lang.String ENCODEEOL_STRICT
          The Constant ENCODEEOL_STRICT.
protected static java.lang.String FETCHSIZE
          The Constant FETCHSIZE.
protected static java.lang.String FOLDTEXT
          The Constant FOLDTEXT.
protected static java.lang.String FORGETTOPHEADERS
          The Constant FORGETTOPHEADERS.
protected static java.lang.String FROM
          The Constant FROM.
protected static java.lang.String HOST
          The Constant HOST.
protected static java.lang.String IMAP
          The Constant IMAP.
protected static java.lang.String LOCALADDRESS
          The Constant LOCALADDRESS.
protected static java.lang.String LOCALHOST
          The Constant LOCALHOST.
protected static java.lang.String LOCALPORT
          The Constant LOCALPORT.
protected static java.lang.String MAIL
          The Constant MAIL.
protected static java.lang.String MAIL_IMAP
          Prefix for the imap keys.
protected static java.lang.String MAIL_MIME
          The Constant MAIL_MIME.
protected static java.lang.String MAIL_POP3
          Prefix for the pop3 keys.
protected static java.lang.String MAIL_PROTOCOL
          The Constant MAIL_PROTOCOL.
protected static java.lang.String MAIL_SMTP
          Prefix for the smtp keys.
protected static java.lang.String MAILEXTENSION
          The Constant MAILEXTENSION.
protected static java.lang.String MESSAGE_CLASS
          The Constant MESSAGE_CLASS.
protected static java.lang.String MIME
          The Constant MIME.
protected static java.lang.String MULTIPART_IGNOREMISSINGENDBOUNDARY
          The Constant MULTIPART_IGNOREMISSINGENDBOUNDARY.
protected static java.lang.String PARTIALFETCH
          The Constant PARTIALFETCH.
protected static java.lang.String PASSWORD
          The Constant PASSWORD.
protected static java.lang.String POP3
          The Constant POP3.
protected static java.lang.String PORT
          The Constant PORT.
protected static java.lang.String PROTOCOL
          The Constant PROTOCOL.
protected static java.lang.String QUITWAIT
          The Constant QUITWAIT.
protected static java.lang.String REPLYALLCC
          The Constant REPLYALLCC.
protected static java.lang.String REPORTSUCCESS
          The Constant REPORTSUCCESS.
protected static java.lang.String RSETBEFOREQUIT
          The Constant RSETBEFOREQUIT.
protected static java.lang.String SASL_AUTHORIZATIONID
          The Constant SASL_AUTHORIZATIONID.
protected static java.lang.String SASL_ENABLE
          The Constant SASL_ENABLE.
protected static java.lang.String SASL_MECHANISMS
          The Constant SASL_MECHANISMS.
protected static java.lang.String SASL_REALM
          The Constant SASL_REALM.
protected static java.lang.String SENDPARTIAL
          The Constant SENDPARTIAL.
protected static java.lang.String SEPARATESTORECONNECTION
          The Constant SEPARATESTORECONNECTION.
protected static java.lang.String SETCONTENTTYPEFILENAME
          The Constant SETCONTENTTYPEFILENAME.
protected static java.lang.String SETDEFAULTTEXTCHARSET
          The Constant SETDEFAULTTEXTCHARSET.
protected static java.lang.String SMTP
          The Constant SMTP.
protected static java.lang.String SOCKETFACTORY_CLASS
          The Constant SOCKETFACTORY_CLASS.
protected static java.lang.String SOCKETFACTORY_FALLBACK
          The Constant SOCKETFACTORY_FALLBACK.
protected static java.lang.String SOCKETFACTORY_PORT
          The Constant SOCKETFACTORY_PORT.
protected static java.lang.String STARTTLS_ENABLE
          The Constant STARTTLS_ENABLE.
protected static java.lang.String STATUSCACHETIMEOUT
          The Constant STATUSCACHETIMEOUT.
protected static java.lang.String STORE
          The Constant STORE.
protected static java.lang.String SUBMITTER
          The Constant SUBMITTER.
protected static java.lang.String TIMEOUT
          The Constant TIMEOUT.
protected static java.lang.String TRANSPORT
          The Constant TRANSPORT.
protected static java.lang.String USER
          The Constant USER.
protected static java.lang.String USERSET
          The Constant USERSET.
 
Constructor Summary
MailPropertiesConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

protected static final java.lang.String USER
The Constant USER.

See Also:
Constant Field Values

PASSWORD

protected static final java.lang.String PASSWORD
The Constant PASSWORD.

See Also:
Constant Field Values

STORE

protected static final java.lang.String STORE
The Constant STORE.

See Also:
Constant Field Values

TRANSPORT

protected static final java.lang.String TRANSPORT
The Constant TRANSPORT.

See Also:
Constant Field Values

PORT

protected static final java.lang.String PORT
The Constant PORT.

See Also:
Constant Field Values

PROTOCOL

protected static final java.lang.String PROTOCOL
The Constant PROTOCOL.

See Also:
Constant Field Values

DOT

protected static final java.lang.String DOT
The Constant DOT.

See Also:
Constant Field Values

MAIL

protected static final java.lang.String MAIL
The Constant MAIL.

See Also:
Constant Field Values

HOST

protected static final java.lang.String HOST
The Constant HOST.

See Also:
Constant Field Values

SOCKETFACTORY_CLASS

protected static final java.lang.String SOCKETFACTORY_CLASS
The Constant SOCKETFACTORY_CLASS.

See Also:
Constant Field Values

SOCKETFACTORY_FALLBACK

protected static final java.lang.String SOCKETFACTORY_FALLBACK
The Constant SOCKETFACTORY_FALLBACK.

See Also:
Constant Field Values

SOCKETFACTORY_PORT

protected static final java.lang.String SOCKETFACTORY_PORT
The Constant SOCKETFACTORY_PORT.

See Also:
Constant Field Values

CONNECTIONTIMEOUT

protected static final java.lang.String CONNECTIONTIMEOUT
The Constant CONNECTIONTIMEOUT.

See Also:
Constant Field Values

TIMEOUT

protected static final java.lang.String TIMEOUT
The Constant TIMEOUT.

See Also:
Constant Field Values

LOCALADDRESS

protected static final java.lang.String LOCALADDRESS
The Constant LOCALADDRESS.

See Also:
Constant Field Values

LOCALPORT

protected static final java.lang.String LOCALPORT
The Constant LOCALPORT.

See Also:
Constant Field Values

STARTTLS_ENABLE

protected static final java.lang.String STARTTLS_ENABLE
The Constant STARTTLS_ENABLE.

See Also:
Constant Field Values

DEBUG

protected static final java.lang.String DEBUG
The Constant DEBUG.

See Also:
Constant Field Values

MIME

protected static final java.lang.String MIME
The Constant MIME.

See Also:
Constant Field Values

ADDRESS_STRICT

protected static final java.lang.String ADDRESS_STRICT
The Constant ADDRESS_STRICT.

See Also:
Constant Field Values

CLASS

protected static final java.lang.String CLASS
The Constant CLASS.

See Also:
Constant Field Values

CHARSET

protected static final java.lang.String CHARSET
The Constant CHARSET.

See Also:
Constant Field Values

DECODETEXT_STRICT

protected static final java.lang.String DECODETEXT_STRICT
The Constant DECODETEXT_STRICT.

See Also:
Constant Field Values

ENCODEEOL_STRICT

protected static final java.lang.String ENCODEEOL_STRICT
The Constant ENCODEEOL_STRICT.

See Also:
Constant Field Values

BASE64_IGNOREERRORS

protected static final java.lang.String BASE64_IGNOREERRORS
The Constant BASE64_IGNOREERRORS.

See Also:
Constant Field Values

FOLDTEXT

protected static final java.lang.String FOLDTEXT
The Constant FOLDTEXT.

See Also:
Constant Field Values

SETCONTENTTYPEFILENAME

protected static final java.lang.String SETCONTENTTYPEFILENAME
The Constant SETCONTENTTYPEFILENAME.

See Also:
Constant Field Values

SETDEFAULTTEXTCHARSET

protected static final java.lang.String SETDEFAULTTEXTCHARSET
The Constant SETDEFAULTTEXTCHARSET.

See Also:
Constant Field Values

MULTIPART_IGNOREMISSINGENDBOUNDARY

protected static final java.lang.String MULTIPART_IGNOREMISSINGENDBOUNDARY
The Constant MULTIPART_IGNOREMISSINGENDBOUNDARY.

See Also:
Constant Field Values

ALTERNATES

protected static final java.lang.String ALTERNATES
The Constant ALTERNATES.

See Also:
Constant Field Values

REPLYALLCC

protected static final java.lang.String REPLYALLCC
The Constant REPLYALLCC.

See Also:
Constant Field Values

MAIL_MIME

protected static final java.lang.String MAIL_MIME
The Constant MAIL_MIME.

See Also:
Constant Field Values

MAIL_PROTOCOL

protected static final java.lang.String MAIL_PROTOCOL
The Constant MAIL_PROTOCOL.

See Also:
Constant Field Values

SMTP

protected static final java.lang.String SMTP
The Constant SMTP.

See Also:
Constant Field Values

AUTH

protected static final java.lang.String AUTH
The Constant AUTH.

See Also:
Constant Field Values

FROM

protected static final java.lang.String FROM
The Constant FROM.

See Also:
Constant Field Values

LOCALHOST

protected static final java.lang.String LOCALHOST
The Constant LOCALHOST.

See Also:
Constant Field Values

EHLO

protected static final java.lang.String EHLO
The Constant EHLO.

See Also:
Constant Field Values

SUBMITTER

protected static final java.lang.String SUBMITTER
The Constant SUBMITTER.

See Also:
Constant Field Values

DSN_NOTIFY

protected static final java.lang.String DSN_NOTIFY
The Constant DSN_NOTIFY.

See Also:
Constant Field Values

DSN_RET

protected static final java.lang.String DSN_RET
The Constant DSN_RET.

See Also:
Constant Field Values

ALLOW8BITMIME

protected static final java.lang.String ALLOW8BITMIME
The Constant ALLOW8BITMIME.

See Also:
Constant Field Values

SENDPARTIAL

protected static final java.lang.String SENDPARTIAL
The Constant SENDPARTIAL.

See Also:
Constant Field Values

SASL_REALM

protected static final java.lang.String SASL_REALM
The Constant SASL_REALM.

See Also:
Constant Field Values

QUITWAIT

protected static final java.lang.String QUITWAIT
The Constant QUITWAIT.

See Also:
Constant Field Values

REPORTSUCCESS

protected static final java.lang.String REPORTSUCCESS
The Constant REPORTSUCCESS.

See Also:
Constant Field Values

MAILEXTENSION

protected static final java.lang.String MAILEXTENSION
The Constant MAILEXTENSION.

See Also:
Constant Field Values

USERSET

protected static final java.lang.String USERSET
The Constant USERSET.

See Also:
Constant Field Values

MAIL_SMTP

protected static final java.lang.String MAIL_SMTP
Prefix for the smtp keys.

See Also:
Constant Field Values

POP3

protected static final java.lang.String POP3
The Constant POP3.

See Also:
Constant Field Values

RSETBEFOREQUIT

protected static final java.lang.String RSETBEFOREQUIT
The Constant RSETBEFOREQUIT.

See Also:
Constant Field Values

MESSAGE_CLASS

protected static final java.lang.String MESSAGE_CLASS
The Constant MESSAGE_CLASS.

See Also:
Constant Field Values

APOP_ENABLE

protected static final java.lang.String APOP_ENABLE
The Constant APOP_ENABLE.

See Also:
Constant Field Values

DISABLETOP

protected static final java.lang.String DISABLETOP
The Constant DISABLETOP.

See Also:
Constant Field Values

FORGETTOPHEADERS

protected static final java.lang.String FORGETTOPHEADERS
The Constant FORGETTOPHEADERS.

See Also:
Constant Field Values

MAIL_POP3

protected static final java.lang.String MAIL_POP3
Prefix for the pop3 keys.

See Also:
Constant Field Values

IMAP

protected static final java.lang.String IMAP
The Constant IMAP.

See Also:
Constant Field Values

PARTIALFETCH

protected static final java.lang.String PARTIALFETCH
The Constant PARTIALFETCH.

See Also:
Constant Field Values

FETCHSIZE

protected static final java.lang.String FETCHSIZE
The Constant FETCHSIZE.

See Also:
Constant Field Values

STATUSCACHETIMEOUT

protected static final java.lang.String STATUSCACHETIMEOUT
The Constant STATUSCACHETIMEOUT.

See Also:
Constant Field Values

APPENDBUFFERSIZE

protected static final java.lang.String APPENDBUFFERSIZE
The Constant APPENDBUFFERSIZE.

See Also:
Constant Field Values

CONNECTIONPOOLSIZE

protected static final java.lang.String CONNECTIONPOOLSIZE
The Constant CONNECTIONPOOLSIZE.

See Also:
Constant Field Values

CONNECTIONPOOLTIMEOUT

protected static final java.lang.String CONNECTIONPOOLTIMEOUT
The Constant CONNECTIONPOOLTIMEOUT.

See Also:
Constant Field Values

SEPARATESTORECONNECTION

protected static final java.lang.String SEPARATESTORECONNECTION
The Constant SEPARATESTORECONNECTION.

See Also:
Constant Field Values

ALLOWREADONLYSELECT

protected static final java.lang.String ALLOWREADONLYSELECT
The Constant ALLOWREADONLYSELECT.

See Also:
Constant Field Values

AUTH_LOGIN_DISABLE

protected static final java.lang.String AUTH_LOGIN_DISABLE
The Constant AUTH_LOGIN_DISABLE.

See Also:
Constant Field Values

AUTH_PLAIN_DISABLE

protected static final java.lang.String AUTH_PLAIN_DISABLE
The Constant AUTH_PLAIN_DISABLE.

See Also:
Constant Field Values

SASL_ENABLE

protected static final java.lang.String SASL_ENABLE
The Constant SASL_ENABLE.

See Also:
Constant Field Values

SASL_MECHANISMS

protected static final java.lang.String SASL_MECHANISMS
The Constant SASL_MECHANISMS.

See Also:
Constant Field Values

SASL_AUTHORIZATIONID

protected static final java.lang.String SASL_AUTHORIZATIONID
The Constant SASL_AUTHORIZATIONID.

See Also:
Constant Field Values

MAIL_IMAP

protected static final java.lang.String MAIL_IMAP
Prefix for the imap keys.

See Also:
Constant Field Values
Constructor Detail

MailPropertiesConst

public MailPropertiesConst()


Copyright © 2010. All Rights Reserved.