Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_mark_as_read_unread.py. | Folker Bernitt | |
2015-08-11 | Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵ | Folker Bernitt | |
implementation. | |||
2015-08-11 | Temporary fix: INBOX as default mailbox name. | Folker Bernitt | |
2015-08-11 | Fixed get_lastuid in test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | yields and small changes to make incoming mail fetching work | Victor Shyba | |
2015-08-11 | migrates smtp, working | Victor Shyba | |
2015-08-11 | fix integration.test_drafts | Victor Shyba | |
2015-08-11 | fixing integration.test_tags | Victor Shyba | |
2015-08-11 | fix integration test_search | Victor Shyba | |
2015-08-11 | unfortunately, this is still to be fixed yet. Re-adding FIXME warning | Victor Shyba | |
2015-08-11 | fix test_soledad_querier | Victor Shyba | |
2015-08-11 | Use mbox instead of mbox_uuid as mailbox_name. | Folker Bernitt | |
2015-08-11 | Some more yields. | Folker Bernitt | |
2015-08-11 | fixing querier integration tests | Victor Shyba | |
2015-08-11 | Fixing integration tests. | Folker Bernitt | |
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | Get single mail endpoint works. | Folker Bernitt | |
2015-08-11 | All mails now displays mails. | Folker Bernitt | |
2015-08-11 | prepare mailbox tests, missing property functionality on mail.py only | Victor Shyba | |
2015-08-11 | attachment now supports deferred | Victor Shyba | |
2015-08-11 | fix pep8 in order to run tests | Victor Shyba | |
2015-08-11 | Moved mark_all_as_not_recent to yield. | Folker Bernitt | |
2015-08-11 | Added some more yields to the soledad wrapper code. | Folker Bernitt | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried | |||
2015-08-11 | setup search engine using inlineCallbacks | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-12 | [refactor] use flags property on mail | Victor Shyba | |
Use it instead of reapeating fdoc.content[flags] | |||
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-09 | AttachmentsResource don't need querier anymore, RootResource doesn't need it too | Bruno Wagner | |
2015-06-07 | smtp with better variable naming and random port | Victor Shyba | |
2015-06-05 | Added creation of input mail from python message | Bruno 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-05 | if exception variable isnt used, we shouldnt declare it for cleaner code | Victor Shyba | |
2015-06-04 | [feat] async index writer to avoid locking #404 | Victor Shyba | |
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now. | |||
2015-06-04 | removing unused imports | Victor Shyba | |
2015-06-04 | removing unnecessary extra query | Victor Shyba | |
2015-06-04 | refactor unassigned list comprehension | Victor Shyba | |
2015-05-19 | stop unneeded index rebuild and endless marking of recent docs | rafael lisboa | |
(paired with @shyba) this should stop soledad sync from running repeatedly - removes all callbacks to the SOLEDAD_DONE_DATA_SYNC event after they’re called - avoid re-marking a document as recent if it was already marked | |||
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-14 | Log was leaking subject, changed to uid instead | Bruno Wagner | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |
2015-04-09 | Default broken Content-Transfer-Encoding to 8bit. | Folker Bernitt | |
- Issue #347 | |||
2015-04-09 | Added fallback to us ascii for invalid Content-Type values. | Folker Bernitt | |
- Issue #347 | |||
2015-04-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba | |
Welcome email | |||
2015-04-02 | catch invalid data in received header when parsing date. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | when receiving invalid data for date header, fall back to datetime.now. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | handle incorrectly encoded headers as ascii. | Lisa Junger | |
- Issue #347 | |||
2015-04-01 | Refactor lastuid and register wrapper on SYNC_DONE | Victor Shyba | |
-- Issue #334 | |||
2015-03-30 | Fixing if logic on _extract_alternative | Tiago Ferraz | |
2015-03-30 | Protection against None bdoc | Tiago Ferraz | |
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing |