com.infoengine.email
Class UnsubscribeFolders

java.lang.Object
  extended bycom.infoengine.email.AbstractWebject
      extended bycom.infoengine.email.UnsubscribeFolders

public class UnsubscribeFolders
extends AbstractWebject


Field Summary
private static String RESOURCE
           
 
Fields inherited from class com.infoengine.email.AbstractWebject
domain, groupOut, groupOutName, logWriter, serviceName, task, webject
 
Constructor Summary
UnsubscribeFolders()
           
 
Method Summary
 void run(javax.mail.Store store)
          Unsubscribes folders.
 
Methods inherited from class com.infoengine.email.AbstractWebject
addElement, addElement, addElement, addElements, addGroup, addGroupOut, getGroupOutName, getParam, getParam, getParams, getParamsAsArray, getTask, getType, getType, getWhere, initialize, query, query
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

UnsubscribeFolders

public UnsubscribeFolders()
Method Detail

run

public void run(javax.mail.Store store)
         throws IEException
Unsubscribes folders.

Specified by:
run in class AbstractWebject
Parameters:
store - The message store in which to unsubscribe folders.
Throws:
IEException