Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 1 | -0/+1 |
| | | | | | | | | | This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output. | ||||
* | update Barry's email (#19563) | Benjamin Peterson | 2013-12-23 | 6 | -7/+7 |
| | |||||
* | Correctly move email package tests to Lib/test. | R David Murray | 2011-03-21 | 49 | -0/+1897 |