org.alfresco.repo.imap
Class ImapService.FolderStatus

java.lang.Object
  extended by org.alfresco.repo.imap.ImapService.FolderStatus
Enclosing interface:
ImapService

public static class ImapService.FolderStatus
extends java.lang.Object


Field Summary
 java.lang.String changeToken
           
 int firstUnseen
           
 int messageCount
           
 int recentCount
           
 java.util.NavigableMap search
           
 long uidValidity
           
 int unseenCount
           
 
Constructor Summary
ImapService.FolderStatus(int messageCount, int recentCount, int firstUnseen, int unseenCount, long uidValidity, java.lang.String changeToken, java.util.NavigableMap search)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageCount

public final int messageCount

recentCount

public final int recentCount

firstUnseen

public final int firstUnseen

unseenCount

public final int unseenCount

uidValidity

public final long uidValidity

changeToken

public final java.lang.String changeToken

search

public final java.util.NavigableMap search
Constructor Detail

ImapService.FolderStatus

public ImapService.FolderStatus(int messageCount,
                                int recentCount,
                                int firstUnseen,
                                int unseenCount,
                                long uidValidity,
                                java.lang.String changeToken,
                                java.util.NavigableMap search)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.