[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-20 Thread David Bremner
Austin Clements writes: > RFC 2047 states that the encoding and charset in an encoded word are > case-insensitive, so force them to lower case in the reply test. This > fixes an issue caused by GMime versions (somewhere between 2.6.10 and > 2.6.16), which changed the capitalization of the

Re: [PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-20 Thread David Bremner
Austin Clements amdra...@mit.edu writes: RFC 2047 states that the encoding and charset in an encoded word are case-insensitive, so force them to lower case in the reply test. This fixes an issue caused by GMime versions (somewhere between 2.6.10 and 2.6.16), which changed the capitalization

[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-19 Thread Jani Nikula
On Mon, 19 Aug 2013, Tomi Ollila wrote: > On Mon, Aug 19 2013, Austin Clements wrote: > >> RFC 2047 states that the encoding and charset in an encoded word are >> case-insensitive, so force them to lower case in the reply test. This >> fixes an issue caused by GMime versions (somewhere between

[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-19 Thread Tomi Ollila
On Mon, Aug 19 2013, Austin Clements wrote: > RFC 2047 states that the encoding and charset in an encoded word are > case-insensitive, so force them to lower case in the reply test. This > fixes an issue caused by GMime versions (somewhere between 2.6.10 and > 2.6.16), which changed the

[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-19 Thread Austin Clements
RFC 2047 states that the encoding and charset in an encoded word are case-insensitive, so force them to lower case in the reply test. This fixes an issue caused by GMime versions (somewhere between 2.6.10 and 2.6.16), which changed the capitalization of the encoding. --- test/reply |8