1 5464:564 ../imapserver/metadata.go:19
2RFC 5464, "The IMAP METADATA Extension", February 2009
3Source of RFC: IETF - NON WORKING GROUP
4Area Assignment: app
5See Also: RFC 5464 w/ inline errata
6
7Errata ID: 1692
8Status: Verified
9Type: Technical
10Publication Format(s) : TEXT
11Reported By: Alfred Hoenes
12Date Reported: 2009-02-22
13Verifier Name: Alexey Melnikov
14Date Verified: 2010-05-11
15
16Section 4.3, pg.11 says:
17
18 Arguments: mailbox-name
19| entry
20| value
21| list of entry, values
22
23It should say:
24 Arguments: mailbox-name
25| list of {entry, value} pairs
26
27Notes:
28
29Location is top of page 11.
30
31Rationale:
32 The prose version of the syntax specification is confusing.
33 The ABNF in Section 5 is much more specific, and the prose
34 should correspond to the ABNF. The relevant ABFN rules
35 in Section 5 (pg.14/15) are (stripped of comments):
36 setmetadata = "SETMETADATA" SP mailbox SP entry-values
37 entry-values = "(" entry-value *(SP entry-value) ")"
38 entry-value = entry SP value
39
40