summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/mailstore/test_leap_mailstore.py
AgeCommit message (Expand)Author
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2016-01-25Fix: Ignore missing mail data error when creating search indexFolker Bernitt
2016-01-12Refactor AttachmentInfo: Remove knowledge about part map structureFolker Bernitt
2016-01-11fixed filesize bugNavaL
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
2016-01-06Support attachments without name in Content-Disposition headerFolker Bernitt
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ...mnandri
2015-09-10[test] leap_mailstore handles unknow uuid as emptyVictor Shyba
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
2015-09-01Added get_mail_attachment to MailStore and LeapMailStore.Folker Bernitt
2015-09-01Decode encoded mail headers to unicodeFolker Bernitt
2015-09-01Move TestLeapMail into its own fileFolker Bernitt
2015-08-24[test] add case for nested attachmentsVictor Shyba
2015-08-19Remove poor person's debugging printskaeff
2015-08-17[wip] Expose attachments again after migrationkaeff
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11Check for subject instead of mail id for deleted mails.Folker Bernitt
2015-08-11Fixed unit test.Folker Bernitt
2015-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Fixed unit tests in test_leap_mailstore and test_mail_service.Folker Bernitt
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11Added mailbox name to leap mails.Folker Bernitt
2015-08-11Implemented get_mailbox_names in MailStore.Folker Bernitt
2015-08-11Added move message in new data model.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
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
2015-08-11Added actual assert to add_mail mail store test.Folker Bernitt
2015-08-11Removed unused code from test_leap_mailstore.py.Folker Bernitt
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
2015-08-11Added all_mails to LeapMailStore.Folker Bernitt
2015-08-11Refactored test_leap_mailstore.py.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