Rakesh API

Uses of Class
org.rakeshv.mail.MailException

Packages that use MailException
org.rakeshv.mail Classes developed for a web-based IMAP client. 
 

Uses of MailException in org.rakeshv.mail
 

Methods in org.rakeshv.mail that throw MailException
private  void WebMailBean.cacheFolders()
          Cache all of the folders underneath the default folder.
private  void WebMailBean.connect(java.lang.String password)
          Attempt to get a connection to the specified host on the specified port as the specified user using the specified password.
private  void WebMailBean.copyMessages(javax.servlet.http.HttpServletRequest request)
          Copy the specified message(s) from the WebMailBean.currentFolder to the specified folder.
private  void WebMailBean.createFolder(java.lang.String folder)
          Create the specified folder.
static MailPreferences MailPreferences.createMailPreferences(java.lang.String file)
          Just invokes MailPreferences.createMailPreferences( String, String ) with a null value for the default SAX Parser.
static MailPreferences MailPreferences.createMailPreferences(java.lang.String file, java.lang.String saxParser)
          Create a new mail preferences file using the fully qualified file name specified, and using the specified SAX Parser to load the XML file that has been created.
private  void WebMailBean.deleteFolder(java.lang.String folder)
          Delete the specified folder.
private  void WebMailBean.deleteMessages(javax.servlet.http.HttpServletRequest request)
          Delete the specified message(s) from the WebMailBean.currentFolder.
 void WebMailBean.doCommand(javax.servlet.http.HttpServletRequest request)
          Perform a specialised command.
 java.lang.String WebMailBean.getMessageText()
          Get the text for the message.
private  void MailPreferences.loadMailPreferences(java.lang.String saxParser)
          Load the address book XML file (MailPreferences.fileName) using JDOM, and populate the instance variables.
private  void WebMailBean.moveMessages(javax.servlet.http.HttpServletRequest request)
          Move the specified message(s) from the WebMailBean.currentFolder to the specified folder.
 void MailPreferences.saveMailPreferences()
          Write the JDOM tree back to the address book file.
 void WebMailBean.sendMessage(WriteFormParser formParser)
          Send a new message.
 void UserPreferences.setFileName(java.lang.String fileName)
          Set UserPreferences.fileName.
 void ServerPreferences.setFileName(java.lang.String fileName)
          Set ServerPreferences.fileName.
 void WebMailBean.setFolder(java.lang.String folderName)
          Set the specified folder as the current folder.
 void WebMailBean.setPassword(java.lang.String password)
          Set the password for the user.
 

Constructors in org.rakeshv.mail that throw MailException
MailPreferences(java.lang.String fileName)
          Just invoke MailPreferences.MailPreferences( String, String ) with a value of null for the preferred SAX Parser to use.
MailPreferences(java.lang.String fileName, java.lang.String saxParser)
          Load the specified address book XML file using the specified SAX Parser.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan