| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
This prevents mail applications from attempting to use an unauthenticated connection to mailbox(s) and avoid unexpected deletion of local mbox files and subsequent re-download of mailbox content over imap.
|
|
|
|
| |
enabled.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
where it would occur.
Tag #1273
|
| |
|
|
|
|
| |
Tag #1273
|
|
|
|
|
|
| |
m_hostSessionList an nsCOMPtr.
Tag #1273
|
|
|
|
|
|
| |
User is notifified and IDLE state is not entered if IDLE command fails.
Tag #1273
|
|
|
|
|
|
| |
avoid shutdown crash.
Tag #1273
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
fix MOZ_ASSERT().
Tag #1273
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Tag #1273
|
|
|
|
| |
Tag #1273
|
|
|
|
| |
Tag #1273
|
|
|
|
|
|
| |
check for m_runningUrl && m_hostSessionList.
Tag #1273
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This only applies to non-literal+ appends. Bad response typically occurs when {size} parameter of append command is larger than server can accept. This prevents TB from sending megabytes of data to a server that has already rejected it.
Tag #1273
|
|
|
|
|
|
|
|
| |
effect.
This is because it was only used in response to a CAPABILITY imap request. However, often CAPABILITY response occurs without a request so TB sees no need to do a request. Fix by moving the usage of use_literal_plus to where LITERAL+ capability is actually used.
Tag #1273
|
|
|
|
|
|
| |
system principal is used.
Tag #1273
|
|
|
|
| |
Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
|
|
|