summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
2014-12-23deleting unused codeDuda Dornelles
2014-12-23Removing install_requires from setup.py for nowDuda Dornelles
2014-12-23Falling back to requirements.txt for now till we get soledad packages with ↵Duda Dornelles
PEP440 names
2014-12-23fixing pep8 warningsDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
2014-12-22Added explicit cryptography package to setup.py because the new version is ↵Bruno Wagner
breaking on jessie
2014-12-22Sometimes soledad adds a None recipient on a mail header, just making sure ↵Duda Dornelles
that that doesnt break the soledad sync
2014-12-22Removing unused codeDuda Dornelles
2014-12-22refactoring package structureDuda Dornelles
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-18moving back to phantomjs as driver for functional testsDuda Dornelles
2014-12-18adding license info to proxy files and fixing pep8Duda Dornelles
2014-12-18Running functional tests behind tornado proxy: breaking the build :)Duda Dornelles
2014-12-18Adding a tornado proxy to simulate the behavior for the user agent when ↵Duda Dornelles
running with the dispatcher
2014-12-17no need for 6 and 15 threads test #194Victor Shyba
2014-12-17performance tests for read/write concurrency on our encrypted whoosh #194Victor Shyba
2014-12-17Issue #200 Fixed Pep8 issuesBruno Wagner
2014-12-17Fix issue #200 search works with base63 bodiesFábio Pio
Now the search works with the decoded body too, instead of only with the raw mail
2014-12-17Fixed #199 base64 detection won't break plain textFábio Pio
Body will always return unicode now
2014-12-17Fix Pep8 test for #195 and #198 special characters handling.Lisa Junger
2014-12-16Fix #195 and #198 special characters handlingFábio Pio
Added check to see if message body is base64, properly decode the body if they are Saving a draft with special characters now properly uses utf-8, that means it will send the body base64 encoded
2014-12-16Removed host and port from config example because they haven't been used for ↵Bruno Wagner
ages
2014-12-15related to #194 - solves a concurrency problem on encrypted whoosh caused by ↵Victor Shyba
unnecessary writes on close callback.
2014-12-12Card #168 - ignores contacts coming from trash and draftsPatrick Maia
2014-12-12Card #168 - introduces performance tests for contacts controllerPatrick Maia
2014-12-12corrects test namePatrick Maia
2014-12-11no_signature_information used when leap signature header is none #177Victor Shyba
2014-12-11Fixed delete mails from mail list, actionsNeissi Torres Lima
2014-12-11created new tests to cover delete mail from mail listNeissi Torres Lima
2014-12-11Fixed pep8Bruno Wagner
2014-12-11optmizing python importsDuda Dornelles
2014-12-09new ca cert for try.pixelated-project.orgChristoph Kluenter
2014-12-08Tags are now saved and read from the flags doc (old tags will be gone from ↵Bruno Wagner
this commit on)
2014-12-05Enabling the functional test to search email and destroyFábio Pio
2014-12-04Updated requests libraryBruno Wagner
2014-12-04removing unused methodDuda Dornelles
2014-12-04removing unused test and fixing another oneDuda Dornelles
2014-12-03#135 remove unnecessary testAlexandre Pretto Nunes
2014-12-03Card #149 - does not open two ports when running with SSLPatrick Maia
2014-12-03#135 Fix method that changed but was missed during a rebaseAlexandre Pretto Nunes
2014-12-03#135 fix python unit testsAlexandre Pretto Nunes
2014-12-03#135 Use reply-to field instead of from when presentAlexandre Pretto Nunes
2014-12-03#135 Have the service respond the email details with who should be on to: ↵Alexandre Pretto Nunes
and cc: when replying
2014-12-03started to move reply template to be part of mail.Lisa Junger
2014-12-03added functionality for reply all to service.Lisa Junger
2014-12-03Disabled encryption status again.Folker Bernitt
- See issues #59 and #165
2014-12-03Fixed handling of mails with non us-ascii body.Folker Bernitt
2014-12-03Moved mail.as_dict to PixelatedMail.Folker Bernitt
- currently it only works for this class.
2014-12-01fixes pep8Patrick Maia