summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2016-01-06moving screenshots to a different folder -- to be saved as artifacts in snapNavaL
2016-01-04Rename develop_requirements.txt to requirements.txtFolker Bernitt
- fixes package build as it expects requirements.txt
2016-01-04Decouple test_feedback_service from dev providerFolker Bernitt
- Mock request instead
2016-01-04Fix: Replace u1db dependency with its launchpad urlFolker Bernitt
- Same problem as with dirspec
2015-12-30Changed dirspec fix so it works on vagrant tooBruno Wagner
2015-12-29adding u1db, dirspec requirements backNavaL
2015-12-29adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵NavaL
functional test Issue #563
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-29removing custom egg install of u1db and dirspec --already installed from ↵NavaL
requires.txt
2015-12-28Changed dirspec and u1db urls to use what launchpad recommendsBruno Wagner
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-23removes attachment feature togglePixelated
Issue #548
2015-12-23Changed test not to test fixed content, but the existence of an error messageBruno Wagner
2015-12-23Fixed typo in error messageBruno Wagner
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to ↵NavaL
attachment_id in the mail POST Issue #548
2015-12-21restoring default disabled features --fixing ftNavaL
Issue #548
2015-12-21adds poster pip require for the test --fixing buildNavaL
Issue #548
2015-12-21added filename and size to the attachment endpoint post responseNavaL
Issue #548
2015-12-19refactored Mail modelmnandri
Issue #548
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
Issue #548
2015-12-18ensuring the same file is not saved twicemnandri
Issue #548
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18WIP: rename me latermnandri
2015-12-18enabling backend for Attachment feature togglemnandri
Issue #548
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548
2015-12-15Removed not used soledad monkey patchJefferson Stachelski
2015-12-15Removed not used monkey patchJefferson Stachelski
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-12-03Issue #411 - Display user email in user settings popup [w/ @jeffhsta]Gislene Pereira
2015-11-27Permanently delete discarded drafts #512 w/ bwagnerGiovane
2015-11-26Issue #532 - Removing name from canonical addressJefferson Stachelski
Now the canonical mail address are been parsed to a common one, but it is a Twisted smtp bug that should be fixed in the future
2015-11-25Isse #515 - Refactored bcc login on send mailJefferson Stachelski
2015-11-25Issue #515 - Removed the Bcc when sending emailJefferson Stachelski
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-24Issue #536 - Refactoed search_addressesJefferson Stachelski
2015-11-24pixelated.adapter.errors is not used anymore.Christoph Kluenter
It was removed in e68f667
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-11-23Simplify controller logic on PUT draftVictor Shyba
It was checking for mail existence, but thats redundant since its also checking if draft_id was being sent. Also, its service responsibility to ensure operation consistency, not the controller. --Issue #512
2015-11-23Making explicit the goal for test that checks double deletionVictor Shyba
It had no assert, making it confusing. With a failure clause on the except handler we show that its not supposed to raise errors --Issue #512
2015-11-23Removes DuplicatedDraftExceptionVictor Shyba
--Issue #512
2015-11-23Removing test, since this scenario doesnt exists anymoreVictor Shyba
--Issue #512
2015-11-23Checking on deletion errors on drafts isnt neededVictor Shyba
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512
2015-11-23No more 'need to create before delete'Victor Shyba
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512
2015-11-23Add test for mail deletion with invalid mail idFolker Bernitt
- Issue #511
2015-11-20Issue #526 - Changed way that we use whooshJefferson Stachelski
Now we are captilizing string for don't miss name that starts with an uppercase letter
2015-11-19Fixing tests #531Giovane
2015-11-19Move 'From' initialization to InputMail factory. w/ @bwagner #531Giovane