com.atlassian.jira.service.services.imap
Class ImapService

java.lang.Object
  extended bycom.atlassian.jira.service.AbstractService
      extended bycom.atlassian.jira.service.services.file.AbstractMessageHandlingService
          extended bycom.atlassian.jira.service.services.pop.PopService
              extended bycom.atlassian.jira.service.services.imap.ImapService
All Implemented Interfaces:
JiraService

public class ImapService
extends PopService


Field Summary
protected static java.lang.String IMAP_PROTOCOL
           
 
Fields inherited from class com.atlassian.jira.service.services.pop.PopService
mailserverId, POP_PROTOCOL
 
Fields inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
handler, KEY_HANDLER, KEY_HANDLER_PARAMS
 
Fields inherited from class com.atlassian.jira.service.AbstractService
name
 
Constructor Summary
ImapService()
           
 
Method Summary
protected  java.lang.String getProtocol()
          As a basic IMAP service, just use the PopService with the imap protocol.
 
Methods inherited from class com.atlassian.jira.service.services.pop.PopService
destroy, getObjectConfiguration, init, run
 
Methods inherited from class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
getHandler
 
Methods inherited from class com.atlassian.jira.service.AbstractService
getDefaultProperty, getDescription, getLongProperty, getObjectConfiguration, getProperties, getProperty, hasProperty, isInternal, isUnique
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAP_PROTOCOL

protected static final java.lang.String IMAP_PROTOCOL
See Also:
Constant Field Values
Constructor Detail

ImapService

public ImapService()
Method Detail

getProtocol

protected java.lang.String getProtocol()
As a basic IMAP service, just use the PopService with the imap protocol.

Overrides:
getProtocol in class PopService