summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
2014-09-17ooh god pep8...Duda Dornelles
2014-09-17fixing static_folder path for when running from debian packageDuda Dornelles
2014-09-16should use create_or_get to get mailboxesDuda Dornelles
2014-09-16#53 apply mailbox tag only on recent mailVictor Shyba
2014-09-16adding conversion to recent statusVictor Shyba
2014-09-16ops, forgot a debug statementDuda Dornelles
2014-09-16fixing mail ident and tags for draftsDuda Dornelles
2014-09-15Fixing unit testsDuda Dornelles
2014-09-15fixing pep8Patrick Maia
2014-09-15adding feature toggle for draftsPatrick Maia
2014-09-15When adding draft, return the mail with the new draft id so the UI can update...Duda Dornelles
2014-09-15fixing testsDuda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15#74 - Moving message to trash mailboxPatrick Maia
2014-09-11fixing pep8Duda Dornelles
2014-09-11Mark mails as readAlexandre Pretto Nunes
2014-09-11Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-11generating unique ident for PixelatedMailDuda Dornelles
2014-09-11remove unused debian stuff under service/Christoph Kluenter
2014-09-10Build and add resources at the right locations.Folker Bernitt
2014-09-09Adding support files to python buildDuda Dornelles
2014-09-09fix requirementsChristoph Kluenter
2014-09-09fix building the debian packages with ./debian in the rootChristoph Kluenter
2014-09-08\#72 - adds tag with the name of the mailbox on all mails that does not have ...Patrick Maia and Victor Shyba
2014-09-08Adding date to PixelatedMail#from_dictDuda Dornelles
2014-09-08Added debian package scripts.Folker Bernitt
2014-09-08#51 - reuses dbm instances between TagIndex instances if the dbm instances ar...Patrick Maia
2014-09-08#51 - fixes bug in which TagIndex.remove were not visible to other TagIndex i...Patrick Maia
2014-09-07#51 - removes tag from the index when it is not being used anymorePatrick Maia and Victor Shyba
2014-09-07#51 - adds TagIndex.remove methodPatrick Maia and Victor Shyba
2014-09-07#51 - initializes index with all mail tags if it is emptyPatrick Maia and Victor Shyba
2014-09-07#51 - adds method TagIndex.emptyPatrick Maia and Victor Shyba
2014-09-07#51 - uses TagIndex.add method to set special tagsPatrick Maia and Victor Shyba
2014-09-07#51 - some tests for TagIndex and the addition of method TagIndex.addPatrick Maia and Victor Shyba
2014-09-06#51 - does not use Tag objects when strings are enoughPatrick Maia and Victor Shyba
2014-09-06#51 - forces tag index to be flushed after a tag is setPatrick Maia and Victor Shyba
2014-09-06#51 - sets the path to tag index file in the right wayPatrick Maia and Victor Shyba
2014-09-06#51 - PixelatedMail.update_tags expects a set (a list was being sent). Uses t...Patrick Maia and Victor Shyba
2014-09-05#51 - uses list every time we need to convert to jsonPatrick Maia and Victor Shyba
2014-09-05#51 - persists new tags globally (in a local file) and shows on tag listPatrick Maia and Victor Shyba
2014-09-05Neissi/Duda - make sure that complex recipients (e.g. 'Foo Bar <foo@bar.com>)...Neissi Torres Lima
2014-09-05Added register cli command.Lisa Junger
2014-09-04fixing pep8Duda Dornelles
2014-09-04Implement mark_as_read for emailsAlexandre Pretto Nunes
2014-09-04 Neissi / Duda - break leap mail header in multiple recipientsNeissi Torres Lima
2014-09-04#6 - fixes bug: PixelatedMail.update_tags is not returning old tags by nowPatrick Maia and Victor Shyba
2014-09-04#6 - reimplements email tag addition/removal using headersPatrick Maia and Victor Shyba
2014-09-03+@pmaia - fix unit tests for isodateVictor Shyba