Closed
Bug 969970
Opened 12 years ago
Closed 12 years ago
[Sora][Email]The POP account sync all the emails in the server
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect, P2)
Firefox OS Graveyard
Gaia::E-Mail
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sync-1, Unassigned)
Details
(Keywords: feature)
the latest id: Mozilla build ID: 20140118004001 FFOS: 1.3
DEFECT DESCRIPTION:
The POP account sync all the emails in the server.
REPRODUCING PROCEDURES:
1,In idle interface ,open "Email"
2,Input "Your name","account name","password","POP+SMTP"->Tap "next"
3,Enter the account successfully->receive some emails
4,Observing the email number
EXPECTED BEHAVIOUR:
The POP account should sync the constant number.For example :25
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:
REPRODUCING RATE:10/10
Comment 1•12 years ago
|
||
Sounds like a feature request to restrict number of emails synced.
Keywords: feature
Comment 2•12 years ago
|
||
We already do this on v1.3; the number is set to 100:
https://github.com/mozilla-b2g/gaia/blob/v1.3/apps/email/js/ext/mailapi/worker-bootstrap.js#L4713
We save the state every 50:
https://github.com/mozilla-b2g/gaia/blob/v1.3/apps/email/js/ext/mailapi/worker-bootstrap.js#L4706
Reporter, can you confirm that in a POP3 folder with more than 100 messages we are synchronizing more than 100 messages?
Status: NEW → UNCONFIRMED
Ever confirmed: false
Flags: needinfo?(sync-1)
(In reply to comment #2)
> Comment from Mozilla:We already do this on v1.3; the number is set to 100:
>
> https://github.com/mozilla-b2g/gaia/blob/v1.3/apps/email/js/ext/mailapi/worker-bootstrap.js#L4713
>
> We save the state every 50:
>
> https://github.com/mozilla-b2g/gaia/blob/v1.3/apps/email/js/ext/mailapi/worker-bootstrap.js#L4706
>
>
> Reporter, can you confirm that in a POP3 folder with more than 100 messages we
> are synchronizing more than 100 messages?
>
Through testing, the number of synchronization messages is 100, so it is not a bug.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(sync-1)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•