Tests whether the user associated with this session
is allowed to administrate jwma and throws
a JwmaException if not, thus ensuring an
administrative user.
Returns the JwmaMessageInfoListImpl instance that
contains a list of stored JwmaMessageInfoImpl references
wrapping information about the messages in the wrapped mailfolder.
Class that provides a MultipartInputStream by wrapping
an existant InputStream.
It implements size limit checking and serves as a
DataSource for handling with
Mail API (or other JAF aware) classes.
This method is used to circumvent a bug (or feature) in the
URLClassLoader, which prevents it from being able to use file
url's with path strings which contain a ..
Example:
/usr/local/tomcat/bin/../webapps/webmail/WEB-INF/i18n/
does not properly work, whereas
/usr/local/tomcat/webapps/webmail/WEB-INF/i18n/
which represents the same (for the File class it makes
no difference whatsoever), but works.