| Modifier and Type | Method and Description |
|---|---|
abstract List<UpdatedFlags> |
MailboxListener.FlagsUpdated.getUpdatedFlags() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<UpdatedFlags> |
HBaseMessageMapper.updateFlags(Mailbox<UUID> mailbox,
javax.mail.Flags flags,
boolean value,
boolean replace,
MessageRange set) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<UpdatedFlags> |
MaildirMessageMapper.updateFlags(Mailbox<Integer> mailbox,
javax.mail.Flags flags,
boolean value,
boolean replace,
MessageRange set) |
| Modifier and Type | Method and Description |
|---|---|
List<UpdatedFlags> |
MailboxEventDispatcher.FlagsUpdatedImpl.getUpdatedFlags() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailboxEventDispatcher.flagsUpdated(MailboxSession session,
List<Long> uids,
Mailbox<Id> mailbox,
List<UpdatedFlags> uflags)
Should get called when the message flags were update in a Mailbox.
|
| Constructor and Description |
|---|
MailboxEventDispatcher.FlagsUpdatedImpl(MailboxSession session,
Mailbox<Id> mailbox,
List<Long> uids,
List<UpdatedFlags> uFlags) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<UpdatedFlags> |
AbstractMessageMapper.updateFlags(Mailbox<Id> mailbox,
javax.mail.Flags flags,
boolean value,
boolean replace,
MessageRange set) |
Iterator<UpdatedFlags> |
MessageMapper.updateFlags(Mailbox<Id> mailbox,
javax.mail.Flags flags,
boolean value,
boolean replace,
MessageRange set)
Update flags for the given
MessageRange. |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.