[ 
https://issues.apache.org/jira/browse/NET-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011857#comment-13011857
 ] 

Sebb commented on NET-394:
--------------------------

The AuthenticatingIMAPClient currently uses sendUntaggedCommand(String) to send 
the authentication data.

This is not a command, but data, so the method should be renamed.
Also, AFAICT there is no need for the other variants which take additional or 
different parameters.

> Are the sendUntaggedCommand() methods needed?
> ---------------------------------------------
>
>                 Key: NET-394
>                 URL: https://issues.apache.org/jira/browse/NET-394
>             Project: Commons Net
>          Issue Type: Sub-task
>            Reporter: Sebb
>
> Are the sendUntaggedCommand() methods needed?
> As far as I can tell from reading the RFCs, clients always send tagged 
> commands, it is only the server that can respond with untagged replies.
> I think the methods should be removed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to