dovecot / imaptest

IMAP server tester
Other
51 stars 21 forks source link

tests: remove fetches for invalid binary parts #2

Closed brong closed 2 years ago

brong commented 7 years ago

RFC 3516: section-binary = "[" [section-part] "]"

RFC 3501: section-part = nz-number *("." nz-number) ; body part nesting

Its not valid to fetch binary[text] or binary[1.mime] or binary[1.header], so remove those tests

cmouse commented 7 years ago

Hi! Thanks, we'll take a look at this.

sirainen commented 2 years ago

Looks like this was already merged in 2017, but wasn't closed.