Ticket #3947 defect new
imap4.IMAPServer sends bodystructure body size as string
| Reported by: | biny | Owned by: | argonemyth |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Keywords: | imap fetch bodystructure | |
| Cc: | fei@… | Branch: | |
| Author: | Launchpad Bug: |
Description
Made test_imap.SimpleClient to log the received lines and ran test
twisted.mail.test.test_imap.NewFetchTestCase.testFetchBodyStructure
The bodystructure line received is
'* 0 FETCH (BODYSTRUCTURE ("text" "plain" (("name" "thing") ("key" "value")) "this-is-the-content-id" "describing-the-content-goes-here!" "8BIT" "20" "4" NIL NIL NIL))'
See how the body size is quoted. Now look at http://tools.ietf.org/html/rfc3501#section-7.4.2 and notice that the examples there do not have quotes around the body size.
Change History
Note: See
TracTickets for help on using
tickets.
