SK.gnome.dwarf.mail
Class MailConstants

java.lang.Object
  extended bySK.gnome.dwarf.Constants
      extended bySK.gnome.dwarf.tcpip.TCPIPConstants
          extended bySK.gnome.dwarf.mail.MailConstants
Direct Known Subclasses:
IMAPConstants, POPConstants, SMTPConstants

public class MailConstants
extends SK.gnome.dwarf.tcpip.TCPIPConstants

Provides global mail-related constants.


Field Summary
static boolean MAIL_DEFAULT_AUTO_CREATE_STORE
          Determines whether to automatically create mail store for a user.
static java.lang.String MAIL_DEFAULT_SEARCH_CHARSET
          Default character encoding for mail searching.
static int MAIL_MAX_HEADER_LENGTH
          Maximum length of a MIME header in bytes.
static int MAIL_MAX_LINE_LENGTH
          Maximum length of a MIME body line in bytes.
static java.lang.String MAIL_REQUIRED_DWARF_VERSION
          The required framework version.
 
Fields inherited from class SK.gnome.dwarf.tcpip.TCPIPConstants
TCPIP_DEFAULT_BACKLOG_SIZE, TCPIP_DEFAULT_HANDLER_TIMEOUT, TCPIP_DEFAULT_MAX_HANDLERS, TCPIP_DEFAULT_MIN_HANDLERS, TCPIP_DEFAULT_QUEUE_SIZE, TCPIP_DEFAULT_REGISTRATION_QUEUE_SIZE, TCPIP_DEFAULT_UDP_PACKET_SIZE, TCPIP_MAX_UDP_PACKET_SIZE
 
Fields inherited from class SK.gnome.dwarf.Constants
DEFAULT_CACHE_INTERVAL, DEFAULT_CONSOLE_TIMEOUT, DEFAULT_SHUTDOWN_TIMEOUT, LS, PLATFORM_DETAILS
 
Constructor Summary
MailConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIL_REQUIRED_DWARF_VERSION

public static final java.lang.String MAIL_REQUIRED_DWARF_VERSION
The required framework version.

Value: "1.2"

See Also:
Constant Field Values

MAIL_DEFAULT_AUTO_CREATE_STORE

public static final boolean MAIL_DEFAULT_AUTO_CREATE_STORE
Determines whether to automatically create mail store for a user.

Value: true

See Also:
Constant Field Values

MAIL_MAX_HEADER_LENGTH

public static final int MAIL_MAX_HEADER_LENGTH
Maximum length of a MIME header in bytes.

Although the specifications state the maximum of 998 characters per line, we use a far higher limit for better interoperability with various clients.

Value: 4096

See Also:
Constant Field Values

MAIL_MAX_LINE_LENGTH

public static final int MAIL_MAX_LINE_LENGTH
Maximum length of a MIME body line in bytes.

Although the specifications state the maximum of 998 characters per line, we use a far higher limit for better interoperability with various clients.

Value: 4096

See Also:
Constant Field Values

MAIL_DEFAULT_SEARCH_CHARSET

public static final java.lang.String MAIL_DEFAULT_SEARCH_CHARSET
Default character encoding for mail searching.

Value: "ISO8859_1"

See Also:
Constant Field Values
Constructor Detail

MailConstants

public MailConstants()


Copyright (c) 2004-2005, Gnome Ltd. All rights reserved.