Uses of Class
com.sun.mail.iap.Argument

Packages that use Argument
com.sun.mail.iap   
 

Uses of Argument in com.sun.mail.iap
 

Methods in com.sun.mail.iap with parameters of type Argument
 void Argument.append(Argument arg)
          append the given Argument to this Argument.
 Response[] Protocol.command(java.lang.String command, Argument args)
          Send a command to the server.
 void Protocol.simpleCommand(java.lang.String cmd, Argument args)
          Convenience routine to handle simple IAP commands that do not have responses specific to that command.
 void Argument.writeArgument(Argument c)
          Write out as parenthesised list.
 java.lang.String Protocol.writeCommand(java.lang.String command, Argument args)
           
 



Copyright © 2012. All Rights Reserved.