Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-04 | Prepare removing SoledadQuerier from Mail | kaeff | |
Discovered that Mail#save was still using SoledadQuerier. There were 3 methods using it: - update_tags: Covered by MailService -> moved test & fixed impl - mark_as_read: Already implemented on MailService -> removed - mark_as_unread: Still needs to be moved - remove_all_tags: Unused -> deleted - mark_as_not_recent: Unused -> deleted Issue: #432 | |||
2015-09-04 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
2015-09-02 | Revert "[refactor] Move search mails into searchable_mailstore" | Victor Shyba | |
This reverts commit 97b50f5b886928c70edcbcea149ced10f7065f19. | |||
2015-09-02 | Download attachments from mail store instead of querier | Folker Bernitt | |
- Issue #435 - Improved error handling of attachment resource | |||
2015-08-30 | [refactor] Move search mails into searchable_mailstore | Victor Shyba | |
This is needed in order to be able to remove search engine from mail_service. As #430 | |||
2015-08-30 | updating index after remove is unnecessary now | Victor Shyba | |
2015-08-30 | [refactor] use mailstore to delete mails forever | Victor Shyba | |
It was using querier, which is being deprecates as #432 | |||
2015-08-30 | mail_exists should not fetch body | Victor Shyba | |
While checking for existence of a mail, we dont need to fetch all stuff, just a positive hit is enough. | |||
2015-08-25 | [refactor] goodbye mailboxes.py and mailbox.py | Victor Shyba | |
All responsabilities are now provided by mail_store. -- Issue #440 | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 | |||
2015-08-24 | [bug] start mailboxes properly | Victor Shyba | |
mail_store is needed as parameter, not querier --- Issue #439 | |||
2015-08-21 | Merge branch 'display-sent-emails-as-read' of ↵ | Folker Bernitt | |
https://github.com/rdoh/pixelated-user-agent | |||
2015-08-21 | Eli: Marking sent emails as read | Eli Mydlarz | |
2015-08-19 | Remove poor person's debugging prints | kaeff | |
2015-08-11 | Fixed unit test. | Folker Bernitt | |
2015-08-11 | Fixed test_tags integration test. | Folker Bernitt | |
2015-08-11 | Worked on integration tests. | Folker Bernitt | |
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
2015-08-11 | Reverted changes to get tests green. | Folker Bernitt | |
2015-08-11 | Fixed test_mailboxes.py test. | Folker Bernitt | |
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | Added mail store to mail service. | Folker Bernitt | |
2015-08-11 | mailbox collision shouldnt cancel operation | Victor Shyba | |
2015-08-11 | Skipped test_welcome_mail integration test. | Folker Bernitt | |
- Fixed test_mailbox.py | |||
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 | 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 | fixing querier integration tests | Victor Shyba | |
2015-08-11 | Fixing integration tests. | 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 | fix pep8 in order to run tests | Victor Shyba | |
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-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-04 | removing unnecessary extra query | Victor Shyba | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba | |
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334 | |||
2015-03-18 | making map and filter explicit | Victor Shyba | |
2015-03-18 | MailService is now an object | Bruno Wagner | |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
2015-02-22 | #290 no need to remove all tags when moving to thrash | Duda Dornelles | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |