summaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Collapse)Author
2014-10-15Extracting controller classesDuda Dornelles
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-14Adding feature toggle for auto reload so we can disable it in the functional ↵Duda Dornelles
tests
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-14adding tag and reply feature backDuda Dornelles
2014-10-14renames method to follow other members naming #103Victor Shyba
2014-10-14Issue #12 - Bulk mark as unreadLisa Junger
2014-10-14adds tests and listener for indexing mails created outside the user agent, ↵Victor Shyba
see #103
2014-10-14Fix pep8 warnings.Folker Bernitt
2014-10-14Tried to make part of functional tests more stable.Folker Bernitt
- Waiting for text change is unreliable, instead wait for Send button to disappear when sending mail
2014-10-13#89 - separates manage draft and send mail responsibilitiesPatrick Maia
2014-10-13#89 - removes some mock based tests (they are replaced by integration tests ↵Patrick Maia
in a future commit)
2014-10-13#104 Implemented mark single mail as unreadLisa Junger
2014-10-10making sure that soldeda-test folder gets removed before ↵Duda Dornelles
integration/functional tests
2014-10-10Using file index for whoosh and fixing functional testsDuda Dornelles
2014-10-10pep8 warningsDuda Dornelles
2014-10-10Making forward_trash_archive feature workDuda Dornelles
2014-10-09Added whoosh as search engine (issue #94).Folker Bernitt
2014-10-09Making compose_save_draft_and_send feature workDuda Dornelles
2014-10-09Setting up the app for functional tests using soledad test base so we can ↵Duda Dornelles
control the data
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt
2014-10-09Changing tests folder structureDuda Dornelles
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
- Fixup for issue #52
2014-10-08#92 Add handling of errors when sending mailAlexandre Pretto Nunes
2014-10-08Filter tags by query (issue #52).Folker Bernitt
2014-10-06fix a couple of bugs recovering tag from a pickled jsonVictor Shyba
2014-10-02Added config file command line parameter to user agent.Folker Bernitt
2014-10-01#53 - does not automatically add mailbox tagPatrick Maia
2014-09-30Fixing move to trashDuda Dornelles
2014-09-29fixing tests and pep8Duda Dornelles
2014-09-26All tests passing using soledadBruno Wagner Goncalves
2014-09-26Fixing testsDuda Dornelles
2014-09-25Added a bit of relisience to errors in draft parsing and started fixing some ↵Bruno Wagner Goncalves
tests
2014-09-22PixelatedMailbox to call mail#mark_as_deleted on removing mail (featureDuda Dornelles
envy removal)
2014-09-22Since ident is a property in pixelated_mail, it is dangerous and weird to ↵Duda Dornelles
overwrite it so lets not do it
2014-09-19Now it is possible to add_msg with either raw format (for when changing leap ↵Duda Dornelles
messages to different mailboxes) or smtp_format (when adding a brand new draft)
2014-09-19PixelatedMail#to_smtp_format shouldnt add empty fieldsDuda Dornelles
2014-09-19Update draft routeDuda Dornelles
2014-09-18Adding update_draft to mailboxesDuda Dornelles
2014-09-1774 - moves move_to_trash logic to PixelatedMailboxes and adds some testsPatrick Maia
2014-09-16#53 apply mailbox tag only on recent mailVictor Shyba
2014-09-16adding conversion to recent statusVictor Shyba
2014-09-15Fixing unit testsDuda Dornelles
2014-09-15When adding draft, return the mail with the new draft id so the UI can ↵Duda Dornelles
update it later
2014-09-15fixing testsDuda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15#74 - Moving message to trash mailboxPatrick Maia
2014-09-11Mark mails as readAlexandre Pretto Nunes