summaryrefslogtreecommitdiff
path: root/service/pixelated
AgeCommit message (Collapse)Author
2015-01-09#164 sometimes a mail with more than one alternative will not have an html partDuda Dornelles
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2015-01-06Removed log with duplicated informationBruno Wagner
2015-01-06Getting rid of unused sqlcipher index updates, speeding up tests and app. ↵Duda Dornelles
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests
2015-01-06Issue #183 adds ALL to special tags.Lisa Junger
2015-01-06Issue #135: Removed dead code.Lisa Junger
2015-01-06Issue #215: Fixed missing From header for sent mails.Lisa Junger
- Fixes problem with trailing comma for reply all
2015-01-05#193 get next uid from the mailbox we are trying to add the email instead of ↵Duda Dornelles
getting it always from the index
2015-01-05Ooopsie, forgot some debug code thereDuda Dornelles
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-23fixing pep8 warningsDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
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-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-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-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-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-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-04removing unused methodDuda Dornelles
2014-12-04removing unused test and fixing another oneDuda Dornelles
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 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-01Card #149 - ensure server only accepts good ciphersPatrick Maia and Victor Shyba
2014-11-27Card #149 - enables https on servicePatrick Maia and Victor Shyba
2014-11-27no need to catch if we will just raisePatrick Maia and Victor Shyba
2014-11-27removes unused codePatrick Maia and Victor Shyba
2014-11-26 #59 - Adding encryption statusNeissi Torres Lima
2014-11-24#59 Bruno/Neissi - adding signature statusNeissi Torres Lima
2014-11-24Added capability to read credentials from stdin.Folker Bernitt
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40
2014-11-24Fixed pep8 warnings.Folker Bernitt
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-21for #14, properly split and strip addressesPatrick Maia and Victor Shyba
2014-11-20place and fixing pepDuda Dornelles