Ticket #3949 defect closed fixed
IMAP4Server bodystructure body parameter parenthesized list too deeply parenthesized
| Reported by: | biny | Owned by: | argonemyth |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Keywords: | ||
| Cc: | thijs, fei@… | Branch: | |
| Author: | Launchpad Bug: |
Description
The third item in bodystructure is body parameter parenthesized list, RFC 3501 says:
body parameter parenthesized list
A parenthesized list of attribute/value pairs [e.g., ("foo" "bar" "baz" "rag") where "bar" is the value of "foo", and "rag" is the value of "baz"] as defined in [MIME-IMB].
twisted.mail.test.test_imap.NewFetchTestCase.testFetchBodyStructure expects
[['name', 'thing'], ['key', 'value']]
and this is clearly wrong.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

