Closed
Bug 804922
Opened 12 years ago
Closed 7 years ago
[email/IMAP] implement 'check' operation check_append for IMAP APPEND command, ensuring sent message are saved to Sent folder even in event of failure
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(blocking-basecamp:-, tracking-b2g:backlog)
RESOLVED
WONTFIX
People
(Reporter: asuth, Unassigned)
References
Details
(Keywords: dataloss)
Bug 802359 has landed, providing support for saving sent messages to the Sent folder on IMAP servers. This is done using our IMAP APPEND command which was initially introduced for our unit tests and so does not have a 'check' mode of operation that does something useful. This can result in effective data-loss (like bug 804904 for move/delete) because if we encounter a failure when appending the message, we will give up on appending the message. The result is that the user will have sent the message, but not know that they sent the message.
Comment 1•12 years ago
|
||
Per triage: while this is not blocking the release, it's a minor dataloss bug we'd like to see fixed after blockers are done.
blocking-basecamp: ? → -
Keywords: dataloss
Updated•11 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•