Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abstraction layer for local message storage in ImapSync #3421

Merged
merged 2 commits into from
Jun 2, 2018

Conversation

cketti
Copy link
Member

@cketti cketti commented Jun 2, 2018

No description provided.


unsyncedMessages.add(message);
} else {
Timber.v("Message with uid %s is partially or fully downloaded", message.getUid());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where'd this part go? not needed anymore because of the stuff below?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ImapStore never returns messages with either Flag.X_DOWNLOADED_FULL or Flag.X_DOWNLOADED_PARTIAL set. I removed the branch so I didn't have to add additional methods to BackendFolder.

@Valodim
Copy link
Contributor

Valodim commented Jun 2, 2018

only did a cursory sanity check, looks ok to me

@cketti cketti merged commit 705ca3e into master Jun 2, 2018
@cketti cketti deleted the LocalMessageStore branch June 2, 2018 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants