summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-22Since ident is a property in pixelated_mail, it is dangerous and weird to ↵Duda Dornelles
overwrite it so lets not do it
2014-09-22showing draft even if json has no recipientsDuda Dornelles
2014-09-19Now it is possible to add_msg with either raw format (for when changing leap ↵Duda Dornelles
messages to different mailboxes) or smtp_format (when adding a brand new draft)
2014-09-19PixelatedMail#to_smtp_format shouldnt add empty fieldsDuda Dornelles
2014-09-19Update draft routeDuda Dornelles
2014-09-18Adding update_draft to mailboxesDuda Dornelles
2014-09-17#74 - adds message to trash before delete it from original mailboxPatrick Maia
2014-09-1774 - moves move_to_trash logic to PixelatedMailboxes and adds some testsPatrick Maia
2014-09-17depend on python-scanner and python-crochetChristoph Kluenter
both packages are missing in debian. I built them from source and uploaded them to packages.pixelated-project.org
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-16fixing mail date parsing on fake service - we still use random data for the ↵Duda Dornelles
functional tests[
2014-09-16ops, forgot a debug statementDuda Dornelles
2014-09-16fixing mail ident and tags for draftsDuda Dornelles
2014-09-15Moved py-fake-service to fake-service, because we only have one nowBruno Wagner
2014-09-15Added run instructions of fake to READMEBruno Wagner
2014-09-15Changed loaded to autoload now it will only autoload if the environment ↵Bruno Wagner
variable AUTOLOAD is set to True
2014-09-15#47 The csv date is now parsed when importing messages, and will be used ↵Bruno Wagner
instead of the random one from before
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 ↵Duda Dornelles
update it later
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-11Fixing functional tests (py fake has to work with both csv mailset orDuda Dornelles
old mailset)
2014-09-11generating unique ident for PixelatedMailDuda Dornelles
2014-09-11remove unused debian stuff under service/Christoph Kluenter
2014-09-11add copyright to debianChristoph Kluenter
2014-09-10changed to show empty messages by defaultNeissi Torres Lima
2014-09-10Moved debian package fix to install.Folker Bernitt
2014-09-10Added flask debian dependency.Folker Bernitt
- Remove version information from egg for debian as debian manages dependencies.
2014-09-10Removed package scripts - moved to ci config.Folker Bernitt
To build the debian package just run: pkg-buildpackage -rfakeroot -uc -us
2014-09-10Upgraded imagemin version to 0.8.1.Folker Bernitt
2014-09-10Build and add resources at the right locations.Folker Bernitt
- include package data into build - build resources as part of debian dpkg-buildpackage use: dpkg-buildpackage -rfakeroot -uc -us to build the package
2014-09-09Adding support files to python buildDuda Dornelles
2014-09-09Added Makefile to web-ui.Folker Bernitt
2014-09-09add more info to debian/controlChristoph Kluenter
2014-09-09new version 2.0Christoph Kluenter
2014-09-09ignore all egg-info filesChristoph Kluenter
2014-09-09fix requirementsChristoph Kluenter
distinguish between test_requirements and running requirements.
2014-09-09fix building the debian packages with ./debian in the rootChristoph Kluenter