summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter
AgeCommit message (Expand)Author
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11fix integration test_searchVictor Shyba
2015-08-11unfortunately, this is still to be fixed yet. Re-adding FIXME warningVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11Use mbox instead of mbox_uuid as mailbox_name.Folker Bernitt
2015-08-11Some more yields.Folker Bernitt
2015-08-11fixing querier integration testsVictor Shyba
2015-08-11Fixing integration tests.Folker Bernitt
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11Get single mail endpoint works.Folker Bernitt
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11prepare mailbox tests, missing property functionality on mail.py onlyVictor Shyba
2015-08-11attachment now supports deferredVictor Shyba
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-08-11Added some more yields to the soledad wrapper code.Folker Bernitt
2015-08-11Working on pixelated-user-agent.Folker Bernitt
2015-08-11setup search engine using inlineCallbacksVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-06-12[refactor] use flags property on mailVictor Shyba
2015-06-12[refactor] SearchEngine does not need a querierVictor Shyba
2015-06-09AttachmentsResource don't need querier anymore, RootResource doesn't need it tooBruno Wagner
2015-06-07smtp with better variable naming and random portVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-06-05if exception variable isnt used, we shouldnt declare it for cleaner codeVictor Shyba
2015-06-04[feat] async index writer to avoid locking #404Victor Shyba
2015-06-04removing unused importsVictor Shyba
2015-06-04removing unnecessary extra queryVictor Shyba
2015-06-04refactor unassigned list comprehensionVictor Shyba
2015-05-19stop unneeded index rebuild and endless marking of recent docsrafael lisboa
2015-04-27Merge pull request #373 from roberto/masterRafael Lisboa
2015-04-14Log was leaking subject, changed to uid insteadBruno Wagner
2015-04-09Adds service to move mails to inboxRoberto Soares
2015-04-09Default broken Content-Transfer-Encoding to 8bit.Folker Bernitt
2015-04-09Added fallback to us ascii for invalid Content-Type values.Folker Bernitt
2015-04-08Merge pull request #358 from pixelated-project/shybamasterVictor Shyba
2015-04-02catch invalid data in received header when parsing date.Lisa Junger
2015-04-02when receiving invalid data for date header, fall back to datetime.now.Lisa Junger
2015-04-02handle incorrectly encoded headers as ascii.Lisa Junger
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
2015-03-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
2015-03-30Protection against None bdoc objectTiago Ferraz
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
2015-03-20Gracefully handle None from and subject values during tests.Folker Bernitt
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
2015-03-19#248 Wrote missing testsJefferson Stachelski