summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore
AgeCommit message (Expand)Author
2015-10-07Make unicode string explicitFolker Bernitt
2015-10-05issue #473 - Removed ipdb commited by mistakeJefferson Stachelski
2015-10-05issue #473 - Fixed the encoding problemJefferson Stachelski
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-25Add repair to pixelated maintenanceFolker Bernitt
2015-09-25Add SoledadMaintenace repair for mixed up keysFolker Bernitt
2015-09-10[feat] handle missing mailbox as all mailsVictor Shyba
2015-09-10Removed bounced email contact removal (#441)Bruno Wagner
2015-09-10Handle encoding errors in headers gracefully.Folker Bernitt
2015-09-09Fix mixed encodings in mail subjectsFolker Bernitt
2015-09-09Improved body decoding when parsing mails.Folker Bernitt
2015-09-08Some progress on the issue #441Jefferson Stachelski
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the sig...Duda Dornelles
2015-09-02Revert "[refactor] Move search mails into searchable_mailstore"Victor Shyba
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
2015-09-01[bug] do not encode None as strVictor Shyba
2015-09-01Added get_mail_attachment to MailStore and LeapMailStore.Folker Bernitt
2015-09-01Encode mail addresses when replyingFolker Bernitt
2015-09-01Decode encoded mail headers to unicodeFolker Bernitt
2015-08-30[refactor] Move search mails into searchable_mailstoreVictor Shyba
2015-08-30[bug] NotImplemented (typo)-> NotImplementedErrorVictor Shyba
2015-08-24[bug] add support for nested attachmentsVictor Shyba
2015-08-17Read encoding from attachment info instead of headerskaeff
2015-08-17[wip] Expose attachments again after migrationkaeff
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
2015-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Fixed test_search 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
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-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 se...Folker Bernitt
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
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11Moved MailStore interface to extra file.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-11Added add mailbox and add message behaviour.Folker Bernitt