summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2015-03-09Don't run jshint when running python testsAlexandre Pretto Nunes
2015-03-09Make test suite stop if any test brakeAlexandre Pretto Nunes
2015-03-06for #288, adds encryption failure to casingVictor Shyba
2015-03-05Fixed problem when doding mails and with non utf-8 charset.Folker Bernitt
2015-02-27Refactored out tag service and replaced mail normalization with built-in ↵Bruno Wagner & Victor Shyba
parseaddr Also made some minor fixes based on pylint output
2015-02-27Fixed pep8Bruno Wagner & Victor Shyba
2015-02-27X-Pixelated-encryption-status is now based on our checksBruno Wagner & Victor Shyba
For multipart mail, if a part is multipart/encrypted, we consider the mail encrypted For inline encrypted mail, we do the same that LEAP does, check the PGP armor. That means we can have all the states we need, they are: Not encrypted Successfully decrypted Failed decryption
2015-02-27Stop verifying OpenPGP headerBruno Wagner & Victor Shyba
2015-02-27#74 use basic config for default loggingRafael Lisboa
2015-02-27Make tests involving adding and selecting tags more robustAlexandre Pretto Nunes
2015-02-27Allow to pass a different timeout to wait_until_* methodsAlexandre Pretto Nunes
2015-02-26#74 Jefferson/Rafa: Centralized all logs (python logging and twisted logs) ↵Jefferson Stachelski
to /tmp/pixelated.log file
2015-02-25#296 Fixing functional tests so it clicks the right elementGabriel Albo
2015-02-23for #174, mailer daemon is now filtered from suggestionsVictor Shyba
2015-02-23for #174, only 5.X.X are permanent bouncesVictor Shyba
2015-02-23Tests click on fake-left-off-canvas-toggle instead of hidden one.Folker Bernitt
- Issue #290
2015-02-22#290 no need to remove all tags when moving to thrashDuda Dornelles
2015-02-20Issue #174 - rejects bounced addresses on contacts suggestionsPatrick Maia
2015-02-20Issue #174 - extracts bounced address from bounce messagePatrick Maia
2015-02-20Issue #174 - recognizes bounced mailsPatrick Maia
2015-02-19Adds the close parenthesis to -lc messageTiago Ferraz
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-18#280 Made the changes on args helper as varac recommendedJefferson Stachelski
2015-02-13Charset detection will not break if there is extra information in the ↵Bruno Wagner
charset field
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Fixed encryption status check and changed signature status logicBruno Wagner
2015-02-13Making sure that no private key can be retrieved by the KeysResourceDuda Dornelles
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-02-12Adding Coverage Commands to service/goTiago Ferraz
Added unit and integration coverage generation command and a combination of both coverage in go script.
2015-02-11#280 changed the help on args.py added more details for server's key and ↵Jefferson Stachelski
server's certificate
2015-02-11Fixing pep8 errorsTiago Ferraz
2015-02-11General RefactoringTiago Ferraz
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path.
2015-02-10Issue #276 - uses the old casing when an existing tag with different casing ↵Patrick Maia
is posted
2015-02-10Fixed identation on the go scriptBruno Wagner
2015-02-09Ops, now importing MailBuilder properly for integration testsDuda Dornelles
2015-02-09Fixing integration testsDuda Dornelles
2015-02-09Sending a mail is always successful in functional test context.Folker Bernitt
- Issue #249
2015-02-06Issue #276 - saves tags in the same case they arrivePatrick Maia
2015-02-06for #167, moving contacts suggestions search logic to a separate moduleVictor Shyba
2015-02-05for #167, deduplicate contacts by largestVictor Shyba
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
- Issue #249 - Fixed all tests with that rely on sendmail deferred.
2015-02-04Fixing setupjsNeissi Torres Lima
2015-02-04Refactoring more of resource logic into service. No more search engine on ↵Duda Dornelles
mail(s) resource
2015-02-03Issue #176 - tags with multiple words are now searcheablePatrick Maia
2015-02-03removes unused importsPatrick Maia
2015-02-03fixing pep8Duda Dornelles
2015-02-03Running functional tests with phantomjsDuda Dornelles
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles