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)

Reply via email to