Closed
Bug 918200
Opened 11 years ago
Closed 11 years ago
[email] POP3 support: Implement header-only and/or snippet fetching
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 Sprint 3 - 10/25
People
(Reporter: asuth, Assigned: mcav)
References
Details
Implement the back-end support so that POP3 initially synchronizes only the envelope of a message, then later can go back to fetch the snippets, then finally, when requested, the body.
This is a refinement of the whole-body fetching which we first plan to implement.
Besides the downloading bits, which we do not expect to be particularly complex, the other key bits are:
- Heuristic for deciding whether there's an attachment or not. We're mainly thinking check for the existence of multipart/mixed at the outer header level without evidence showing there are no attachments, as well as just guessing based on message size. Huge messages will tend to have attachments.
- Making sure the mailparser handles an EOF occurring during a message body. It probably already handles this, though there might be some edge cases, etc.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mcav
Updated•11 years ago
|
Target Milestone: --- → 1.3 Sprint 3 - 10/25
Assignee | ||
Comment 1•11 years ago
|
||
Landed support in bug 832924.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•