Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #21 - Remove remaining telemetry structs, callers and flags. | Moonchild | 2022-04-02 |
| | |||
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 |
| | |||
* | Bug 1176399 - Multiple requests for master password when GMail OAuth2 is ↵ | Gaming4JC | 2019-12-30 |
| | | | | enabled. | ||
* | Bug 1482248 - don't crash on empty file name in ↵ | Gaming4JC | 2019-12-02 |
| | | | | | | nsMsgLocalStoreUtils::nsShouldIgnoreFile. Tag #1311 | ||
* | Bug 786683 - check success of GetFilePath() throughout nsMsgBrkMBoxStore.cpp. | Matt A. Tobin | 2019-11-11 |
| | | | | Tag #1273 | ||
* | Bug 906469 - fix maildir crash while parsing a folder. | Matt A. Tobin | 2019-11-10 |
| | | | | Tag #1273 | ||
* | Bug 1333038 - Use 'modern' pointers to fix crash due to ↵ | Matt A. Tobin | 2019-11-10 |
| | | | | | | | | nsMsgLineStreamBuffer object being deleted while still in use. Suspected "use after free" in nsMsgLineStreamBuffer::ReadNextLine() leading to crash since object may be destroyed while still in use on another thread. Tag #1273 | ||
* | Bug 1317117 - call msgStore folder deletion during imap/news empty trash. | Matt A. Tobin | 2019-11-10 |
| | | | | | | Also factors out some common code into nsMSgDBFolder::Delete(), and makes a couple of incidental changes to try and clarify the responsibilies of nsIMsgPluggableStore::DeleteFolder(). Tag #1273 | ||
* | Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces | Matt A. Tobin | 2019-11-10 |
| | | | | Tag #1273 | ||
* | Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵ | Matt A. Tobin | 2019-11-10 |
| | | | | | | | | | | | conversion constructors * Part 1: make conversion CTORs explicit. Minor tweaks to conform with new(ish) static analysis rule which flags up implicit single-argument conversion constructors. * Part 2: fix a couple of double-mRefCnt declaration errors. * Part 3: Fix unsafe use of NS_ConvertASCIItoUTF16(). Tag #1273 | ||
* | Bug 1427732 - fix newline handling when copying messages and compacting folders. | Matt A. Tobin | 2019-11-10 |
| | | | | Tag #1273 | ||
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 | Matt A. Tobin | 2019-11-03 |