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 2018/10/05 19:42:00 UTC

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

     [ https://issues.apache.org/jira/browse/NET-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved NET-615.
----------------------
    Resolution: Fixed

URL: http://svn.apache.org/viewvc?rev=1842969&view=rev
Log:
NET-614 IMAP fails to quote/encode mailbox names...

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)