1 5464:494 5464-eid2785:1 ../imapserver/metadata.go:20
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: 2786
8Status: Verified
9Type: Technical
10Publication Format(s) : TEXT
11Reported By: Timo Sirainen
12Date Reported: 2011-04-20
13Verifier Name: Barry Leiba
14Date Verified: 2012-05-08
15
16Section 4.2.2 says:
17
18 | C: a GETMETADATA "INBOX" (DEPTH 1)
19 (/private/filters/values)
20 S: * METADATA "INBOX" (/private/filters/values/small
21 "SMALLER 5000" /private/filters/values/boss
22 "FROM \"boss@example.com\"")
23 S: a OK GETMETADATA complete
24
25It should say:
26 | C: a GETMETADATA (DEPTH 1) "INBOX"
27 (/private/filters/values)
28 S: * METADATA "INBOX" (/private/filters/values/small
29 "SMALLER 5000" /private/filters/values/boss
30 "FROM \"boss@example.com\"")
31 S: a OK GETMETADATA complete
32
33Notes:
34
35Same reason as for the section 4.2.1 errata.
36
37