org.opencrx.application.mail.importer
Class MailImporterConfig

java.lang.Object
  extended by org.opencrx.application.mail.importer.MailImporterConfig

public class MailImporterConfig
extends Object


Field Summary
protected  boolean deleteImportedMessages
           
protected  String mailbox
           
protected  String mailServiceName
           
 
Constructor Summary
MailImporterConfig(javax.jdo.PersistenceManager pm, String providerName, String segmentName)
          Get the MailImporter config from component configuration.
 
Method Summary
 boolean deleteImportedMessages()
           
 String getMailbox()
           
 String getMailServiceName()
           
 boolean isEMailAddressLookupCaseInsensitive()
           
 boolean isEMailAddressLookupIgnoreDisabled()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mailServiceName

protected final String mailServiceName

mailbox

protected final String mailbox

deleteImportedMessages

protected final boolean deleteImportedMessages
Constructor Detail

MailImporterConfig

public MailImporterConfig(javax.jdo.PersistenceManager pm,
                          String providerName,
                          String segmentName)
Get the MailImporter config from component configuration. Create default properties on-the-fly

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getMailServiceName

public String getMailServiceName()

getMailbox

public String getMailbox()

deleteImportedMessages

public boolean deleteImportedMessages()

isEMailAddressLookupCaseInsensitive

public boolean isEMailAddressLookupCaseInsensitive()

isEMailAddressLookupIgnoreDisabled

public boolean isEMailAddressLookupIgnoreDisabled()


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.