Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would ↵ | Matt A. Tobin | 2019-11-10 | -6/+8 |
| | | | | | | | | occur. MOZ_ASSERT changed to NS_WARNING. Also correctly handle case where last chunk ends with \r. Tested to make sure that regression identified in Bug 1494764 comment 10 remains fixed and that non-chunked and chunked messages are handled correctly including when \r\n is split between chunks. Tag #1273 | |||
* | Bug 145113 - Make "next chunk starts with newline" flag a member variable to ↵ | Matt A. Tobin | 2019-11-10 | -9/+9 |
| | | | | | | fix MOZ_ASSERT(). Tag #1273 | |||
* | Bug 1216951 - Fix broken handling of split CR and LF between chunks. | Matt A. Tobin | 2019-11-10 | -26/+98 |
| | | | | Tag #1273 | |||
* | Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-05 | -0/+2 |
| | | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected. | |||
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 | Matt A. Tobin | 2019-11-03 | -0/+3360 |