public abstract class MailboxWalk
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MailboxWalk.SharedMailboxWalk  | 
static class  | 
MailboxWalk.UserMailboxWalk  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BmContext | 
context  | 
protected java.lang.String | 
domainUid  | 
protected ItemValue<Mailbox> | 
mbox  | 
protected Server | 
srv  | 
| Modifier and Type | Method and Description | 
|---|---|
static MailboxWalk | 
create(BmContext context,
      ItemValue<Mailbox> mbox,
      java.lang.String domainUid,
      Server srv)  | 
abstract void | 
folders(java.util.function.BiConsumer<StoreClient,java.util.List<ListInfo>> process,
       IServerTaskMonitor monitor)  | 
protected final java.lang.String domainUid
protected final BmContext context
protected final Server srv
public static MailboxWalk create(BmContext context, ItemValue<Mailbox> mbox, java.lang.String domainUid, Server srv)
public abstract void folders(java.util.function.BiConsumer<StoreClient,java.util.List<ListInfo>> process, IServerTaskMonitor monitor)
Copyright © 2023. All Rights Reserved.