Uses of Interface
org.eclipse.angus.mail.iap.Literal
-
Packages that use Literal Package Description org.eclipse.angus.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of Literal in org.eclipse.angus.mail.iap
Methods in org.eclipse.angus.mail.iap with parameters of type Literal Modifier and Type Method Description ArgumentArgument. writeBytes(Literal b)Write out given data as a literal. -
Uses of Literal in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol with parameters of type Literal Modifier and Type Method Description voidIMAPProtocol. append(java.lang.String mbox, Flags f, java.util.Date d, Literal data)APPEND Command.AppendUIDIMAPProtocol. appenduid(java.lang.String mbox, Flags f, java.util.Date d, Literal data)APPEND Command, return uid from APPENDUID response code.AppendUIDIMAPProtocol. appenduid(java.lang.String mbox, Flags f, java.util.Date d, Literal data, boolean uid)
-