Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.wastl.webmail.* (98)

Package Samples:

net.wastl.webmail.config
net.wastl.webmail.debug
net.wastl.webmail.misc
net.wastl.webmail.server
net.wastl.webmail.server.http
net.wastl.webmail.servlet
net.wastl.webmail.standalone
net.wastl.webmail.storage
net.wastl.webmail.storage.simple
net.wastl.webmail.ui.html
net.wastl.webmail.ui
net.wastl.webmail.ui.xml
net.wastl.webmail.xml
net.wastl.webmail.exceptions
net.wastl.webmail.logger

Classes:

TEA: Tiny Encryption Algorithm. (The following description is from the web page for the C and Assembler source code at University of Bradford Yorkshire, England - The Cryptography & Computer Communications Security Group ) The description is used with the permission of the authors, Dr S J Shepherd and D A G Gillies. The Tiny Encryption Algorithm is one of the fastest and most efficient cryptographic algorithms in existence. It was developed by David Wheeler and Roger Needham at the Computer Laboratory of Cambridge University. It is a Feistel cipher which uses operations from mixed (orthogonal) algebraic ...
ConfigParameter: An abstraction for a configuration parameter. Subclasses must implement a method that checks whether a specific value is correct for this parameter. ConfigParameters may have ConfigurationListeners that work much like the Listeners in the Java AWT. All listeners get informed if the value of the parameter has changed. Each ConfigParameter has a corresponding (unique) key, a default value (if not yet changed by the user) and a short description for the administrator about what the parameter means. This is a scheme only, however, ConfigParameters just describe the behaviour of certain keys in the ...
XMLUserModel: Mainly consists of a DOM that represents all of the data in the user's session. On subtrees, there are the SYSDATA and the USERDATA DOM trees (among other stuff like folder list, message list, etc) Many methods here are synchronized but that shouldn't hurt performance too much since the cases where several Threads access the model are rare anyway
JavaScriptCleaner: JavaScriptCleaner.java This class removes hopefully all of the possible malicious code from HTML messages like tags, javascript: hrefs and onMouseOver, ...; Furthermore, we should consider removing all IMG tags as they might be used to call CGIs Created: Mon Jan 1 15:20:54 2001
ConfigScheme: This class contains a scheme for WebMail configuration data. It is mainly a container for the ConfigParameter objects and a wrapper to access the main functions in them to ease access to the scheme. Created: 31.08.99
FileStorage: This is the FileStorage class is common to all other storage classes in WebMail It provides means of getting and storing data in ZIPFiles and ResourceBundles, for example HTML-templates, binary files and MIME-types
HTTPLexer: This class is a scanner generated by JFlex 1.2 on 18.05.00 09:47 from the specification file http.lex
WebMailServlet: This is WebMails main server. From here most parts will be administered. This is the servlet implementation of WebMail (introduced in 0.6.1) Created: Tue Feb 2 12:07:25 1999
SimpleStorage: This is the SimpleStorage class for the non-enterprise edition of WebMail. It provides means of getting and storing data in ZIPFiles and ResourceBundles.
ContentProviderHeap: ContentProviderHeap.java This class is a simple heap structure for generating a sorted order for content providers. Created: Mon Oct 4 13:28:09 1999
StringHeap: This class is a simple heap structure for sorting Strings lexicographically. It is mainly used in WebMail for generating a sorted output of Hashkeys.
FileLogger: This is an asynchronous Logger thread that accepts log messages to a Queue and writes them to the logfile from time to time (all 5 seconds).
ConfigurationListener: Objects that register configuration parameters should implement this. They will then be notified whenever their configuration changes.
ConfigStore: This class is a generic storage for configuration parameters. Subclasses must implement setConfigRaw and getConfigRaw.
ExpireableCache: This class represents a cache that automatically expires objects when a certain fillness factor is reached.
XMLGenericModel: A generic representation of WebMail data. Contains mainly state information and the system configuration
ServletLogger: This logger implementation logs all WebMail logfile entries using the Servlet Container's log facility.
Fancyfier: Do some fancifying with the messages. Also filters JavaScript. Created: Mon Feb 22 14:55:36 1999
XMLSystemData: This class represents methods for accessing WebMail's system configuration in a XML tree.
XMLCommon: This class contains some static methods that are used commonly in other WebMail parts.
UnchangeableStringConfigParameter: This is a parameter that cannot be changed. Created: Tue Oct 19 16:16:18 1999
XMLResourceBundle: A ResourceBundle implementation that uses a XML file to store the resources.
WebMailServer: This is WebMails main server. From here most parts will be administered.
JavaScriptFilter: Filter JavaScript content from HTML messages to avoid security problems.

Home | Contact Us | Privacy Policy | Terms of Service