You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2017/02/15 20:16:41 UTC

[jira] [Created] (NET-615) IMAPClient could simplify using empty arguments

Sebb created NET-615:
------------------------

             Summary: IMAPClient could simplify using empty arguments
                 Key: NET-615
                 URL: https://issues.apache.org/jira/browse/NET-615
             Project: Commons Net
          Issue Type: Improvement
            Reporter: Sebb


Several IMAP commands require arguments.
For example LIST and LSUB require 2 arguments
However these arguments can be the empty string, which needs to be quoted, for example:
bq. LIST "" ""
This is awkward to code at present:
{code}
imap.list("\"\"","\"\"")
{code}
so it would be useful if NET could handle this case internally



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)