Uses of Class
com.sun.mail.iap.Argument
-
Packages that use Argument Package Description com.sun.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.com.sun.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of Argument in com.sun.mail.iap
Methods in com.sun.mail.iap that return Argument Modifier and Type Method Description ArgumentArgument. append(Argument arg)Append the given Argument to this Argument.ArgumentArgument. writeArgument(Argument c)Write out as parenthesised list.ArgumentArgument. writeAtom(String s)Write out given string as an Atom.ArgumentArgument. writeBytes(byte[] b)Write out given byte[] as a Literal.ArgumentArgument. writeBytes(Literal b)Write out given data as a literal.ArgumentArgument. writeBytes(ByteArrayOutputStream b)Write out given ByteArrayOutputStream as a Literal.ArgumentArgument. writeNString(String s)Write out given string as an NSTRING, depending on the type of the characters inside the string.ArgumentArgument. writeNString(String s, String charset)Convert the given string into bytes in the specified charset, and write the bytes out as an NSTRINGArgumentArgument. writeNString(String s, Charset charset)Convert the given string into bytes in the specified charset, and write the bytes out as an NSTRINGArgumentArgument. writeNumber(int i)Write out number.ArgumentArgument. writeNumber(long i)Write out number.ArgumentArgument. writeString(String s)Write out given string as an ASTRING, depending on the type of the characters inside the string.ArgumentArgument. writeString(String s, String charset)Convert the given string into bytes in the specified charset, and write the bytes out as an ASTRINGArgumentArgument. writeString(String s, Charset charset)Convert the given string into bytes in the specified charset, and write the bytes out as an ASTRINGMethods in com.sun.mail.iap with parameters of type Argument Modifier and Type Method Description ArgumentArgument. append(Argument arg)Append the given Argument to this Argument.Response[]Protocol. command(String command, Argument args)Send a command to the server.voidProtocol. simpleCommand(String cmd, Argument args)Convenience routine to handle simple IAP commands that do not have responses specific to that command.ArgumentArgument. writeArgument(Argument c)Write out as parenthesised list.StringProtocol. writeCommand(String command, Argument args) -
Uses of Argument in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that return Argument Modifier and Type Method Description protected ArgumentSearchSequence. and(AndTerm term, String charset)protected ArgumentSearchSequence. body(BodyTerm term, String charset)protected ArgumentSearchSequence. flag(FlagTerm term)protected ArgumentSearchSequence. from(String address, String charset)ArgumentSearchSequence. generateSequence(SearchTerm term, String charset)Generate the IMAP search sequence for the given search expression.protected ArgumentSearchSequence. header(HeaderTerm term, String charset)protected ArgumentSearchSequence. messageid(MessageIDTerm term, String charset)protected ArgumentSearchSequence. modifiedSince(ModifiedSinceTerm term)Generate argument for ModifiedSinceTerm.protected ArgumentSearchSequence. not(NotTerm term, String charset)protected ArgumentSearchSequence. older(OlderTerm term)Generate argument for OlderTerm.protected ArgumentSearchSequence. or(OrTerm term, String charset)protected ArgumentSearchSequence. receiveddate(DateTerm term)protected ArgumentSearchSequence. recipient(Message.RecipientType type, String address, String charset)protected ArgumentSearchSequence. sentdate(DateTerm term)protected ArgumentSearchSequence. size(SizeTerm term)protected ArgumentSearchSequence. subject(SubjectTerm term, String charset)protected ArgumentSearchSequence. younger(YoungerTerm term)Generate argument for YoungerTerm.Methods in com.sun.mail.imap.protocol with parameters of type Argument Modifier and Type Method Description protected voidIMAPProtocol. writeMailboxName(Argument args, String name)Encode a mailbox name appropriately depending on whether or not the server supports UTF-8, and add the encoded name to the Argument.
-