summaryrefslogtreecommitdiff
path: root/service/pixelated
AgeCommit message (Collapse)Author
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
- Issue #435 - Improved error handling of attachment resource
2015-09-01[bug] set from mail address as first stepVictor Shyba
This is needed while indexing mail and other logic can use it. Setting it as soon as it is possible.
2015-09-01[bug] do not encode None as strVictor Shyba
Issue #448
2015-09-01Added get_mail_attachment to MailStore and LeapMailStore.Folker Bernitt
- Issue #435
2015-09-01Encode mail addresses when replyingFolker Bernitt
- Issue #448
2015-09-01Encode headers in InputMail when generating mime multipart from it.Folker Bernitt
- Issue #360
2015-09-01Decode encoded mail headers to unicodeFolker Bernitt
- Issue #446
2015-08-31Ensure MailboxIndexerListener does not let exceptions escape.Folker Bernitt
- Issue #445
2015-08-30[refactor] Move search mails into searchable_mailstoreVictor Shyba
This is needed in order to be able to remove search engine from mail_service. As #430
2015-08-30[bug] NotImplemented (typo)-> NotImplementedErrorVictor Shyba
2015-08-30updating index after remove is unnecessary nowVictor Shyba
2015-08-30[bug] fixes download attachment by querierVictor Shyba
Will be migrated to leap_mailstore, but the feature is back working now, just a content field change. As #435
2015-08-30[refactor] use mailstore to delete mails foreverVictor Shyba
It was using querier, which is being deprecates as #432
2015-08-30mail_exists should not fetch bodyVictor Shyba
While checking for existence of a mail, we dont need to fetch all stuff, just a positive hit is enough.
2015-08-30[bug] Do not send failure to user, send a msgVictor Shyba
Failure was being returned when user expect just a status message. -- Issue #369
2015-08-27Added integration test for MailboxInboxListener.Folker Bernitt
- Issue #445
2015-08-25[refactor] goodbye mailboxes.py and mailbox.pyVictor Shyba
All responsabilities are now provided by mail_store. -- Issue #440
2015-08-25[refactor] remove mailbox referencesVictor Shyba
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440
2015-08-24[bug] start mailboxes properlyVictor Shyba
mail_store is needed as parameter, not querier --- Issue #439
2015-08-24[bug] adapt MailboxIndexer to mail_storeVictor Shyba
-- Issue #439
2015-08-24[bug] add support for nested attachmentsVictor Shyba
2015-08-21Merge branch 'display-sent-emails-as-read' of ↵Folker Bernitt
https://github.com/rdoh/pixelated-user-agent
2015-08-21Eli: Marking sent emails as readEli Mydlarz
2015-08-20Yield call to soledad when doing `maintenance reset`kaeff
- Issue: 421
2015-08-19Remove poor person's debugging printskaeff
2015-08-19Fixes maintenance.py from throwing due to method signature mismatchkaeff
2015-08-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
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-11Fixed unit test.Folker Bernitt
2015-08-11Added test to ensure mail with same content can be added.Folker Bernitt
- as long as each one has a unique message id
2015-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Fixed test_search integration test.Folker Bernitt
2015-08-11Fixed test_tags integration test.Folker Bernitt
2015-08-11Worked on integration tests.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-11Test that delete mailbox is not yet supported by indexing mail store.Folker Bernitt
2015-08-11Implemented copy mail on indexing mails store.Folker Bernitt
2015-08-11Added move mail to indexing mail store.Folker Bernitt
2015-08-11Removed XSALSA20 dependency.Folker Bernitt
- Use crypto algorithm prefered by soledad instead
2015-08-11Reverted changes to get tests green.Folker Bernitt
2015-08-11implemented add, delete and update of mails in searchable mail store.Folker Bernitt
2015-08-11Assert return value for add_mail and that a LeapMail instance is passed to ↵Folker Bernitt
search engine.
2015-08-11Started work on searchable mail store.Folker Bernitt
2015-08-11Added mailbox name to leap mails.Folker Bernitt
2015-08-11Implemented get_mailbox_names in MailStore.Folker Bernitt
2015-08-11Fixed test_mailboxes.py test.Folker Bernitt
2015-08-11Added move message in new data model.Folker Bernitt