summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter
AgeCommit message (Collapse)Author
2015-08-11Moved MailStore interface to extra file.Folker Bernitt
- Issue #420
2015-08-11mailbox collision shouldnt cancel operationVictor Shyba
2015-08-11Added delete_mailbox to leap mail store.Folker Bernitt
2015-08-11Added tests to get mails within a mailbox.Folker Bernitt
2015-08-11Added delete mail to mail store.Folker Bernitt
- Fix for empty mails returned by leap_mail.
2015-08-11Added actual assert to add_mail mail store test.Folker Bernitt
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
- Add message does not yet mail index
2015-08-11Added all_mails to LeapMailStore.Folker Bernitt
2015-08-11Fix: reordered code and added missing yield.Folker Bernitt
2015-08-11Added leap mailstore integration test.Folker Bernitt
2015-08-11Added include_body to get_mail.Folker Bernitt
2015-08-11Added to_dict and get_mails to mail storage.Folker Bernitt
2015-08-11Started work on MailStore abstraction.Folker Bernitt
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
- Fixed test_mailbox.py
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed test_mark_as_read_unread.py.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵Folker Bernitt
implementation.
2015-08-11Temporary fix: INBOX as default mailbox name.Folker Bernitt
2015-08-11Fixed get_lastuid in test_soledad_querier.py.Folker Bernitt
2015-08-11yields and small changes to make incoming mail fetching workVictor Shyba
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11fix integration test_searchVictor Shyba
2015-08-11unfortunately, this is still to be fixed yet. Re-adding FIXME warningVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11Use mbox instead of mbox_uuid as mailbox_name.Folker Bernitt
2015-08-11Some more yields.Folker Bernitt
2015-08-11fixing querier integration testsVictor Shyba
2015-08-11Fixing integration tests.Folker Bernitt
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11Get single mail endpoint works.Folker Bernitt
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11prepare mailbox tests, missing property functionality on mail.py onlyVictor Shyba
2015-08-11attachment now supports deferredVictor Shyba
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-08-11Added some more yields to the soledad wrapper code.Folker Bernitt
2015-08-11Working on pixelated-user-agent.Folker Bernitt
- Startup works till all mails are queried
2015-08-11setup search engine using inlineCallbacksVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-06-12[refactor] use flags property on mailVictor Shyba
Use it instead of reapeating fdoc.content[flags]
2015-06-12[refactor] SearchEngine does not need a querierVictor Shyba
It was used only to retrieve encryption key. This should be done by who is using it.
2015-06-09AttachmentsResource don't need querier anymore, RootResource doesn't need it tooBruno Wagner
2015-06-07smtp with better variable naming and random portVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways.
2015-06-05if exception variable isnt used, we shouldnt declare it for cleaner codeVictor Shyba
2015-06-04[feat] async index writer to avoid locking #404Victor Shyba
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now.
2015-06-04removing unused importsVictor Shyba
2015-06-04removing unnecessary extra queryVictor Shyba