summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/mailstore/test_leap_mailstore.py
AgeCommit message (Collapse)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
- Should fix accounts that can currently not log in because of mails where part of the docs are missing - Does only fix the symptoms
2016-01-12Refactor AttachmentInfo: Remove knowledge about part map structureFolker Bernitt
2016-01-11fixed filesize bugNavaL
Issue #573
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
Issue #548
2016-01-06Support attachments without name in Content-Disposition headerFolker Bernitt
- Issue 557 - along the way also added support for signatures and attached keys
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
including saving attachments. Issue #548
2015-09-10[test] leap_mailstore handles unknow uuid as emptyVictor Shyba
Given a unknown mailbox uuid, we should return an empty string as name. This will show the mail as in 'all mails' instead of a KeyError. This scenario is supposed to happen only if the mail comes before the mailbox, which is our current unicorn. Anyway, when the missing mailbox gets created it will read correctly or let the see under all mails instead of breaking the account. --Issue #444
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
- Issue #435 - Improved error handling of attachment resource
2015-09-01Added get_mail_attachment to MailStore and LeapMailStore.Folker Bernitt
- Issue #435
2015-09-01Decode encoded mail headers to unicodeFolker Bernitt
- Issue #446
2015-09-01Move TestLeapMail into its own fileFolker Bernitt
- Issue #360
2015-08-24[test] add case for nested attachmentsVictor Shyba
This is possible and just dicovered it sending 2 attachments + signature using Thunderbird. This test cover the new case.
2015-08-19Remove poor person's debugging printskaeff
2015-08-17[wip] Expose attachments again after migrationkaeff
- Issue: #433 - Still missing: In JS, use encoding directly from the attachment object, insted of headers. Then remove headers again (see failing unit test)
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
- intermediate state, some tests are broken
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
- Fix for empty mails returned by leap_mail.
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
- Add message does not yet mail index
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