Age | Commit message (Expand) | Author |
2015-08-11 | Fix test_delete_mail by moving expectations onto mail_store | Folker Bernitt |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt |
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt |
2015-08-11 | Test that delete mailbox is not yet supported by indexing mail store. | Folker Bernitt |
2015-08-11 | Merge test method SearchableMailstore.add_mail. | Folker Bernitt |
2015-08-11 | Implemented copy mail on indexing mails store. | Folker Bernitt |
2015-08-11 | Added move mail to indexing mail store. | Folker Bernitt |
2015-08-11 | Renamed test class to TestSearchableMailStore. | Folker Bernitt |
2015-08-11 | Reverted changes to get tests green. | Folker Bernitt |
2015-08-11 | implemented add, delete and update of mails in searchable mail store. | Folker Bernitt |
2015-08-11 | Assert return value for add_mail and that a LeapMail instance is passed to se... | Folker Bernitt |
2015-08-11 | Started work on searchable mail store. | Folker Bernitt |
2015-08-11 | Added mailbox name to leap mails. | Folker Bernitt |
2015-08-11 | Implemented get_mailbox_names in MailStore. | Folker Bernitt |
2015-08-11 | Fixed test_mailboxes.py test. | Folker Bernitt |
2015-08-11 | Added move message in new data model. | 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 | Added delete_mailbox to leap mail store. | Folker Bernitt |
2015-08-11 | Added tests to get mails within a mailbox. | Folker Bernitt |
2015-08-11 | Added delete mail to mail store. | Folker Bernitt |
2015-08-11 | Added actual assert to add_mail mail store test. | Folker Bernitt |
2015-08-11 | Removed unused code from test_leap_mailstore.py. | Folker Bernitt |
2015-08-11 | Added add mailbox and add message behaviour. | Folker Bernitt |
2015-08-11 | Added all_mails to LeapMailStore. | Folker Bernitt |
2015-08-11 | Refactored test_leap_mailstore.py. | Folker Bernitt |
2015-08-11 | Added leap mailstore integration test. | Folker Bernitt |
2015-08-11 | Added include_body to get_mail. | Folker Bernitt |
2015-08-11 | Added to_dict and get_mails to mail storage. | Folker Bernitt |
2015-08-11 | Started work on MailStore abstraction. | Folker Bernitt |
2015-08-11 | Skipped test_welcome_mail integration test. | Folker Bernitt |
2015-08-11 | fix testing on draft while sending mails | Victor Shyba |
2015-08-11 | Fixed missing yield in test_mail.py. | Folker Bernitt |
2015-08-11 | Fixed relative file resource in test_mail.py. | Folker Bernitt |
2015-08-11 | Removed broken, outdated test from test_soledad_querier.py. | Folker Bernitt |
2015-08-11 | Fixed relative file import in test_soledad_querier.py. | Folker Bernitt |
2015-08-11 | Fixed get_lastuid in test_soledad_querier.py. | Folker Bernitt |
2015-08-11 | Fixed unit tests. | Folker Bernitt |
2015-08-11 | prepare mailbox tests, missing property functionality on mail.py only | Victor Shyba |
2015-08-11 | fix test_soledad_querier | Victor Shyba |
2015-08-11 | trying out a new migration | Victor Shyba |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba |
2015-06-07 | fixes tests for smtp gateway | Victor Shyba |
2015-06-05 | Added creation of input mail from python message | Bruno Wagner |
2015-06-04 | [feat] async index writer to avoid locking #404 | Victor Shyba |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares |
2015-04-09 | Default broken Content-Transfer-Encoding to 8bit. | Folker Bernitt |
2015-04-09 | Added fallback to us ascii for invalid Content-Type values. | Folker Bernitt |
2015-04-02 | catch invalid data in received header when parsing date. | Lisa Junger |
2015-04-02 | when receiving invalid data for date header, fall back to datetime.now. | Lisa Junger |