Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-15 | fixing tests | Duda Dornelles | |
2014-09-15 | added drafts. | Lisa Junger | |
2014-09-15 | Refactoring tags functionality into TagService | Duda Dornelles | |
2014-09-15 | added drafts. | Lisa Junger | |
2014-09-15 | #74 - Moving message to trash mailbox | Patrick Maia | |
2014-09-11 | fixing pep8 | Duda Dornelles | |
2014-09-11 | Mark mails as read | Alexandre Pretto Nunes | |
2014-09-11 | Refactoring tags functionality into TagService | Duda Dornelles | |
2014-09-11 | Fixing functional tests (py fake has to work with both csv mailset or | Duda Dornelles | |
old mailset) | |||
2014-09-11 | generating unique ident for PixelatedMail | Duda Dornelles | |
2014-09-11 | remove unused debian stuff under service/ | Christoph Kluenter | |
2014-09-11 | add copyright to debian | Christoph Kluenter | |
2014-09-10 | changed to show empty messages by default | Neissi Torres Lima | |
2014-09-10 | Moved debian package fix to install. | Folker Bernitt | |
2014-09-10 | Added flask debian dependency. | Folker Bernitt | |
- Remove version information from egg for debian as debian manages dependencies. | |||
2014-09-10 | Removed package scripts - moved to ci config. | Folker Bernitt | |
To build the debian package just run: pkg-buildpackage -rfakeroot -uc -us | |||
2014-09-10 | Upgraded imagemin version to 0.8.1. | Folker Bernitt | |
2014-09-10 | Build 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-09 | Adding support files to python build | Duda Dornelles | |
2014-09-09 | Added Makefile to web-ui. | Folker Bernitt | |
2014-09-09 | add more info to debian/control | Christoph Kluenter | |
2014-09-09 | new version 2.0 | Christoph Kluenter | |
2014-09-09 | ignore all egg-info files | Christoph Kluenter | |
2014-09-09 | fix requirements | Christoph Kluenter | |
distinguish between test_requirements and running requirements. | |||
2014-09-09 | fix building the debian packages with ./debian in the root | Christoph 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 | |
it during mails fetch | |||
2014-09-08 | Adding date to PixelatedMail#from_dict | Duda Dornelles | |
2014-09-08 | Added debian package scripts. | Folker Bernitt | |
2014-09-08 | adding gpg dependency check for install-pixelated.sh | Duda Dornelles | |
2014-09-08 | Adding web-ui build to automagical installation script | Duda Dornelles | |
2014-09-08 | #51 - reuses dbm instances between TagIndex instances if the dbm instances ↵ | Patrick Maia | |
are using the same file | |||
2014-09-08 | #51 - fixes bug in which TagIndex.remove were not visible to other TagIndex ↵ | Patrick Maia | |
instances | |||
2014-09-07 | #51 - removes tag from the index when it is not being used anymore | Patrick Maia and Victor Shyba | |
2014-09-07 | #51 - adds TagIndex.remove method | Patrick Maia and Victor Shyba | |
2014-09-07 | #51 - initializes index with all mail tags if it is empty | Patrick Maia and Victor Shyba | |
2014-09-07 | #51 - adds method TagIndex.empty | Patrick Maia and Victor Shyba | |
2014-09-07 | #51 - uses TagIndex.add method to set special tags | Patrick Maia and Victor Shyba | |
2014-09-07 | #51 - some tests for TagIndex and the addition of method TagIndex.add | Patrick Maia and Victor Shyba | |
2014-09-06 | #51 - does not use Tag objects when strings are enough | Patrick Maia and Victor Shyba | |
2014-09-06 | #51 - forces tag index to be flushed after a tag is set | Patrick Maia and Victor Shyba | |
2014-09-06 | #51 - sets the path to tag index file in the right way | Patrick Maia and Victor Shyba | |
2014-09-06 | #51 - PixelatedMail.update_tags expects a set (a list was being sent). Uses ↵ | Patrick Maia and Victor Shyba | |
the right mail_id for PixelatedMailbox.notify_tags_updated | |||
2014-09-05 | #51 - uses list every time we need to convert to json | Patrick Maia and Victor Shyba | |
2014-09-05 | #51 - persists new tags globally (in a local file) and shows on tag list | Patrick Maia and Victor Shyba | |
2014-09-05 | Neissi / Duda - Escaping recipients on mail view | Neissi Torres Lima | |
2014-09-05 | Neissi/Duda - make sure that complex recipients (e.g. 'Foo Bar ↵ | Neissi Torres Lima | |
<foo@bar.com>) are showing properly | |||
2014-09-05 | Added register cli command. | Lisa Junger | |
- to register a new user run: python pixelated/user_agent.py --register username | |||
2014-09-05 | Fixed functional tests. | Folker Bernitt | |
2014-09-04 | fixing pep8 | Duda Dornelles | |
2014-09-04 | Implement mark_as_read for emails | Alexandre Pretto Nunes | |