public class MailboxItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MessageBody |
body
UID of the
MessageBody , guid in replication protocol |
java.util.List<MailboxItemFlag> |
flags |
long |
imapUid |
Constructor and Description |
---|
MailboxItem() |
Modifier and Type | Method and Description |
---|---|
static MailboxItem |
of(java.lang.String subject,
MessageBody.Part structure) |
java.lang.String |
toString() |
public MessageBody body
MessageBody
, guid in replication protocolpublic long imapUid
public java.util.List<MailboxItemFlag> flags
public static MailboxItem of(java.lang.String subject, MessageBody.Part structure)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2021. All Rights Reserved.