A B C D E F G H I K L M N O P Q R S T U V W X

A

ACLStore - interface SK.gnome.dwarf.mail.store.ACLStore.
This class provides interface for Access Control List store.
ADDED - Static variable in class SK.gnome.dwarf.mail.store.event.MessageCountEvent
This event type specifies that the messages has been added to the source folder.
AND - Static variable in class SK.gnome.dwarf.mail.store.search.SearchKeyList
This key type specifies that the grouped keys will be logically AND-ed.
ANSWERED - Static variable in class SK.gnome.dwarf.mail.store.MailFlag
Flag for answered messages.
Address - class SK.gnome.dwarf.mail.mime.Address.
Provides a representation of RFC 822 address.
Address(String) - Constructor for class SK.gnome.dwarf.mail.mime.Address
Creates a new Address.
Address(String, String) - Constructor for class SK.gnome.dwarf.mail.mime.Address
Creates a new Address.
Address(String, String, String) - Constructor for class SK.gnome.dwarf.mail.mime.Address
Creates a new Address.
AddressException - exception SK.gnome.dwarf.mail.mime.AddressException.
This exception is throws in the case of a syntactically incorrect RFC822 address.
AddressException(String) - Constructor for class SK.gnome.dwarf.mail.mime.AddressException
Creates a new AddressException with the given message.
AddressException(String, Throwable) - Constructor for class SK.gnome.dwarf.mail.mime.AddressException
Creates a new AddressException with the given message and root cause.
AllKey - class SK.gnome.dwarf.mail.store.search.AllKey.
This key matches all messages.
AllKey() - Constructor for class SK.gnome.dwarf.mail.store.search.AllKey
 
AllRecipients - class SK.gnome.dwarf.mail.smtp.proc.filter.AllRecipients.
This filter matches all recipients and messages.
AllRecipients(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.AllRecipients
 
AndKey - class SK.gnome.dwarf.mail.store.search.AndKey.
This key groups other keys with the logical AND operator.
AndKey() - Constructor for class SK.gnome.dwarf.mail.store.search.AndKey
Creates a new AndKey.
AndKey(SearchKey, SearchKey) - Constructor for class SK.gnome.dwarf.mail.store.search.AndKey
Creates a new AndKey from the given keys.
AntiSpam - class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam.
Provides anti-spam agent.
AntiSpam(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
AutoReply - class SK.gnome.dwarf.mail.smtp.proc.agent.AutoReply.
Provides automatic reply agent.
AutoReply(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.AutoReply
 
aclStore - Variable in class SK.gnome.dwarf.mail.MailHost
The ACL store associated with this host.
active - Variable in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
addDelivery(Delivery, int) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Adds a new delivery to the recipient.
addError(Exception) - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Adds the searching error to the list.
addHeader(String, String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Adds the given header.
addKey(SearchKey) - Method in class SK.gnome.dwarf.mail.store.search.SearchKeyList
Adds a key to the group.
addMailEventListener(MailEventListener) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
 
addMailEventListener(MailEventListener) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Adds the given mail event listener to this store.
addMessage(long, Set, InputStream) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Adds the given message to the folder.
addMimePart(MimePartBuilder) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Adds the given MIME part.
addPermission(String, MailPermission) - Method in interface SK.gnome.dwarf.mail.store.ACLStore
Grants the mail permission to the given user.
addPermission(String, MailPermission) - Method in class SK.gnome.dwarf.mail.store.FileACLStore
 
addRecipient(Recipient, Collection) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Adds the given recipient to the message.
addRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Adds the given recipient to the message.
addRecipients(Collection) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Adds the given recipients to the message.
addService(Service) - Method in class SK.gnome.dwarf.mail.MailHost
Adds the given service to the server.
addService(Service) - Method in class SK.gnome.dwarf.mail.MailServer
 
addService(Service) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
 
addService(Service) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
Adds the given service to the server.
addService(Service) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
addSubscriber(ListServer.Subscriber) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
addSubscriber(ListServer.Subscriber) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
address - Variable in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
alias(String, String) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Creates a new recipient based on this recipient alias.
aliases - Variable in class SK.gnome.dwarf.mail.smtp.FileSMTPHost
 
alignCenter(String, char, int) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Alignes the string to the center.
alignLeft(String, char, int) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Alignes the string to the left.
alignRight(String, char, int) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Alignes the string to the right.
allow8bit - Variable in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Whether the 8bit transfer encoding is permitted.
authClients - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of clients which must always authenticate for any SMTP command.
authMethods - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
The actually available authentication methods.
authMethods - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
The actually available authentication methods.
authMethods - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
The actually available authentication methods.
authRelayClients - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of clients for which the SMTP relaying is enabled if they authenticate themselves first.
autoCreate - Variable in class SK.gnome.dwarf.mail.store.GenericFileStore
Whether a store will be created automatically for the given user by the GenericFileStore.getUserDirectory(String) method.
autoRunNodes - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of nodes which will be automatically processed each time a message arrives to the queue.

B

BEFORE - Static variable in class SK.gnome.dwarf.mail.store.search.DateKey
This key type specifies that values before the specified date/time will be matched.
backupObjects - Variable in class SK.gnome.dwarf.mail.store.GenericFileStore
Whether a backup file will be create when storing the serialized object by the GenericFileStore.storeObject(String, String, Object) method.

C

CLOSED - Static variable in class SK.gnome.dwarf.mail.store.event.FolderEvent
This event type specifies that the source folder has been closed.
CREATED - Static variable in class SK.gnome.dwarf.mail.store.event.FolderEvent
This event type specifies that the source folder has been created.
CRLFOutputStream - class SK.gnome.dwarf.mail.utils.CRLFOutputStream.
Converts lines into the canonical MIME format, that is, terminates lines with CRLF.
CRLFOutputStream(OutputStream) - Constructor for class SK.gnome.dwarf.mail.utils.CRLFOutputStream
 
CheckCmd - class SK.gnome.dwarf.mail.store.cmd.CheckCmd.
Checks the mail store.
CheckCmd(String) - Constructor for class SK.gnome.dwarf.mail.store.cmd.CheckCmd
Creates a new QueueCmd.
ClamAVScanner - class SK.gnome.dwarf.mail.smtp.proc.agent.ClamAVScanner.
Provides ClamAV scanning agent.
ClamAVScanner(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.ClamAVScanner
 
ConsoleCommand - class SK.gnome.dwarf.mail.sample.ConsoleCommand.
Provides agent for remote execution of console commands.
ConsoleCommand(String) - Constructor for class SK.gnome.dwarf.mail.sample.ConsoleCommand
Creates a new ConsoleCommand agent.
caseSensitiveMailbox - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Whether the local user names should be regarded case-sensitive.
charset - Variable in class SK.gnome.dwarf.mail.mime.MimePartBuilder
The actual MIME charset for encoding headers as per RFC 2047.
charset - Variable in class SK.gnome.dwarf.mail.store.search.TextKey
The charset of the matched text.
checkACL - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
Whether to check the Access Control List.
checkACL - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Whether to check the Access Control List.
checkMimePart(MailAgentMessage, Collection, MimePart) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
checkMimePart(MailAgentMessage, Collection, MimePart) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
Checks the MIME body part.
checkOriginal - Variable in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientFilter
Whether to check the original recipient address.
clearErrors() - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Clears the list of searching errors.
clientTimeout - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
Client inactivity timeout.
clientTimeout - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Client inactivity timeout.
clientTimeout - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Client inactivity timeout.
clone() - Method in class SK.gnome.dwarf.mail.mime.Address
 
clone() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
 
close(boolean) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Closes the folder.
compareTo(Object) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Compares the folder to another folder.
compareTo(Object) - Method in class SK.gnome.dwarf.mail.store.MailMessage
Compares the message to another message.
condition - Variable in class SK.gnome.dwarf.mail.smtp.proc.MailFilter
The filtering condition.
containsAuthMethod(String) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
containsAuthMethod(String) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
containsAuthMethod(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
containsAutoRunNode(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
containsDeferredNode(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
containsEtrnNode(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
containsExtension(String) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
containsExtension(String) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
containsExtension(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
containsRejectFrom(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
containsRejectTo(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
context - Variable in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
The mail agent context associated with this agent.
context - Variable in class SK.gnome.dwarf.mail.smtp.proc.MailFilter
The mail agent context associated with this filter.
copyMessage(MailMessage) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Copies the given message to the folder.
create(String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Creates a store for the given user.
create() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Creates this folder.
create(String) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Creates a mail store for the given user.
create(String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Creates a user store for the given user.

D

DEFAULT_CHARSET - Static variable in class SK.gnome.dwarf.mail.mime.MimePartBuilder
The default MIME charset for encoding headers as per RFC 2047.
DEFERRED - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents recipients for which the message delivery has been deffered for any reason.
DELETED - Static variable in class SK.gnome.dwarf.mail.store.MailFlag
Flag for messages marked as deleted.
DELETED - Static variable in class SK.gnome.dwarf.mail.store.event.FolderEvent
This event type specifies that the source folder has been deleted.
DELIVERED - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents recipients for which the message has been successfully delivered to a local mailbox.
DRAFT - Static variable in class SK.gnome.dwarf.mail.store.MailFlag
Flag for unfinished messages.
DateHeaderKey - class SK.gnome.dwarf.mail.store.search.DateHeaderKey.
This key matches the given date/time and the "Date" message header value.
DateHeaderKey(int, long) - Constructor for class SK.gnome.dwarf.mail.store.search.DateHeaderKey
Creates a new DateHeaderKey.
DateKey - class SK.gnome.dwarf.mail.store.search.DateKey.
This key matches the given date/time and the message's date/time.
DateKey(int, long) - Constructor for class SK.gnome.dwarf.mail.store.search.DateKey
Creates a new DateKey.
Debug - class SK.gnome.dwarf.mail.smtp.proc.agent.Debug.
Provides a debugging mail agent.
Debug(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.Debug
 
Delivery - class SK.gnome.dwarf.mail.smtp.Delivery.
Provides message delivery information.
Delivery(long, String, String) - Constructor for class SK.gnome.dwarf.mail.smtp.Delivery
Creates a new Delivery.
Delivery(Node, long, InetAddress, String, String) - Constructor for class SK.gnome.dwarf.mail.smtp.Delivery
Creates a new Delivery with the given delivery attempt reference.
decodeAddressHeader(String) - Static method in class SK.gnome.dwarf.mail.mime.MimeUtility
Decodes the address header according to RFC 2047.
decodeHeader(String) - Static method in class SK.gnome.dwarf.mail.mime.MimeUtility
Decodes the header according to RFC 2047.
defaultRelay - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Default SMTP relay which will be used to route the outgoing messages.
deferredDeliveryTimeout - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
After this time in hours a message will be considered undeliverable if it is targeted for a deferred node.
deferredNodes - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of nodes which are deffered by default.
delete() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Deletes the folder and its content.
deliveryInterval - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Interval in seconds of the particular delivery attempts for a single message.
deliveryTimeout - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
After this time in hours a message will be considered undeliverable.
deliveryWarningTimeout - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
After this time in hours a DSN warning will be issued for an undelivered message if the failure reason is regarded as temporary.
dequeueMessage(Node) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
dequeueMessage(Node) - Method in interface SK.gnome.dwarf.mail.smtp.MailQueue
Dequeues a message for the given node.
destroy() - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Destroys the mail agent.
destroy() - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgentServer
Destroys the agent.
destroy() - Method in class SK.gnome.dwarf.mail.smtp.proc.MailFilter
Destroys the mail filter.
dispatchMailEvent(MailEvent) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
 
dispatchMailEvent(MailEvent) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Dispatches the given mail event.
dispatchMailEvent(MailEvent) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Dispatches the given mail event to the registered listeners.
doGet(HttpServletRequest, HttpServletResponse) - Method in class SK.gnome.dwarf.mail.web.PartServlet
 

E

EXPANDED - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents recipients which have been expanded to another addresses by an alias name.
enableBrokenAUTH - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Whether to support broken implementations of AUTH command.
enableThread() - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
enableThread() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
encodeAddressHeader(String, String) - Static method in class SK.gnome.dwarf.mail.mime.MimeUtility
Encodes the address header according to RFC 2047.
encodeAddressHeader(String[], String) - Static method in class SK.gnome.dwarf.mail.mime.MimeUtility
Encodes the address header according to RFC 2047.
encodeHeader(String, String) - Static method in class SK.gnome.dwarf.mail.mime.MimeUtility
Encodes the header according to RFC 2047.
enqueueMessage(SMTPMessage, Node, long) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
enqueueMessage(SMTPMessage, Node, long) - Method in interface SK.gnome.dwarf.mail.smtp.MailQueue
Enqueues the message for the given node and time.
equals(Object) - Method in class SK.gnome.dwarf.mail.auth.MailPermission
 
equals(Object) - Method in class SK.gnome.dwarf.mail.smtp.Node
 
equals(Object) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
 
escape(String) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
etrnNodes - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of nodes for which the ETRN command is enabled.
exception - Variable in class SK.gnome.dwarf.mail.smtp.proc.agent.Debug
 
execute(Subject, Service, String[], Writer) - Method in class SK.gnome.dwarf.mail.sample.MailClient
 
execute(Subject, Service, String[], Writer) - Method in class SK.gnome.dwarf.mail.smtp.cmd.QueueCmd
 
execute(Subject, Service, String[], Writer) - Method in class SK.gnome.dwarf.mail.smtp.cmd.ReloadCmd
 
execute(Subject, Service, String[], Writer) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Command
 
execute(Subject, Service, String[], Writer) - Method in class SK.gnome.dwarf.mail.store.cmd.CheckCmd
 
execute(Subject, Service, String[], Writer) - Method in class SK.gnome.dwarf.mail.store.cmd.ImportCmd
 
exists(String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Whether the given user's store exists.
exists() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Whether this folder exists.
exists(String) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Whether the given user's mail store exists.
exists(String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Whether the given user's store exists.
expandAlias(String) - Method in class SK.gnome.dwarf.mail.smtp.FileSMTPHost
 
expandAlias(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPHost
Expands the given alias name to a list of addresses.
expandAlias(SMTPMessage, Recipient) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
Expands the given alias recipient to collection of mail recipients.
expunge() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Expunges the messages.
extensions - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
The actually available IMAP extensions.
extensions - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
The actually available POP3 extensions.
extensions - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
The actually available SMTP extensions.

F

FAILED - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents recipients for which the message delivery has definitelly failed for any reason.
FLAGGED - Static variable in class SK.gnome.dwarf.mail.store.MailFlag
Flag for marked messages.
FailedDeliveryException - exception SK.gnome.dwarf.mail.smtp.proc.FailedDeliveryException.
This exception may be thrown to indicate a failed message delivery.
FailedDeliveryException(int, String, String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.FailedDeliveryException
Creates a new FailedDeliveryException.
FailedDeliveryException(int, String, String, Throwable) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.FailedDeliveryException
Creates a new FailedDeliveryException.
FileACLStore - class SK.gnome.dwarf.mail.store.FileACLStore.
This class provides a filesystem-based ACL store.
FileACLStore(String) - Constructor for class SK.gnome.dwarf.mail.store.FileACLStore
Creates a new FileACLStore.
FileListServer - class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer.
Provides file-based listserver implementation.
FileListServer(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
FileMailQueue - class SK.gnome.dwarf.mail.smtp.FileMailQueue.
Provides filesystem-based mail queue.
FileMailQueue(String) - Constructor for class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
FileMailStore - class SK.gnome.dwarf.mail.store.FileMailStore.
This class provides a filesystem-based mail store.
FileMailStore(String) - Constructor for class SK.gnome.dwarf.mail.store.FileMailStore
Creates a new FileMailStore.
FileSMTPHost - class SK.gnome.dwarf.mail.smtp.FileSMTPHost.
Provides filesystem-based SMTP host.
FileSMTPHost(String) - Constructor for class SK.gnome.dwarf.mail.smtp.FileSMTPHost
 
FileSource - class SK.gnome.dwarf.mail.mime.FileSource.
Provides file-based shared input stream source.
FileSource(String, int) - Constructor for class SK.gnome.dwarf.mail.mime.FileSource
Creates a new FileSource from the given file.
FileSource(File, int) - Constructor for class SK.gnome.dwarf.mail.mime.FileSource
Creates a new FileSource from the given file.
FileUserStore - class SK.gnome.dwarf.mail.store.FileUserStore.
This class provides a filesystem-based user store.
FileUserStore(String) - Constructor for class SK.gnome.dwarf.mail.store.FileUserStore
Creates a new FileUserStore.
FlagKey - class SK.gnome.dwarf.mail.store.search.FlagKey.
This key matches the given flag and the actual message flag.
FlagKey(int, MailFlag) - Constructor for class SK.gnome.dwarf.mail.store.search.FlagKey
Creates a new FlagKey.
FolderEvent - class SK.gnome.dwarf.mail.store.event.FolderEvent.
The mail folder event.
FolderEvent(MailFolder, String, int) - Constructor for class SK.gnome.dwarf.mail.store.event.FolderEvent
Creates a new FolderEvent.
FolderEvent(MailFolder, String, int, String) - Constructor for class SK.gnome.dwarf.mail.store.event.FolderEvent
Creates a new FolderEvent.
fail(MailAgentMessage, Collection, String, String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck
Indicates a failed message.
fail(MailAgentMessage, Collection, String, String, Exception) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck
Indicates a failed message.
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Filters the given message.
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailFilter
Filters the given message.
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.HasAttachment
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.HasHeader
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.IsNotDSN
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientFilter
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsSender
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIs
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIsNot
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIs
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIsNot
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SizeGreaterThan
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SizeLessThan
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIs
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIsNot
 
filter(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectStartsWith
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.AllRecipients
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.HostIs
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.HostIsLocal
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientFilter
Decides whether the recipient will be passed through the filter.
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIs
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsLocal
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsOriginal
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.UserIs
 
filterRecipient(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.UserIsLocal
Deprecated.  
finalize() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Fianalizes the object.
finish() - Method in class SK.gnome.dwarf.mail.imap.IMAPHandler
Waits for the thread to finish.
finish() - Method in class SK.gnome.dwarf.mail.pop.POPHandler
Waits for the thread to finish.
finish() - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
 
finish(int, String, String) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Marks the recipient as finished.
finish() - Method in class SK.gnome.dwarf.mail.smtp.SMTPHandler
Waits for the thread to finish.
finish() - Method in class SK.gnome.dwarf.mail.utils.MessageOutputStream
Finishes the output.
flag - Variable in class SK.gnome.dwarf.mail.store.search.FlagKey
The matched flag.
folder - Variable in class SK.gnome.dwarf.mail.store.MailMessage
Mail folder which the message belongs to.
formatDateTime(long) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
formatSMTPDate(Date) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Formats the given date as per RFC 822.

G

GenericFileStore - class SK.gnome.dwarf.mail.store.GenericFileStore.
This class provides a generic filesystem-based store.
GenericFileStore(String) - Constructor for class SK.gnome.dwarf.mail.store.GenericFileStore
Creates a new GenericFileStore.
get8bitMIME() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
get8bitMIME() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the 8BITMIME SMTP parameter.
getACLStore() - Method in class SK.gnome.dwarf.mail.MailHost
Returns the ACL store associated with this host.
getACLStore(String) - Method in class SK.gnome.dwarf.mail.MailServer
Returns the ACL store for the given user.
getActions() - Method in class SK.gnome.dwarf.mail.auth.MailPermission
Returns the string of current actions.
getAddress() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the address.
getAddress() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the recipient address as Unicode string.
getAddress() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
getAlias() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the recipient alias as Unicode string.
getAllAuthMethods() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getAllAuthMethods() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getAllAuthMethods() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getAllDeliveries() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns all deliveries so far.
getAllExtensions() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getAllExtensions() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getAllExtensions() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getAuth() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getAuth() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the AUTH SMTP parameter.
getAuthClients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getAuthMethods() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getAuthMethods() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getAuthMethods() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getAuthRelayClients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getAutoReply(String) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
getAutoReply(String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Returns an automatic reply message for the given user.
getAutoRunNodes() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getCaseSensitiveMailbox() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getCharset() - Method in class SK.gnome.dwarf.mail.store.search.TextKey
Returns the charset of the matched text.
getCheckACL() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getCheckACL() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getClientAddress() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getClientAddress() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the SMTP client address.
getClientDomain() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getClientDomain() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the domain name of the SMTP client as provided in the HELO/EHLO command.
getClientTimeout() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getClientTimeout() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getClientTimeout() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getCode() - Method in class SK.gnome.dwarf.mail.smtp.proc.FailedDeliveryException
Returns the numerical SMTP status code.
getContentInputStream() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the content input stream.
getContentInputStream() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getContentInputStream() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getContentSize() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the content size.
getContentSize() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getContentSize() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getCurrentDeliveryDelay(Recipient) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getCurrentDeliveryDelay(Recipient) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the current delivery delay for the given recipient.
getDSNEnvid() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDSNEnvid() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the DSNENVID SMTP parameter.
getDSNRet() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDSNRet() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the DSNRET SMTP parameter.
getDate() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDate() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the internal message time formatted as per RFC 822.
getDecodedInputStream() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the decoded content input stream.
getDecodedInputStream() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getDecodedInputStream() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getDefaultFolder(String) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
 
getDefaultFolder(String) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Returns a default folder for the given user.
getDefaultFolder(String) - Method in class SK.gnome.dwarf.mail.store.SyncFileMailStore
 
getDefaultFolder() - Method in class SK.gnome.dwarf.mail.web.Webmail
 
getDefaultRelay() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getDeferredDeliveryTimeout() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getDeliverBy() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDeliverBy() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the DELIVERBY SMTP parameter.
getDeliverByMode() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDeliverByMode() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the BYTIME SMTP parameter.
getDeliverByTime() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDeliverByTime() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the BYTIME SMTP parameter.
getDeliverByTrace() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getDeliverByTrace() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the BYTRACE SMTP parameter.
getDeliveryAfter(long) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the delivery just after the specified time.
getDeliveryDelay() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Returns the delivery delay in milliseconds.
getDeliveryInterval() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getDeliveryTimeout() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getDeliveryWarningTimeout() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getDescription() - Method in class SK.gnome.dwarf.mail.sample.MailClient
 
getDescription() - Method in class SK.gnome.dwarf.mail.smtp.cmd.QueueCmd
 
getDescription() - Method in class SK.gnome.dwarf.mail.smtp.cmd.ReloadCmd
 
getDescription() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Command
 
getDescription() - Method in class SK.gnome.dwarf.mail.store.cmd.CheckCmd
 
getDescription() - Method in class SK.gnome.dwarf.mail.store.cmd.ImportCmd
 
getDisplayName() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the display-name part of the address.
getDisplayName() - Method in class SK.gnome.dwarf.mail.web.Options
 
getDomain() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the domain part of the address.
getEnableBrokenAUTH() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getErrors() - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Returns the errors occured during the search process.
getExtensions() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getExtensions() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getExtensions() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getFirstUnseen() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the number of the first unseen message.
getFlag(String) - Static method in class SK.gnome.dwarf.mail.store.MailFlag
Returns a mail flag by its string representation.
getFlag() - Method in class SK.gnome.dwarf.mail.store.search.FlagKey
Returns the matched flag.
getFlags() - Static method in class SK.gnome.dwarf.mail.store.MailFlag
Returns a list of all mail flags defined.
getFlags() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the message flags.
getFolder(String) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns a subfolder of the folder.
getFolder() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the folder which the message belongs to.
getFolder() - Method in class SK.gnome.dwarf.mail.web.Webmail
 
getFolderName() - Method in class SK.gnome.dwarf.mail.web.Webmail
 
getFoldersTotals() - Method in class SK.gnome.dwarf.mail.web.Options
 
getForceDelivery() - Method in class SK.gnome.dwarf.mail.smtp.Node
Whether the message processing is forced regardless of the time the delivery was scheduled for.
getForwardAddress(String) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
getForwardAddress(String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Returns a list of forward addresses associated with the given user.
getFrom() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getFrom() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the SMTP reverse-path value.
getFromAddress() - Method in class SK.gnome.dwarf.mail.web.Options
 
getFullName() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the full name of the folder.
getGroupMembers() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the members of the address group.
getHeader(String) - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns all values of the given header.
getHeader(String, String) - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns all values of the given header, delimited by the given character sequence.
getHeader(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getHeader(String, String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getHeader(String) - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getHeader(String, String) - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getHeaderLines() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns all header lines.
getHeaderLines() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getHeaderLines() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getHeaderNames() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns all header names.
getHeaderNames() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getHeaderNames() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getHost() - Method in class SK.gnome.dwarf.mail.smtp.Delivery
Returns the target host address.
getHost() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the domain part of the address.
getHostAddress() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getHostId() - Method in class SK.gnome.dwarf.mail.MailHost
Returns the host identification.
getHostName() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getHostName() - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
getHostName() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Returns the full hostname of the server.
getId() - Method in class SK.gnome.dwarf.mail.smtp.Node
Returns the node processing identification.
getIdentifyUser() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getInputStream() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getInputStream() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the message content.
getInputStream() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the message content.
getInsecureLoginDisabled() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getInsecureLoginDisabled() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getInsecureLoginDisabled() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getInternalDate() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the internal date of the message.
getKey() - Method in class SK.gnome.dwarf.mail.store.search.NotKey
Returns the modified key.
getKeys() - Method in class SK.gnome.dwarf.mail.store.search.SearchKeyList
Returns the grouped keys.
getLineCount() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the line count of the body.
getLineCount() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getLineCount() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getLineNumber() - Method in class SK.gnome.dwarf.mail.mime.MimeException
Returns the number of line where the syntax error occured.
getLocalPart() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the local part of the address.
getLoginDelay() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getLoginDelay() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getLoginDelay() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getMailHost(String) - Method in class SK.gnome.dwarf.mail.MailServer
Returns the MailHost object referenced by the given identification string.
getMailHostByUser(String) - Method in class SK.gnome.dwarf.mail.MailServer
Returns a MailHost object for the given user.
getMailStore() - Method in class SK.gnome.dwarf.mail.MailHost
Returns the mail store associated with this host.
getMailStore(String) - Method in class SK.gnome.dwarf.mail.MailServer
Returns the mail store for the given user.
getMailStore(String) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Returns the mail store for the given user.
getMailStore() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the mail store which this folder belongs to.
getMatchingHeaderLines(String[]) - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns matching header lines.
getMatchingHeaderLines(String[]) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getMatchingHeaderLines(String[]) - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getMaxMessageSize() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getMaxRecipients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getMessage() - Method in class SK.gnome.dwarf.mail.mime.MimeException
 
getMessage() - Method in class SK.gnome.dwarf.mail.smtp.Delivery
Returns the SMTP status message.
getMessage(int) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns a message by the given number.
getMessage(long) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns a message by the given UID.
getMessage() - Method in class SK.gnome.dwarf.mail.store.event.MessageFlagEvent
Returns the source message.
getMessageCount() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the total message count.
getMessageCount(MailFlag, boolean) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the count of messages with the given flag set/unset.
getMessageInstance() - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
getMessageInstance() - Method in interface SK.gnome.dwarf.mail.smtp.MailQueue
Returns a new SMTPMessage instance.
getMessageInstance() - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
getMessageInstance() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Creates a new SMTPMessage istance.
getMessageSize() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getMessageSize() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the message size.
getMessages() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns messages contained by this folder.
getMessages() - Method in class SK.gnome.dwarf.mail.store.event.MessageCountEvent
Returns the added/removed messages.
getMimePart(int) - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the nested MIME part.
getMimePart(int) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getMimePart(int) - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getMimePart() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getMimePart() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns a parsed MIME interpretation of the message.
getMimePart() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns a parsed MIME represenation of the message.
getMimePartCount() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the number of nested MIME parts.
getMimePartCount() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getMimePartCount() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getMode() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the mode used to open the folder.
getName() - Method in class SK.gnome.dwarf.mail.smtp.Node
Returns the node name.
getName() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
getName() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the name of the folder.
getName() - Method in class SK.gnome.dwarf.mail.store.search.HeaderKey
Returns the matched header name.
getNewMessages() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Checks for new messages in the folder.
getNextUID() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the next predicted UID of this folder.
getNoAuthClients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getNoAuthRelayClients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getNodeId() - Method in class SK.gnome.dwarf.mail.smtp.Delivery
Returns the delivery attempt identification.
getNonMatchingHeaderLines(String[]) - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns non matching header lines.
getNonMatchingHeaderLines(String[]) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getNonMatchingHeaderLines(String[]) - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getNotify() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the DSN NOTIFY parameter.
getNotifyIfRemoteDSN() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getNotifyPostmaster() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getNumber() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the message number.
getORcpt() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the DSN ORCPT parameter.
getOriginalName() - Method in class SK.gnome.dwarf.mail.store.event.FolderEvent
Returns the original name of the folder.
getPageNumber() - Method in class SK.gnome.dwarf.mail.web.Webmail
 
getPageSize() - Method in class SK.gnome.dwarf.mail.web.Options
 
getParent() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the parent folder.
getPassword() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
getPermissions(String) - Method in interface SK.gnome.dwarf.mail.store.ACLStore
Returns all mail permissions granted to the given user.
getPermissions(String) - Method in class SK.gnome.dwarf.mail.store.FileACLStore
 
getPostmasterAddress() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getPreloadLimit() - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Returns the maximum size of a message which will be always preloaded and cached in the memory.
getProtocol() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getProtocol() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the submission protocol.
getRawInputStream() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the raw input stream.
getRawInputStream() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getRawInputStream() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getRawSize() - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Returns the raw size of this part.
getRawSize() - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
getRawSize() - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
getRecentDelivery() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the recent delivery.
getRecipients() - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Returns a collection of all recipient addresses.
getRecipients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Returns the message recipients.
getRecipientsSize() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getRefreshOnClose() - Method in class SK.gnome.dwarf.mail.web.Options
 
getRefreshingInterval() - Method in class SK.gnome.dwarf.mail.web.Options
 
getRelayClients() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getSMTPid() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getSMTPid() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the SMTP identification string.
getSearchHeader() - Method in class SK.gnome.dwarf.mail.store.search.TextKey
Returns whether only the message header will be matched.
getSendServerInfo() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getSendServerInfo() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getSendServerInfo() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getSentFolder() - Method in class SK.gnome.dwarf.mail.web.Options
 
getSeparator() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the folder separator character.
getSequenceSet() - Method in class SK.gnome.dwarf.mail.store.search.SequenceKey
Returns the matched sequence set.
getServerAddress() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getServerAddress() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the local SMTP server's address.
getServerTimeout() - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
getServletInfo() - Method in class SK.gnome.dwarf.mail.web.PartServlet
 
getSharedAccess() - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Whether the simultaneous multiple access to the same mail folder is enabled.
getSharedDefaultFolder() - Method in class SK.gnome.dwarf.mail.store.FileMailStore
 
getSharedPrefix() - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Returns the prefix for the shared folders.
getSignature() - Method in class SK.gnome.dwarf.mail.web.Options
 
getSize() - Method in class SK.gnome.dwarf.mail.mime.FileSource
 
getSize() - Method in interface SK.gnome.dwarf.mail.mime.SharedInputStreamSource
Returns the size of the base stream.
getSize() - Method in class SK.gnome.dwarf.mail.mime.StreamSource
 
getSize() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the size of all messages in the folder.
getSize(MailFlag, boolean) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the size of messages in the folder with the given flag set/unset.
getSize() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the message size.
getSize() - Method in class SK.gnome.dwarf.mail.store.search.SizeKey
Returns the matches size.
getSourceFolder() - Method in class SK.gnome.dwarf.mail.store.event.MailEvent
Returns the source folder.
getState() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the actual recipient state.
getStateString() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the string representation of the recipient state.
getStatus() - Method in class SK.gnome.dwarf.mail.smtp.Delivery
Returns the SMTP status number.
getStatus() - Method in class SK.gnome.dwarf.mail.smtp.proc.FailedDeliveryException
Returns the readable SMTP status message.
getStream() - Method in class SK.gnome.dwarf.mail.utils.LoggedReader
Returns the underlying input stream.
getStream() - Method in class SK.gnome.dwarf.mail.utils.LoggedWriter
Returns the underlying output stream.
getSubscriber(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
getSubscriber(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
getSubscribers() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
getSubscribers() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
getText() - Method in class SK.gnome.dwarf.mail.store.search.TextKey
Returns the matched text.
getTime() - Method in class SK.gnome.dwarf.mail.smtp.Delivery
Returns the time of the delivery attempt.
getTime() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
 
getTime() - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage
Returns the internal message time.
getTime(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.DateHeaderKey
Returns the date/time from the given message.
getTime() - Method in class SK.gnome.dwarf.mail.store.search.DateKey
Returns the matched date/time.
getTime(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.DateKey
Returns the message date/time to match the given date/time.
getTime(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.InternalDateKey
Returns the date/time from the given message.
getToken() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
getTokenCreationTime() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
getType() - Method in class SK.gnome.dwarf.mail.smtp.proc.FailedDeliveryException
Returns the delivery type.
getType() - Method in class SK.gnome.dwarf.mail.store.event.MailEvent
Returns the event type.
getType() - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Returns the key type.
getUID() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Returns the UID of the message.
getUIDValidity() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the UID validity timestamp.
getUpdateACL() - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
getUpdateACL() - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
getUser() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Returns the local part of the address.
getUser() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns an identification of the user which this folder belongs to.
getUser() - Method in class SK.gnome.dwarf.mail.store.event.MailEvent
Returns the user producing the event.
getUserDirectory(String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Returns a subdirectory associated with the given user.
getUserName() - Method in class SK.gnome.dwarf.mail.web.Options
 
getUserName() - Method in class SK.gnome.dwarf.mail.web.Webmail
 
getUserStore() - Method in class SK.gnome.dwarf.mail.MailHost
Returns the user store associated with this host.
getUserStore(String) - Method in class SK.gnome.dwarf.mail.MailServer
Returns the user store for the given user.
getUserStore(String) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Returns the user store for the given user.
getValue() - Method in class SK.gnome.dwarf.mail.store.search.HeaderKey
Returns the matched header value.

H

HasAttachment - class SK.gnome.dwarf.mail.smtp.proc.filter.HasAttachment.
This filter matches any multipart message.
HasAttachment(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.HasAttachment
 
HasHeader - class SK.gnome.dwarf.mail.smtp.proc.filter.HasHeader.
This filter matches messages with the given header present.
HasHeader(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.HasHeader
 
HeaderKey - class SK.gnome.dwarf.mail.store.search.HeaderKey.
This key matches the given header and the actual message header value.
HeaderKey(String) - Constructor for class SK.gnome.dwarf.mail.store.search.HeaderKey
Creates a new HeaderKey with the given name.
HeaderKey(String, String) - Constructor for class SK.gnome.dwarf.mail.store.search.HeaderKey
Creates a new HeaderKey with the given name and value.
HeaderKey(int, String, String) - Constructor for class SK.gnome.dwarf.mail.store.search.HeaderKey
Creates a new HeaderKey with the given type, name and value.
HostIs - class SK.gnome.dwarf.mail.smtp.proc.filter.HostIs.
This filter matches recipients with the given domain part of mail address.
HostIs(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.HostIs
 
HostIsLocal - class SK.gnome.dwarf.mail.smtp.proc.filter.HostIsLocal.
This filter matches recipients for any local host.
HostIsLocal(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.HostIsLocal
 
handle(Socket) - Method in class SK.gnome.dwarf.mail.imap.IMAPHandler
Handles the IMAP connection.
handle(Socket) - Method in class SK.gnome.dwarf.mail.pop.POPHandler
Handles the POP3 connection.
handle(Object) - Method in class SK.gnome.dwarf.mail.smtp.QueueHandler
 
handle(Socket) - Method in class SK.gnome.dwarf.mail.smtp.SMTPHandler
Handles the SMTP connection.
handleMailEvent(MailEvent) - Method in class SK.gnome.dwarf.mail.imap.IMAPHandler
 
handleMailEvent(MailEvent) - Method in class SK.gnome.dwarf.mail.pop.POPHandler
 
handleMailEvent(MailEvent) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Handles the given mail event.
handleMailEvent(MailEvent) - Method in interface SK.gnome.dwarf.mail.store.event.MailEventListener
Handles the mail event.
hasError() - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Whether an error occured during the search process.
hasSubscribed(String, String) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
hasSubscribed(String, String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Whether the mailbox is subscribed for the given user.
hashCode() - Method in class SK.gnome.dwarf.mail.auth.MailPermission
 
hashCode() - Method in class SK.gnome.dwarf.mail.smtp.Node
 
hashCode() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
 
header - Variable in class SK.gnome.dwarf.mail.store.search.TextKey
If only the message header will be matched.
hostId - Variable in class SK.gnome.dwarf.mail.MailHost
The host identification.
hostName - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
The host name of the server.
hosts - Variable in class SK.gnome.dwarf.mail.MailServer
Mapping between host identification strings and MailHost objects.

I

IMAPConstants - class SK.gnome.dwarf.mail.imap.IMAPConstants.
Provides global IMAP-related constants.
IMAPConstants() - Constructor for class SK.gnome.dwarf.mail.imap.IMAPConstants
 
IMAPHandler - class SK.gnome.dwarf.mail.imap.IMAPHandler.
This class handles the IMAP connections.
IMAPHandler(String) - Constructor for class SK.gnome.dwarf.mail.imap.IMAPHandler
Creates a new IMAPHandler.
IMAPParameters - class SK.gnome.dwarf.mail.imap.IMAPParameters.
Provides the IMAP-related parameters.
IMAPParameters(String) - Constructor for class SK.gnome.dwarf.mail.imap.IMAPParameters
Creates a new SMTPParameters.
IMAPServer - class SK.gnome.dwarf.mail.imap.IMAPServer.
This is the main IMAP server object.
IMAPServer(String) - Constructor for class SK.gnome.dwarf.mail.imap.IMAPServer
Creates a new IMAPServer.
IMAPUtils - class SK.gnome.dwarf.mail.imap.IMAPUtils.
Provides IMAP-related helper methods.
IMAP_MAX_COMMAND_LINE_LENGTH - Static variable in class SK.gnome.dwarf.mail.imap.IMAPConstants
Maximum length of an IMAP command atom/string/literal.
IMAP_TRACE - Static variable in class SK.gnome.dwarf.mail.imap.IMAPConstants
String identifier for enabling/disabling the IMAP protocol tracing messages.
INBOX - Static variable in class SK.gnome.dwarf.mail.store.MailFolder
Default name for the inbox folder.
ImportCmd - class SK.gnome.dwarf.mail.store.cmd.ImportCmd.
Imports mails from a JavaMail store.
ImportCmd(String) - Constructor for class SK.gnome.dwarf.mail.store.cmd.ImportCmd
Creates a new ImportCmd.
InternalDateKey - class SK.gnome.dwarf.mail.store.search.InternalDateKey.
This key matches the given date/time and the internal message date/time.
InternalDateKey(int, long) - Constructor for class SK.gnome.dwarf.mail.store.search.InternalDateKey
Creates a new InternalDateKey.
IsNotDSN - class SK.gnome.dwarf.mail.smtp.proc.filter.IsNotDSN.
This filter matches messages which are not DSN generated by this server.
IsNotDSN(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.IsNotDSN
 
identifyUser - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Whether the local user existence will be tested using the system authentication facility.
impliedBy(MailPermission[]) - Method in class SK.gnome.dwarf.mail.auth.MailPermission
Whether this permission is implied by the given permissions.
implies(Permission) - Method in class SK.gnome.dwarf.mail.auth.MailPermission
Whether this permission is implied by the given permission.
importStore(String, String, boolean, MailStore) - Static method in class SK.gnome.dwarf.mail.store.cmd.ImportCmd
Imports the given JavaMail store to the local mail store.
init(Server) - Method in class SK.gnome.dwarf.mail.MailHost
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.MailServer
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.imap.IMAPHandler
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.imap.IMAPServer
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.pop.POPHandler
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.pop.POPServer
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.sample.MailClient
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.FileSMTPHost
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.QueueHandler
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.SMTPHandler
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.SMTPHost
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Initialized the service.
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
Initializes the service.
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.cmd.QueueCmd
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.cmd.ReloadCmd
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Initializes the service.
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Initializes the mail agent.
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgentServer
Initializes the agent.
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailFilter
Initializes the mail filter.
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ClamAVScanner
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Command
 
init(Server) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.HostIs
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIs
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIs
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIsNot
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIs
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIsNot
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SizeGreaterThan
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SizeLessThan
 
init(MailAgentContext) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.UserIs
 
init(Server) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
 
init(Server) - Method in class SK.gnome.dwarf.mail.store.SyncFileMailStore
 
init(Server) - Method in class SK.gnome.dwarf.mail.store.cmd.CheckCmd
 
init(Server) - Method in class SK.gnome.dwarf.mail.store.cmd.ImportCmd
 
init(String) - Method in class SK.gnome.dwarf.mail.store.search.SequenceSet
Initializes the sequence set with the given initial values.
insecureLoginDisabled - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
Whether to allow the transfer of cleartext passwords via insecure connections.
insecureLoginDisabled - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Whether to allow the transfer of cleartext passwords via insecure connections.
insecureLoginDisabled - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Whether to allow the transfer of cleartext passwords via insecure connections.
isActive() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
isDefaultFolder() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Checks whether the folder is the default folder.
isExpunged() - Method in class SK.gnome.dwarf.mail.store.MailMessage
Whether this message is expunged.
isFinished() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Whether the recipient is finished.
isFinished() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Whether the message is finished.
isGroup() - Method in class SK.gnome.dwarf.mail.mime.Address
Whether the address specifies a group.
isLocalHost(String) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
Whether the given domain is served by this server.
isLocalHost(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
isLocalHost(String) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Finds out whether the given argument refers to a local mail host.
isLocalUser(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
isLocalUser(String) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Finds out whether the given argument refers to a local mail user.
isMimeType(String) - Method in interface SK.gnome.dwarf.mail.mime.MimePart
Whether this MIME part if of the given type.
isMimeType(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
 
isMimeType(String) - Method in class SK.gnome.dwarf.mail.mime.StreamMimePart
 
isOpen() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Checks whether the folder is open.
isProcessedByNode(Node) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Whether the recipient has been processed for the given node.
isReadOnly() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Checks whether this folder is open in READ_ONLY mode.
isRequired() - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Whether the agent is reuired.
isSet(MailFlag) - Method in class SK.gnome.dwarf.mail.store.MailMessage
Whether the given message flag is set.
isStored() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Whether the message is store in the mail queue.

K

KEY_DISPLAY_NAME - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_FOLDERS_TOTALS - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_FROM_ADDRESS - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_PAGE_SIZE - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_REFRESHING_INTERVAL - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_REFRESH_ON_CLOSE - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_SENT_FOLDER - Static variable in class SK.gnome.dwarf.mail.web.Options
 
KEY_SIGNATURE - Static variable in class SK.gnome.dwarf.mail.web.Options
 
key - Variable in class SK.gnome.dwarf.mail.store.search.NotKey
The modified key.
keys - Variable in class SK.gnome.dwarf.mail.store.search.SearchKeyList
The list of grouped keys.

L

LARGER - Static variable in class SK.gnome.dwarf.mail.store.search.SizeKey
This key type specifies that the values larger than the given size will be matched.
ListServer - class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.
Provides generic listserver agent.
ListServer(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
ListServer.Command - class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Command.
Provides a console command for managing the list server.
ListServer.Command(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Command
Creates a new Command.
ListServer.Subscriber - class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber.
This class represents a list subscriber.
ListServer.Subscriber(String, String, String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
LoggedReader - class SK.gnome.dwarf.mail.utils.LoggedReader.
Provides line reader with a built-in logging capability.
LoggedReader(Logger, String, String, InputStream, int) - Constructor for class SK.gnome.dwarf.mail.utils.LoggedReader
Creates a new LoggedReader.
LoggedWriter - class SK.gnome.dwarf.mail.utils.LoggedWriter.
Provides line writer with a built-in logging capability.
LoggedWriter(Logger, String, String, OutputStream) - Constructor for class SK.gnome.dwarf.mail.utils.LoggedWriter
Creates a new LoggedWriter.
letterSubdirs - Variable in class SK.gnome.dwarf.mail.store.GenericFileStore
Whether a subdirectories will be created according to the first letter of a user identification.
listFlags() - Method in class SK.gnome.dwarf.mail.store.MailMessage
List the message flags.
listFolders(String) - Method in class SK.gnome.dwarf.mail.store.MailFolder
List subfolders of the folder.
listMessages(boolean, PrintWriter) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
listMessages(boolean, PrintWriter) - Method in interface SK.gnome.dwarf.mail.smtp.MailQueue
Lists all messages in the queue.
listMessages(boolean, PrintWriter) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
Lists all messages in the queue.
listNodes() - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
listNodes() - Method in interface SK.gnome.dwarf.mail.smtp.MailQueue
Lists all active nodes.
listUsers() - Method in interface SK.gnome.dwarf.mail.store.ACLStore
Returns a list of all users with any granted permission.
listUsers() - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Returns a list of all users present in this store.
listUsers() - Method in interface SK.gnome.dwarf.mail.store.MailStore
Returns a list of all users present in this mail store.
listUsers() - Method in interface SK.gnome.dwarf.mail.store.UserStore
Returns a list of all users present in this mail store.
lock(String, String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Locks the given file within the user subdirectory.
loginDelay - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
The delay after a failed login.
loginDelay - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Default login delay.
loginDelay - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
The delay after a failed login.
loop() - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
loop() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 

M

MAIL_DEFAULT_AUTO_CREATE_STORE - Static variable in class SK.gnome.dwarf.mail.MailConstants
Determines whether to automatically create mail store for a user.
MAIL_DEFAULT_SEARCH_CHARSET - Static variable in class SK.gnome.dwarf.mail.MailConstants
Default character encoding for mail searching.
MAIL_MAX_HEADER_LENGTH - Static variable in class SK.gnome.dwarf.mail.MailConstants
Maximum length of a MIME header in bytes.
MAIL_MAX_LINE_LENGTH - Static variable in class SK.gnome.dwarf.mail.MailConstants
Maximum length of a MIME body line in bytes.
MAIL_REQUIRED_DWARF_VERSION - Static variable in class SK.gnome.dwarf.mail.MailConstants
The required framework version.
MailAgent - class SK.gnome.dwarf.mail.smtp.proc.MailAgent.
Provides mail agent service.
MailAgent(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Creates a new MailAgent.
MailAgentContext - interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext.
Provides mail agent context.
MailAgentMessage - interface SK.gnome.dwarf.mail.smtp.proc.MailAgentMessage.
Provides an interface for queued mail messages.
MailAgentServer - class SK.gnome.dwarf.mail.smtp.proc.MailAgentServer.
Provides container for mail agents.
MailAgentServer(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.MailAgentServer
Creates a new MailAgentServer.
MailClient - class SK.gnome.dwarf.mail.sample.MailClient.
Sample command for sending test messages via local server.
MailClient(String) - Constructor for class SK.gnome.dwarf.mail.sample.MailClient
Creates a new MailClient.
MailConstants - class SK.gnome.dwarf.mail.MailConstants.
Provides global mail-related constants.
MailConstants() - Constructor for class SK.gnome.dwarf.mail.MailConstants
 
MailEvent - class SK.gnome.dwarf.mail.store.event.MailEvent.
Generic mail event.
MailEvent(MailFolder, String, int) - Constructor for class SK.gnome.dwarf.mail.store.event.MailEvent
Creates a new MailEvent.
MailEventListener - interface SK.gnome.dwarf.mail.store.event.MailEventListener.
Provides interface for a mail event listener.
MailException - exception SK.gnome.dwarf.mail.MailException.
Provides a generic mail exception.
MailException() - Constructor for class SK.gnome.dwarf.mail.MailException
Creates a new MailException.
MailException(String) - Constructor for class SK.gnome.dwarf.mail.MailException
Creates a new MailException with the given message.
MailException(Throwable) - Constructor for class SK.gnome.dwarf.mail.MailException
Creates a new MailException with the given root cause.
MailException(String, Throwable) - Constructor for class SK.gnome.dwarf.mail.MailException
Creates a new MailException with the given message and the root cause.
MailFilter - class SK.gnome.dwarf.mail.smtp.proc.MailFilter.
Provides mail filter.
MailFilter(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.MailFilter
Creates a new MailFilter.
MailFlag - class SK.gnome.dwarf.mail.store.MailFlag.
This class provides mail flags.
MailFolder - class SK.gnome.dwarf.mail.store.MailFolder.
This class provides an abstract mail folder.
MailFolder(String, MailStore, MailFolder) - Constructor for class SK.gnome.dwarf.mail.store.MailFolder
Creates a new MailFolder.
MailHost - class SK.gnome.dwarf.mail.MailHost.
Provides a generic mail host.
MailHost(String) - Constructor for class SK.gnome.dwarf.mail.MailHost
Creates a new MailHost.
MailMessage - class SK.gnome.dwarf.mail.store.MailMessage.
This class provides an abstract mail message.
MailMessage(MailFolder) - Constructor for class SK.gnome.dwarf.mail.store.MailMessage
Creates a new MailMessage.
MailPermission - class SK.gnome.dwarf.mail.auth.MailPermission.
Provides the mail permission.
MailPermission(String, String) - Constructor for class SK.gnome.dwarf.mail.auth.MailPermission
Creates a new MailPermission.
MailQueue - interface SK.gnome.dwarf.mail.smtp.MailQueue.
Provides interface for a mail queue.
MailServer - class SK.gnome.dwarf.mail.MailServer.
Provides a generic mail server.
MailServer(String) - Constructor for class SK.gnome.dwarf.mail.MailServer
Creates a new MailServer.
MailStore - interface SK.gnome.dwarf.mail.store.MailStore.
This class provides interface for mail store.
MessageCheck - class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck.
Provides agent for general message checking.
MessageCheck(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck
 
MessageCountEvent - class SK.gnome.dwarf.mail.store.event.MessageCountEvent.
The message count event.
MessageCountEvent(MailFolder, String, int, MailMessage[]) - Constructor for class SK.gnome.dwarf.mail.store.event.MessageCountEvent
Creates a new MessageCountEvent.
MessageFlagEvent - class SK.gnome.dwarf.mail.store.event.MessageFlagEvent.
The message flag event.
MessageFlagEvent(MailFolder, String, MailMessage) - Constructor for class SK.gnome.dwarf.mail.store.event.MessageFlagEvent
Creates a new MessageFlagEvent.
MessageInputStream - class SK.gnome.dwarf.mail.utils.MessageInputStream.
Convert lines from the byte-stuffed format.
MessageInputStream(InputStream) - Constructor for class SK.gnome.dwarf.mail.utils.MessageInputStream
 
MessageOutputStream - class SK.gnome.dwarf.mail.utils.MessageOutputStream.
Convert lines into the byte-stuffed format.
MessageOutputStream(OutputStream) - Constructor for class SK.gnome.dwarf.mail.utils.MessageOutputStream
 
MessageSyntax - class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax.
Provides an agent for basic message syntax checking.
MessageSyntax(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
 
MimeException - exception SK.gnome.dwarf.mail.mime.MimeException.
This exception indicates a MIME syntax error.
MimeException(String) - Constructor for class SK.gnome.dwarf.mail.mime.MimeException
Creates a new MimeException with the given message.
MimeException(String, int) - Constructor for class SK.gnome.dwarf.mail.mime.MimeException
Creates a new MimeException with the given message for an error occured on the given line.
MimeException(String, Throwable) - Constructor for class SK.gnome.dwarf.mail.mime.MimeException
Creates a new MimeException with the given message and the root cause.
MimeException(String, Throwable, int) - Constructor for class SK.gnome.dwarf.mail.mime.MimeException
Creates a new MimeException with the given message and the root cause for an error occured on the given line.
MimeMessageBuilder - class SK.gnome.dwarf.mail.mime.MimeMessageBuilder.
Provides a helper class to build MIME messages.
MimeMessageBuilder() - Constructor for class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Creates a new MimeMessageBuilder.
MimeMessageBuilder(boolean) - Constructor for class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Creates a new MimeMessageBuilder with 8bit transfer enabled.
MimeMessageBuilder(String) - Constructor for class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Creates a new MimeMessageBuilder with the given charset.
MimeMessageBuilder(boolean, String) - Constructor for class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Creates a new MimeMessageBuilder.
MimePart - interface SK.gnome.dwarf.mail.mime.MimePart.
Provides base interface for MIME parts.
MimePartBuilder - class SK.gnome.dwarf.mail.mime.MimePartBuilder.
Provides a MimePart builder.
MimePartBuilder() - Constructor for class SK.gnome.dwarf.mail.mime.MimePartBuilder
Creates a new MimePartBuilder.
MimePartBuilder(boolean) - Constructor for class SK.gnome.dwarf.mail.mime.MimePartBuilder
Creates a new MimePartBuilder with 8bit transfer enabled.
MimePartBuilder(String) - Constructor for class SK.gnome.dwarf.mail.mime.MimePartBuilder
Creates a new MimePartBuilder with the given charset.
MimePartBuilder(boolean, String) - Constructor for class SK.gnome.dwarf.mail.mime.MimePartBuilder
Creates a new MimePartBuilder.
MimeUtility - class SK.gnome.dwarf.mail.mime.MimeUtility.
Provides various MIME-related methods.
mailStore - Variable in class SK.gnome.dwarf.mail.MailHost
The mail store associated with this host.
mapVirtualUser(String) - Method in class SK.gnome.dwarf.mail.MailHost
Maps the virtual user name to a local user name.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.AllKey
Matches the given message.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.DateKey
Matches the given date/time and the message's date/time.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.FlagKey
Matches the given flag and the actual message flag.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.HeaderKey
Matches the given header and the actual message header.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.NoneKey
Matches the given message.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.NotKey
Matches the given message.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Matches the given message.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.SearchKeyList
Matches the grouped keys and the message.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.SequenceKey
Matches the given sequence set and the actual message number or UID.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.SequenceSet
Matches the given sequence set and the message UID or number.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.SizeKey
Matches the given size and the actual message size.
match(MailMessage) - Method in class SK.gnome.dwarf.mail.store.search.TextKey
Matches the given text and the actual message content.
maxMessageSize - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Maximum allowed size of a single message in bytes.
maxRecipients - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Maximum allowed number of recipients in a single message.
modifyActions(String) - Method in class SK.gnome.dwarf.mail.auth.MailPermission
Modifies the actions.

N

NEW - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents new recipients with no delivery attempts yet.
NOD32Antivir - class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir.
Provides NOD32 antivirus scanning agent.
NOD32Antivir(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
NODE_ALL - Static variable in class SK.gnome.dwarf.mail.smtp.QueueManager
Short name for all nodes.
NODE_LOCAL - Static variable in class SK.gnome.dwarf.mail.smtp.QueueManager
Short name for local domain nodes.
NODE_PROCESS - Static variable in class SK.gnome.dwarf.mail.smtp.QueueManager
Name for the special processing node.
NODE_REMOTE - Static variable in class SK.gnome.dwarf.mail.smtp.QueueManager
Short name for remote domain nodes.
NewLineOutputStream - class SK.gnome.dwarf.mail.utils.NewLineOutputStream.
Convert the various newline conventions to the local platform's newline convention.
NewLineOutputStream(OutputStream) - Constructor for class SK.gnome.dwarf.mail.utils.NewLineOutputStream
 
Node - class SK.gnome.dwarf.mail.smtp.Node.
This class represents a mail queue node.
NoneKey - class SK.gnome.dwarf.mail.store.search.NoneKey.
This key matches no messages.
NoneKey() - Constructor for class SK.gnome.dwarf.mail.store.search.NoneKey
 
NotKey - class SK.gnome.dwarf.mail.store.search.NotKey.
This key modifies the value returned by the given key to its logical opposit.
NotKey(SearchKey) - Constructor for class SK.gnome.dwarf.mail.store.search.NotKey
Creates a new NotKey.
name - Variable in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
name - Variable in class SK.gnome.dwarf.mail.store.search.HeaderKey
The matched header name.
newStream(int, int) - Method in class SK.gnome.dwarf.mail.mime.FileSource
 
newStream(int, int) - Method in interface SK.gnome.dwarf.mail.mime.SharedInputStreamSource
Creates a new stream from the underlying source stream.
newStream(int, int) - Method in class SK.gnome.dwarf.mail.mime.StreamSource
 
newToken() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
noAuthClients - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of clients which will be rejected even if they are implied by SMTPParameters.authClients.
noAuthRelayClients - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of clients for which the SMTP relaying will be rejected even if they are implied by SMTPParameters.authRelayClients.
noop(StringTokenizer) - Method in class SK.gnome.dwarf.mail.smtp.SMTPHandler
 
notifyIfRemoteDSN - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Whether the DSN notifications will be created for failed delivery attempts even if the remote SMTP host reports that it supports DSN, too.
notifyPostmaster - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Whether the DSN notifications will be sent to the postmaster address, too.

O

ON - Static variable in class SK.gnome.dwarf.mail.store.search.DateKey
This key type specifies that values equal to the specified date/time will be matched.
OPENED - Static variable in class SK.gnome.dwarf.mail.store.event.FolderEvent
This event type specifies that the source folder has been opened.
OR - Static variable in class SK.gnome.dwarf.mail.store.search.SearchKeyList
This key type specifies that the grouped keys will be logically OR-ed.
Options - class SK.gnome.dwarf.mail.web.Options.
Provides bean for storing user options.
Options() - Constructor for class SK.gnome.dwarf.mail.web.Options
 
OrKey - class SK.gnome.dwarf.mail.store.search.OrKey.
This key groups other keys with the logical OR operator.
OrKey() - Constructor for class SK.gnome.dwarf.mail.store.search.OrKey
Creates a new OrKey.
OrKey(SearchKey, SearchKey) - Constructor for class SK.gnome.dwarf.mail.store.search.OrKey
Creates a new OrKey from the given keys.
open(int) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Opens this folder.

P

PARTIAL - Static variable in class SK.gnome.dwarf.mail.store.search.HeaderKey
This key type specifies that a partial word will be matched.
PARTIAL - Static variable in class SK.gnome.dwarf.mail.store.search.TextKey
This key type specifies that a partial word will be matched.
POPConstants - class SK.gnome.dwarf.mail.pop.POPConstants.
Provides global POP-related constants.
POPConstants() - Constructor for class SK.gnome.dwarf.mail.pop.POPConstants
 
POPHandler - class SK.gnome.dwarf.mail.pop.POPHandler.
This class handles the POP3 connections.
POPHandler(String) - Constructor for class SK.gnome.dwarf.mail.pop.POPHandler
Creates a new POPHandler.
POPParameters - class SK.gnome.dwarf.mail.pop.POPParameters.
Provides the POP3-related parameters.
POPParameters(String) - Constructor for class SK.gnome.dwarf.mail.pop.POPParameters
Creates a new POPParameters.
POPServer - class SK.gnome.dwarf.mail.pop.POPServer.
This is the main POP3 server object.
POPServer(String) - Constructor for class SK.gnome.dwarf.mail.pop.POPServer
Creates a new POPServer.
POP_MAX_COMMAND_LINE_LENGTH - Static variable in class SK.gnome.dwarf.mail.pop.POPConstants
Maximum length of a POP command.
POP_TRACE - Static variable in class SK.gnome.dwarf.mail.pop.POPConstants
String identifier for enabling/disabling the POP protocol tracing messages.
POSTMASTER - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Default name of the postmaster user account.
PRESENCE - Static variable in class SK.gnome.dwarf.mail.store.search.HeaderKey
This key type specifies that the header will be always matched if it is present.
PartServlet - class SK.gnome.dwarf.mail.web.PartServlet.
This servlet handles MIME part downloads.
PartServlet() - Constructor for class SK.gnome.dwarf.mail.web.PartServlet
 
Postprocessing - interface SK.gnome.dwarf.mail.smtp.proc.Postprocessing.
Provides interface for preprocessing mail agents.
Preprocessing - interface SK.gnome.dwarf.mail.smtp.proc.Preprocessing.
Provides interface for postprocessing mail agents.
parent - Variable in class SK.gnome.dwarf.mail.store.MailFolder
The parent folder of the mail folder.
parse(String) - Static method in class SK.gnome.dwarf.mail.mime.Address
Parses the given list of addresses into an array.
parse(String, String) - Static method in class SK.gnome.dwarf.mail.mime.Address
Parses the given list of addresses into an array.
parseDate(String) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
parseDateTime(String) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
password - Variable in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
postprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Processes the message.
postprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgentServer
 
postprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AutoReply
 
postprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.Debug
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.sample.ConsoleCommand
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Processes the message.
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgentServer
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ClamAVScanner
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.Debug
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
 
preprocess(MailAgentMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
print(String) - Method in class SK.gnome.dwarf.mail.utils.LoggedWriter
Prints the string.
printHelp(PrintWriter) - Method in class SK.gnome.dwarf.mail.sample.MailClient
 
printHelp(PrintWriter) - Method in class SK.gnome.dwarf.mail.smtp.cmd.QueueCmd
 
printHelp(PrintWriter) - Method in class SK.gnome.dwarf.mail.smtp.cmd.ReloadCmd
 
printHelp(PrintWriter) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Command
 
printHelp(PrintWriter) - Method in class SK.gnome.dwarf.mail.store.cmd.CheckCmd
 
printHelp(PrintWriter) - Method in class SK.gnome.dwarf.mail.store.cmd.ImportCmd
 
printMessage(SMTPMessage, boolean, PrintWriter) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
Prints out the information about the given message.
printNString(String, LoggedWriter) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
printString(String, LoggedWriter) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
println(String) - Method in class SK.gnome.dwarf.mail.utils.LoggedWriter
Prints the string.

Q

QueueCmd - class SK.gnome.dwarf.mail.smtp.cmd.QueueCmd.
Manages the mail queue.
QueueCmd(String) - Constructor for class SK.gnome.dwarf.mail.smtp.cmd.QueueCmd
Creates a new QueueCmd.
QueueHandler - class SK.gnome.dwarf.mail.smtp.QueueHandler.
Provides mail queue handling.
QueueHandler(String) - Constructor for class SK.gnome.dwarf.mail.smtp.QueueHandler
Creates a new QueueHandler.
QueueManager - class SK.gnome.dwarf.mail.smtp.QueueManager.
Provides mail queue management.
QueueManager(String) - Constructor for class SK.gnome.dwarf.mail.smtp.QueueManager
Creates a new QueueManager.

R

READ_ONLY - Static variable in class SK.gnome.dwarf.mail.store.MailFolder
Indicates that the folder must be open as read-only.
READ_WRITE - Static variable in class SK.gnome.dwarf.mail.store.MailFolder
Indicates that the folder should be open as read-write.
RECENT - Static variable in class SK.gnome.dwarf.mail.store.MailFlag
Flag for recent messages.
REJECTED - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents recipients for which the message delivery has failed because the server rejected it.
RELAYED - Static variable in class SK.gnome.dwarf.mail.smtp.Recipient
This state represents recipients for which the message has been successfully relayed to a remote SMTP host.
REMOVED - Static variable in class SK.gnome.dwarf.mail.store.event.MessageCountEvent
This event type specifies that the messages has been removed from the source folder.
RENAMED - Static variable in class SK.gnome.dwarf.mail.store.event.FolderEvent
This event type specifies that the source folder has been renamed.
Recipient - class SK.gnome.dwarf.mail.smtp.Recipient.
This class represents a mail recipient.
Recipient(String) - Constructor for class SK.gnome.dwarf.mail.smtp.Recipient
Creates a new Recipient.
RecipientFilter - class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientFilter.
Provides generic recipient-based filter.
RecipientFilter(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientFilter
 
RecipientIs - class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIs.
This filter matches recipients which are on the given list.
RecipientIs(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIs
 
RecipientIsLocal - class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsLocal.
This filter matches any local recipient.
RecipientIsLocal(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsLocal
 
RecipientIsOriginal - class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsOriginal.
This filter matches recipients which were not expanded from an alias.
RecipientIsOriginal(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsOriginal
 
RecipientIsSender - class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsSender.
This filter matches the messages with sender equal to one of its recipients.
RecipientIsSender(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIsSender
 
ReloadCmd - class SK.gnome.dwarf.mail.smtp.cmd.ReloadCmd.
Reloads the alias database.
ReloadCmd(String) - Constructor for class SK.gnome.dwarf.mail.smtp.cmd.ReloadCmd
Creates a new ReloadCmd.
RemoteAddrIs - class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIs.
This filter matches messages with the client address in the given list.
RemoteAddrIs(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIs
 
RemoteAddrIsNot - class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIsNot.
This filter matches messages with client address not in the given list.
RemoteAddrIsNot(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.RemoteAddrIsNot
 
read() - Method in class SK.gnome.dwarf.mail.utils.LoggedReader
Reads a single character.
read() - Method in class SK.gnome.dwarf.mail.utils.MessageInputStream
 
read(byte[]) - Method in class SK.gnome.dwarf.mail.utils.MessageInputStream
 
read(byte[], int, int) - Method in class SK.gnome.dwarf.mail.utils.MessageInputStream
 
readLine() - Method in class SK.gnome.dwarf.mail.utils.LoggedReader
Reads a single line.
readObject(String, String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Reads an object from the given user store.
readOptions(String) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
readOptions(String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Reads the webmail user options.
rejectFrom - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of sender addresses which will always be rejected.
rejectTo - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of recipient addresses which will always be rejected.
relayClients - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
List of clients for which the SMTP relaying is enabled.
reload() - Method in class SK.gnome.dwarf.mail.smtp.FileSMTPHost
 
reload() - Method in class SK.gnome.dwarf.mail.smtp.SMTPHost
Reloads the alias database.
remove(String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Removes the given user's store.
remove(String) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Removes the given user's mail store.
remove(String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Removes the given user's store.
removeHeader(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Removes the given header.
removeMailEventListener(MailEventListener) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
 
removeMailEventListener(MailEventListener) - Method in interface SK.gnome.dwarf.mail.store.MailStore
Removes the given mail event listener from this store.
removeMimePart(int) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Removes the given MIME part.
removePermission(String, MailPermission) - Method in interface SK.gnome.dwarf.mail.store.ACLStore
Revokes the mail permission from the given user.
removePermission(String, MailPermission) - Method in class SK.gnome.dwarf.mail.store.FileACLStore
 
removePermissions(String, String) - Method in interface SK.gnome.dwarf.mail.store.ACLStore
Revokes all mail permission from the given user and mailbox.
removePermissions(String, String) - Method in class SK.gnome.dwarf.mail.store.FileACLStore
 
removeSubscriber(ListServer.Subscriber) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
removeSubscriber(ListServer.Subscriber) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
renameTo(String) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Renames the folder to the given name.
report() - Method in class SK.gnome.dwarf.mail.imap.IMAPHandler
Returns the service report.
report() - Method in class SK.gnome.dwarf.mail.pop.POPHandler
Returns the service report.
report() - Method in class SK.gnome.dwarf.mail.smtp.QueueHandler
 
report() - Method in class SK.gnome.dwarf.mail.smtp.SMTPHandler
Returns the service report.
required - Variable in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Whether the agent is reuired.
runQueue(String, boolean) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
Process the given node.
runQueue(String, boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
Process the given queue node.

S

SEEN - Static variable in class SK.gnome.dwarf.mail.store.MailFlag
Flag for messages which had been seen already.
SET - Static variable in class SK.gnome.dwarf.mail.store.search.FlagKey
This key type specifies that a flag which is set will be matched.
SINCE - Static variable in class SK.gnome.dwarf.mail.store.search.DateKey
This key type specifies that values after the specified date/time will be matched.
SK.gnome.dwarf.mail - package SK.gnome.dwarf.mail
Provides API for mail servers.
SK.gnome.dwarf.mail.auth - package SK.gnome.dwarf.mail.auth
Provides authentication and authorization classes.
SK.gnome.dwarf.mail.imap - package SK.gnome.dwarf.mail.imap
Provides IMAP4rev1 server implementation.
SK.gnome.dwarf.mail.mime - package SK.gnome.dwarf.mail.mime
Provides MIME parser and builders.
SK.gnome.dwarf.mail.pop - package SK.gnome.dwarf.mail.pop
Provides POP3 server implementation.
SK.gnome.dwarf.mail.sample - package SK.gnome.dwarf.mail.sample
Provides sample mail services.
SK.gnome.dwarf.mail.smtp - package SK.gnome.dwarf.mail.smtp
Provides SMTP client and server implementation.
SK.gnome.dwarf.mail.smtp.cmd - package SK.gnome.dwarf.mail.smtp.cmd
Provides SMTP-related console commands.
SK.gnome.dwarf.mail.smtp.proc - package SK.gnome.dwarf.mail.smtp.proc
Provides API for mail filters and agents.
SK.gnome.dwarf.mail.smtp.proc.agent - package SK.gnome.dwarf.mail.smtp.proc.agent
Provides useful mail agent implementations.
SK.gnome.dwarf.mail.smtp.proc.filter - package SK.gnome.dwarf.mail.smtp.proc.filter
Provides useful mail filter implementations.
SK.gnome.dwarf.mail.store - package SK.gnome.dwarf.mail.store
Provides API for mail, user and access control list stores.
SK.gnome.dwarf.mail.store.cmd - package SK.gnome.dwarf.mail.store.cmd
Provides useful console commands for manipulating with mail stores.
SK.gnome.dwarf.mail.store.event - package SK.gnome.dwarf.mail.store.event
Provides API for mail events.
SK.gnome.dwarf.mail.store.search - package SK.gnome.dwarf.mail.store.search
Provides generic mail searching classes.
SK.gnome.dwarf.mail.utils - package SK.gnome.dwarf.mail.utils
Provides various utilities.
SK.gnome.dwarf.mail.web - package SK.gnome.dwarf.mail.web
Provides webmail beans.
SMALLER - Static variable in class SK.gnome.dwarf.mail.store.search.SizeKey
This key type specifies that the values smaller than the given size will be matched.
SMTPConstants - class SK.gnome.dwarf.mail.smtp.SMTPConstants.
Provides global SMTP-related constants.
SMTPConstants() - Constructor for class SK.gnome.dwarf.mail.smtp.SMTPConstants
 
SMTPHandler - class SK.gnome.dwarf.mail.smtp.SMTPHandler.
This class handles the incoming SMTP connections.
SMTPHandler(String) - Constructor for class SK.gnome.dwarf.mail.smtp.SMTPHandler
Creates a new SMTPHandler.
SMTPHost - class SK.gnome.dwarf.mail.smtp.SMTPHost.
Provides an abstract SMTP host.
SMTPHost(String) - Constructor for class SK.gnome.dwarf.mail.smtp.SMTPHost
Creates a new SMTPHost.
SMTPMessage - class SK.gnome.dwarf.mail.smtp.SMTPMessage.
This is an abstract SMTP message.
SMTPMessage() - Constructor for class SK.gnome.dwarf.mail.smtp.SMTPMessage
Creates a new SMTPMessage.
SMTPParameters - class SK.gnome.dwarf.mail.smtp.SMTPParameters.
Provides the SMTP-related parameters.
SMTPParameters(String) - Constructor for class SK.gnome.dwarf.mail.smtp.SMTPParameters
Creates a new SMTPParameters.
SMTPServer - class SK.gnome.dwarf.mail.smtp.SMTPServer.
This is the main SMTP server object.
SMTPServer(String) - Constructor for class SK.gnome.dwarf.mail.smtp.SMTPServer
Creates a new SMTPServer.
SMTPUtils - class SK.gnome.dwarf.mail.smtp.SMTPUtils.
Provides useful SMTP helper methods.
SMTP_DATE_FORMAT - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
RFC 822 date format.
SMTP_DEFAULT_AUTOREPLY_DELAY - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Default delay for delivering an automatic reply in milliseconds.
SMTP_DEFAULT_QUEUE_DATE_FORMAT - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Default queue date/time format.
SMTP_DEFAULT_QUEUE_INTERVAL - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Default queue processing interval.
SMTP_MAX_COMMAND_LINE_LENGTH - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Maximum length of the SMTP command.
SMTP_MAX_DOMAIN_NAME_LENGTH - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Maximum length of the RFC 822 address' domain part.
SMTP_MAX_FORWARD_PATH_LENGTH - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Maximum length of the SMTP forward path.
SMTP_MAX_REPLY_LINE_LENGTH - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Maximum length of the SMTP reply line.
SMTP_MAX_USER_NAME_LENGTH - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Maximum length of the RFC 822 address' local part.
SMTP_MIN_MESSAGE_SIZE - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Minimum possible limit for size of a single message in bytes.
SMTP_MIN_RECIPIENTS_NUMBER - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
Minimum possible limit for number of recipients in a single message.
SMTP_TRACE - Static variable in class SK.gnome.dwarf.mail.smtp.SMTPConstants
String identifier for enabling/disabling the SMTP protocol tracing messages.
SUBSTRING - Static variable in class SK.gnome.dwarf.mail.store.search.HeaderKey
This key type specifies that a substring will be matched.
SUBSTRING - Static variable in class SK.gnome.dwarf.mail.store.search.TextKey
This key type specifies that a substring will be matched.
SearchKey - class SK.gnome.dwarf.mail.store.search.SearchKey.
Provides a generic search key.
SearchKey() - Constructor for class SK.gnome.dwarf.mail.store.search.SearchKey
Creates a new SearchKey.
SearchKey(int) - Constructor for class SK.gnome.dwarf.mail.store.search.SearchKey
Creates a new SearchKey with the given type.
SearchKeyList - class SK.gnome.dwarf.mail.store.search.SearchKeyList.
This key groups other keys together.
SearchKeyList(int) - Constructor for class SK.gnome.dwarf.mail.store.search.SearchKeyList
Creates a new SearchKeyList.
SenderIs - class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIs.
This filter matches messages with the given sender.
SenderIs(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIs
 
SenderIsNot - class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIsNot.
This filter matches messages with sender not on the given list.
SenderIsNot(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIsNot
 
SequenceKey - class SK.gnome.dwarf.mail.store.search.SequenceKey.
This key matches the given sequence set and the actual message number or UID.
SequenceKey(SequenceSet) - Constructor for class SK.gnome.dwarf.mail.store.search.SequenceKey
Creates a new SequenceKey.
SequenceSet - class SK.gnome.dwarf.mail.store.search.SequenceSet.
This class represents a set of message number sequences.
SequenceSet(MailFolder, boolean, String) - Constructor for class SK.gnome.dwarf.mail.store.search.SequenceSet
Creates a new SequenceSet with the given sequence set.
SequenceSet(MailFolder, boolean) - Constructor for class SK.gnome.dwarf.mail.store.search.SequenceSet
Creates a new empty SequenceSet.
SessionExpiredException - exception SK.gnome.dwarf.mail.web.SessionExpiredException.
This exception is thrown when the user session expires.
SessionExpiredException(String) - Constructor for class SK.gnome.dwarf.mail.web.SessionExpiredException
 
SharedInputStreamSource - interface SK.gnome.dwarf.mail.mime.SharedInputStreamSource.
Provides a stream source for the StreamMimePart.
SizeGreaterThan - class SK.gnome.dwarf.mail.smtp.proc.filter.SizeGreaterThan.
This filter matches messages with the size less than the given value.
SizeGreaterThan(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SizeGreaterThan
 
SizeKey - class SK.gnome.dwarf.mail.store.search.SizeKey.
This key matches the given size and the actual message size.
SizeKey(int, long) - Constructor for class SK.gnome.dwarf.mail.store.search.SizeKey
Creates a new SizeKey.
SizeLessThan - class SK.gnome.dwarf.mail.smtp.proc.filter.SizeLessThan.
This filter matches messages with the size less than the given value.
SizeLessThan(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SizeLessThan
 
StreamMimePart - class SK.gnome.dwarf.mail.mime.StreamMimePart.
Provides a stream-based MimePart implementation.
StreamMimePart(SharedInputStreamSource) - Constructor for class SK.gnome.dwarf.mail.mime.StreamMimePart
Creates a new StreamMimePart.
StreamMimePart(SharedInputStreamSource, int, int) - Constructor for class SK.gnome.dwarf.mail.mime.StreamMimePart
Creates a new StreamMimePart with the given offset and length.
StreamSource - class SK.gnome.dwarf.mail.mime.StreamSource.
Provides memory-based shared input stream source.
StreamSource(InputStream) - Constructor for class SK.gnome.dwarf.mail.mime.StreamSource
Creates a new StreamSource from the given stream.
SubjectIs - class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIs.
This filter matches messages with the specified text in the "Subject" header.
SubjectIs(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIs
 
SubjectIsNot - class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIsNot.
This filter matches messages with the specified text in the "Subject" header.
SubjectIsNot(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIsNot
 
SubjectStartsWith - class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectStartsWith.
This filter matches messages with the "Subject" header starting with the specified string.
SubjectStartsWith(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectStartsWith
 
SyncFileMailStore - class SK.gnome.dwarf.mail.store.SyncFileMailStore.
This class provides a synchronized filesystem-based mail store.
SyncFileMailStore(String) - Constructor for class SK.gnome.dwarf.mail.store.SyncFileMailStore
Creates a new SyncFileMailStore.
search(SearchKey) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Searches the folder with the given key.
sendMessage(MimeMessageBuilder) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
sendMessage(SMTPMessage, Collection) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
sendMessage(SMTPMessage, Collection) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Sends the message.
sendMessage(MimeMessageBuilder) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Sends the message.
sendServerInfo - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
Enables or disables exposing of the server name and version to the client.
sendServerInfo - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Enables or disables exposing of the server name and version to the client.
sendServerInfo - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Enables or disables exposing of the server name and version to the client.
sequence - Variable in class SK.gnome.dwarf.mail.store.search.SequenceKey
The matched sequence set.
serverTimeout - Variable in class SK.gnome.dwarf.mail.smtp.SMTPParameters
Remote server inactivity timeout.
set8bitMIME(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the 8BITMIME parameter.
setActive(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
setAddress(String) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Sets the recipient address.
setAddress(InetAddress) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ClamAVScanner
 
setAddressHeader(String, String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the given address header.
setAddressHeader(String, String[]) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the given address header.
setAlias(String) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Sets the recipient alias.
setAliases(StringProperties) - Method in class SK.gnome.dwarf.mail.smtp.FileSMTPHost
 
setAllowLocalPosting(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setAuth(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the AUTH parameter value.
setAuthClients(InetHostSet) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setAuthMethods(String[]) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setAuthMethods(String[]) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setAuthMethods(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setAuthRelayClients(InetHostSet) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setAutoCreate(boolean) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Enables or disables the store auto-creation feature.
setAutoRunNodes(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setBackupObjects(boolean) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Enables or disables backup files when storing the serialized objects.
setBannedClients(InetHostSet) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
setBannedDomains(String[]) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
setBannedExtensions(String[]) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
setBannedKeywords(String[]) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
setCaseSensitiveMailbox(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setCc(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Cc" header.
setCc(String[]) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Cc" header.
setCheckACL(boolean) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setCheckACL(boolean) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setCheckAddresses(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
Enables checking of the internet addresses.
setCheckBody(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
Enables checking of the MIME body parts.
setCheckBodyText(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AntiSpam
 
setCheckHeaders(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
Enables checking of the message header.
setCheckOriginal(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientFilter
 
setCheckpoint(int) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
setClientAddress(InetAddress) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the SMTP client address.
setClientDomain(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the SMTP client domain name.
setClientTimeout(int) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setClientTimeout(int) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setClientTimeout(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setCondition(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailFilter
Sets the filtering condition.
setContent(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the body content.
setContent(String, String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the body content with the given charset.
setContent(InputStream, String, String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the body content with the given MIME content type and transfer encoding.
setContent(InputStream) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the content of the message.
setContentDescription(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the "Content-Description" header.
setContentLanguage(String[]) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the "Content-Language" header.
setContentTransferEncoding(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the "Content-Transfer-Encoding" header.
setContentType(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the "Content-Type" header.
setDSNEnvid(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the DSNENVID parameter.
setDSNRet(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the DSNRET parameter.
setDate(Date) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Date" header.
setDateFormat(String) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
Sets the date/time format used to print out the mail queue information.
setDefaultRelay(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setDeferredDeliveryTimeout(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setDeferredNodes(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setDelay(int) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AutoReply
 
setDeleteFinished(boolean) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
setDeliverBy(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the DELIVERBY parameter.
setDeliverByMode(char) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the BYMODE parameter.
setDeliverByTime(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the BYTIME parameter.
setDeliverByTrace(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the BYTRACE parameter.
setDeliveryDelay(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the delivery delay of the message in milliseconds.
setDeliveryInterval(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setDeliveryTimeout(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setDeliveryWarningTimeout(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setDescription(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setDisplayName(String) - Method in class SK.gnome.dwarf.mail.web.Options
 
setDomain(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setEnableBrokenAUTH(boolean) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setEncoding(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.AutoReply
 
setEtrnNodes(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setException(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.Debug
 
setExtensions(String[]) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setExtensions(String[]) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setExtensions(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setFailedState(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck
Sets the final state of the failed messages.
setFile(File) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
setFlag(MailFlag, boolean) - Method in class SK.gnome.dwarf.mail.store.MailMessage
Sets/unsets the given message flag.
setFlags(MailFlag, boolean) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Sets/unsets the given message flags in the whole folder.
setFlags(Set) - Method in class SK.gnome.dwarf.mail.store.MailFolder
Modifies the given message flags in the whole folder.
setFlags(Set, boolean) - Method in class SK.gnome.dwarf.mail.store.MailMessage
Sets/unsets the given message flags.
setFlags(Set) - Method in class SK.gnome.dwarf.mail.store.MailMessage
Modifies the given message flags.
setFolderName(String) - Method in class SK.gnome.dwarf.mail.web.Webmail
 
setFoldersTotals(boolean) - Method in class SK.gnome.dwarf.mail.web.Options
 
setFrom(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "From" header.
setFrom(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the SMTP reverse-path value.
setFromAddress(String) - Method in class SK.gnome.dwarf.mail.web.Options
 
setHeader(String, String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the given header.
setHelpURL(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setHostId(String) - Method in class SK.gnome.dwarf.mail.MailHost
Sets the host identification.
setHostName(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setIdentifyUser(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.RecipientIs
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIs
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SenderIsNot
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIs
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectIsNot
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.SubjectStartsWith
 
setIgnoreCase(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.filter.UserIs
 
setInsecureLoginDisabled(boolean) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setInsecureLoginDisabled(boolean) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setInsecureLoginDisabled(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setInterval(int) - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
Sets the queue processing interval.
setLetterSubdirs(boolean) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Enables or disables the first-letter subdirectories.
setLoginDelay(int) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setLoginDelay(int) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setLoginDelay(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setMaintainers(String[]) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setMaxMessageHops(int) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageSyntax
Sets the maximum limit for the message hops.
setMaxMessageSize(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setMaxRecipients(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setMessageId(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Message-Id" header.
setModulePath(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
setName(String) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Sets the MIME part name.
setName(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setNoAuthClients(InetHostSet) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setNoAuthRelayClients(InetHostSet) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setNotify(String) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Sets the DSN NOTIFY parameter.
setNotifyIfRemoteDSN(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setNotifyPostmaster(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setNotifyRejected(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setORcpt(String) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Sets the DSN ORCPT parameter.
setOpen(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setOptions(StringProperties) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
setPageNumber(int) - Method in class SK.gnome.dwarf.mail.web.Webmail
 
setPageSize(int) - Method in class SK.gnome.dwarf.mail.web.Options
 
setPassword(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
setPassword(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setPermission(String, MailPermission) - Method in interface SK.gnome.dwarf.mail.store.ACLStore
Replaces the mail permission of the given user.
setPermission(String, MailPermission) - Method in class SK.gnome.dwarf.mail.store.FileACLStore
 
setPluginId(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.NOD32Antivir
 
setPort(int) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ClamAVScanner
 
setPreloadLimit(int) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Maximum size for a message to be always preloaded into the memory.
setProtectList(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setProtocol(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the protocol identification.
setQueueDir(File) - Method in class SK.gnome.dwarf.mail.smtp.FileMailQueue
 
setRefreshOnClose(boolean) - Method in class SK.gnome.dwarf.mail.web.Options
 
setRefreshingInterval(int) - Method in class SK.gnome.dwarf.mail.web.Options
 
setRejectFrom(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setRejectTo(String[]) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setRelayClients(InetHostSet) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setReplyTo(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Reply-To" header.
setReplyTo(String[]) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Reply-To" header.
setReplyToSender(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setRequired(boolean) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Sets whether the agent is required.
setSMTPid(String) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the SMTP identification of the message.
setSendServerInfo(boolean) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setSendServerInfo(boolean) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setSendServerInfo(boolean) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setSender(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Sender" header.
setSentFolder(String) - Method in class SK.gnome.dwarf.mail.web.Options
 
setServerAddress(InetAddress) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the local SMTP server's address.
setServerTimeout(int) - Method in class SK.gnome.dwarf.mail.smtp.SMTPParameters
 
setSharedAccess(boolean) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Enables or disables simultaneous access to the same mail folder.
setSharedPrefix(String) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Sets the prefix for the shared folders.
setSharedUser(String) - Method in class SK.gnome.dwarf.mail.store.FileMailStore
Sets the user account for sharing.
setSignature(String) - Method in class SK.gnome.dwarf.mail.web.Options
 
setState(int) - Method in class SK.gnome.dwarf.mail.smtp.Recipient
Sets the recipient state.
setStoreTo(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.MessageCheck
Sets the local folder to store the failed messaged to.
setStripDomain(boolean) - Method in class SK.gnome.dwarf.mail.MailHost
Sets the mode of mapping a virtual user to local one.
setSubject(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "Subject" header.
setSubscribeURL(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setTime(long) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Sets the internal message time.
setTo(String) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "To" header.
setTo(String[]) - Method in class SK.gnome.dwarf.mail.mime.MimeMessageBuilder
Sets the "To" header.
setUnsubscribeURL(String) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
setUpdateACL(boolean) - Method in class SK.gnome.dwarf.mail.imap.IMAPParameters
 
setUpdateACL(boolean) - Method in class SK.gnome.dwarf.mail.pop.POPParameters
 
setUserBaseDir(File) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Sets the base directory of the store.
setUserName(String) - Method in class SK.gnome.dwarf.mail.web.Options
 
setUserName(String) - Method in class SK.gnome.dwarf.mail.web.Webmail
 
shutdown() - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
shutdown() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
size - Variable in class SK.gnome.dwarf.mail.store.search.SizeKey
The matched size.
start() - Method in class SK.gnome.dwarf.mail.smtp.QueueManager
 
start() - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
store() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Stores this message to the mail queue.
store - Variable in class SK.gnome.dwarf.mail.store.MailFolder
The mail store which the folder belongs to.
store() - Method in class SK.gnome.dwarf.mail.web.Options
 
storeMessage(String, String, String, InputStream) - Method in class SK.gnome.dwarf.mail.smtp.SMTPServer
 
storeMessage(String, String, MailAgentMessage) - Method in class SK.gnome.dwarf.mail.smtp.proc.MailAgent
Stores the given message to the local mail store.
storeMessage(String, String, String, InputStream) - Method in interface SK.gnome.dwarf.mail.smtp.proc.MailAgentContext
Stores the message to the given mail folder.
storeObject(String, String, Object) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Stores the object to the given user store.
storeOptions(String, Options) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
storeOptions(String, Options) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Stores the webmail user options.
storeRecipients(Collection) - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Updates the given recipients in the mail queue.
stripDomain - Variable in class SK.gnome.dwarf.mail.MailHost
Determines the mode of mapping a virtual user to local one.
stripDomain(String) - Static method in class SK.gnome.dwarf.mail.MailHost
Strips the user name of the domain part.
stripSourceRoutes(String) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Strips the source routes from the given address.
subscribe(String, String) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
subscribe(String, String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Subscribes the mailbox for the given user.

T

TextKey - class SK.gnome.dwarf.mail.store.search.TextKey.
This key matches the given text and the actual message content.
TextKey(String, String, boolean) - Constructor for class SK.gnome.dwarf.mail.store.search.TextKey
Creates a new TextKey.
TextKey(int, String, String, boolean) - Constructor for class SK.gnome.dwarf.mail.store.search.TextKey
Creates a new TextKey with the given type.
TopOutputStream - class SK.gnome.dwarf.mail.utils.TopOutputStream.
Prints out only the limited number of lines after the first empty line occured.
TopOutputStream(OutputStream, int) - Constructor for class SK.gnome.dwarf.mail.utils.TopOutputStream
Creates a new TopOutputStream.
text - Variable in class SK.gnome.dwarf.mail.store.search.TextKey
The matched text.
time - Variable in class SK.gnome.dwarf.mail.store.search.DateKey
The matched date/time.
toEncodedString() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the address string encoded as per RFC 2047.
toString() - Method in class SK.gnome.dwarf.mail.auth.MailPermission
 
toString() - Method in class SK.gnome.dwarf.mail.mime.Address
Returns the address Unicode string.
toString(String) - Static method in class SK.gnome.dwarf.mail.mime.Address
Parses the given list of addresses into a Unicode string.
toString() - Method in class SK.gnome.dwarf.mail.smtp.Node
Returns the string representation of the node.
toString() - Method in class SK.gnome.dwarf.mail.smtp.Recipient
 
toString() - Method in class SK.gnome.dwarf.mail.smtp.SMTPMessage
Returns a string representation of the message.
toString() - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
toString() - Method in class SK.gnome.dwarf.mail.store.MailFlag
Returns a string representation of this flag.
toString() - Method in class SK.gnome.dwarf.mail.store.MailFolder
Returns the string representation of the folder.
toString() - Method in class SK.gnome.dwarf.mail.store.search.DateKey
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.FlagKey
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.HeaderKey
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.NotKey
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.SearchKey
Returns the string represenation of the key.
toString() - Method in class SK.gnome.dwarf.mail.store.search.SearchKeyList
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.SequenceKey
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.SequenceSet
Returns a string representation of this sequence set.
toString() - Method in class SK.gnome.dwarf.mail.store.search.SizeKey
 
toString() - Method in class SK.gnome.dwarf.mail.store.search.TextKey
 
token - Variable in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer.Subscriber
 
type - Variable in class SK.gnome.dwarf.mail.store.event.MailEvent
The mail event type.
type - Variable in class SK.gnome.dwarf.mail.store.search.SearchKey
The key type.

U

UNSET - Static variable in class SK.gnome.dwarf.mail.store.search.FlagKey
This key type specifies that a flag which is not set will be matched.
UserIs - class SK.gnome.dwarf.mail.smtp.proc.filter.UserIs.
This filter matches recipients with the local part of mail address on the given list.
UserIs(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.UserIs
 
UserIsLocal - class SK.gnome.dwarf.mail.smtp.proc.filter.UserIsLocal.
Deprecated. does the same as RecipientIsLocal
UserIsLocal(String) - Constructor for class SK.gnome.dwarf.mail.smtp.proc.filter.UserIsLocal
Deprecated.  
UserStore - interface SK.gnome.dwarf.mail.store.UserStore.
This class provides interface for user store.
unlock(String, String) - Method in class SK.gnome.dwarf.mail.store.GenericFileStore
Unlocks the given file within the user subdirectory.
unquote(String) - Static method in class SK.gnome.dwarf.mail.imap.IMAPUtils
 
unsubscribe(String, String) - Method in class SK.gnome.dwarf.mail.store.FileUserStore
 
unsubscribe(String, String) - Method in interface SK.gnome.dwarf.mail.store.UserStore
Unsubscribes the mailbox for the given user.
updateACL - Variable in class SK.gnome.dwarf.mail.imap.IMAPParameters
Whether to automatically update the Access Control List.
updateACL - Variable in class SK.gnome.dwarf.mail.pop.POPParameters
Whether to automatically update the Access Control List.
updateSubscriber(ListServer.Subscriber) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.FileListServer
 
updateSubscriber(ListServer.Subscriber) - Method in class SK.gnome.dwarf.mail.smtp.proc.agent.ListServer
 
user - Variable in class SK.gnome.dwarf.mail.store.MailFolder
The identification of a user which the folder belongs to.
user - Variable in class SK.gnome.dwarf.mail.store.event.MailEvent
The user who produced this event.
userBaseDir - Variable in class SK.gnome.dwarf.mail.store.GenericFileStore
The base directory of the store.
userStore - Variable in class SK.gnome.dwarf.mail.MailHost
The user store associated with this host.

V

value - Variable in class SK.gnome.dwarf.mail.store.search.HeaderKey
The matched header value.

W

WORD - Static variable in class SK.gnome.dwarf.mail.store.search.HeaderKey
This key type specifies that a single word will be matched.
WORD - Static variable in class SK.gnome.dwarf.mail.store.search.TextKey
This key type specifies that a single word will be matched.
Webmail - class SK.gnome.dwarf.mail.web.Webmail.
Provides webmail utility bean.
Webmail() - Constructor for class SK.gnome.dwarf.mail.web.Webmail
 
wrapText(String) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Wraps the text by dividing it to lines of max 78 characters.
write(int) - Method in class SK.gnome.dwarf.mail.utils.CRLFOutputStream
 
write(byte[], int, int) - Method in class SK.gnome.dwarf.mail.utils.CRLFOutputStream
 
write(int) - Method in class SK.gnome.dwarf.mail.utils.MessageOutputStream
 
write(byte[], int, int) - Method in class SK.gnome.dwarf.mail.utils.MessageOutputStream
 
write(int) - Method in class SK.gnome.dwarf.mail.utils.NewLineOutputStream
 
write(byte[], int, int) - Method in class SK.gnome.dwarf.mail.utils.NewLineOutputStream
 
write(int) - Method in class SK.gnome.dwarf.mail.utils.TopOutputStream
 
write(byte[], int, int) - Method in class SK.gnome.dwarf.mail.utils.TopOutputStream
 
writeTo(OutputStream) - Method in class SK.gnome.dwarf.mail.mime.MimePartBuilder
Writes the entire MIME part to the given output stream.

X

xtextDecode(String) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Xtext-decodes the given string.
xtextEncode(String) - Static method in class SK.gnome.dwarf.mail.smtp.SMTPUtils
Xtext-encodes the given string.

A B C D E F G H I K L M N O P Q R S T U V W X

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