Uploaded image for project: 'Commons Net'
  1. Commons Net
  2. NET-615

IMAPClient could simplify using empty arguments

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      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:

      LIST "" ""

      This is awkward to code at present:

      imap.list("\"\"","\"\"")
      

      so it would be useful if NET could handle this case internally

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sebb Sebb
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: