Skip to content

Commit

Permalink
imap-list-myrights: remove 'n' right from example - resolves issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Mar 22, 2018
1 parent 6f1fc7b commit a456fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-extra-imap-list-myrights.xml
Expand Up @@ -22,7 +22,7 @@
<?rfc compact="yes"?>
<?rfc strict="yes"?>
<rfc category="std" ipr='trust200902'
docName='draft-ietf-extra-imap-list-myrights-01'>
docName='draft-ietf-extra-imap-list-myrights-02'>
<front>
<title abbrev="IMAP LIST-MYRIGHTS">IMAP4 Extension for Returning
MYRIGHTS Information in Extended LIST</title>
Expand Down Expand Up @@ -129,7 +129,7 @@
<artwork><![CDATA[
C: A01 LIST "" % RETURN (MYRIGHTS)
S: * LIST () "." "INBOX"
S: * MYRIGHTS "INBOX" lrswipkxtecdan
S: * MYRIGHTS "INBOX" lrswipkxtecda
S: * LIST () "." "foo"
S: * MYRIGHTS "foo" lrs
S: * LIST (\NonExistent) "." "bar"
Expand All @@ -147,7 +147,7 @@ S: A01 OK List completed.
<artwork><![CDATA[
C: A02 LIST (SUBSCRIBED RECURSIVEMATCH) "" % RETURN (MYRIGHTS)
S: * LIST (\Subscribed) "." "INBOX"
S: * MYRIGHTS "INBOX" lrswipkxtecdan
S: * MYRIGHTS "INBOX" lrswipkxtecda
S: * LIST () "." "foo" (CHILDINFO ("SUBSCRIBED"))
S: A02 OK List completed.
]]></artwork>
Expand Down

0 comments on commit a456fe5

Please sign in to comment.