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

Finish implementing DummyMailstore to provide full in-memory storage functionality #6

Closed
jordwest opened this issue May 1, 2015 · 0 comments
Assignees

Comments

@jordwest
Copy link
Owner

jordwest commented May 1, 2015

DummyMailstore currently returns fixed responses for some requests. It should be capable of storing emails in-memory. Currently some of this work is done, with a few sample emails stored in a slice. However functions like MessageSetBySequenceNumber still return hardcoded responses. DummyMailstore should be a full demonstration implementation of a mail storage.

@jordwest jordwest self-assigned this May 1, 2015
jordwest added a commit that referenced this issue May 9, 2015
sequence numbers and UIDs. Added tests for dummy mailstore implementation.
Added logic to sequence range interpretation to automatically sort the
range into min and max and reduce things like *:* down to *
Added command line debug printing of dummy mailbox and arbitrary
slices of messages. #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant