summaryrefslogtreecommitdiff
path: root/service/pixelated/user_agent.py
AgeCommit message (Collapse)Author
2014-09-05Added register cli command.Lisa Junger
- to register a new user run: python pixelated/user_agent.py --register username
2014-09-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-09-01using argparse for help and optional arguments. eg: --debugVictor Shyba
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
2014-08-29Removed flask reloader and changed the twisted port to be fixed again, now ↵Bruno Wagner Goncalves
running always on 4650
2014-08-28fixing pep8Duda Dornelles
2014-08-28moving user agent initialization (mail service, leap_session, app_config) to ↵Duda Dornelles
inside setup so it doesn't happen in the tests
2014-08-28fixing pep8Duda Dornelles
2014-08-28Neissi/Duda: sending emails. also moving local smtp creation to mail_service ↵Duda Dornelles
so we can use it later
2014-08-28Added mail filtering by tag.Folker Bernitt
- simple brute force implementation
2014-08-26extracts tag and status conversion logicPatrick Maia and Victor Shyba
2014-08-26workaround for static folder reference during packageVictor Shyba
2014-08-25paths must be absolute for app to work as an egg. Also, packaging theDuda Dornelles
web-ui files
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-22moving pixelated.cfg out of the codebaseDuda Dornelles
2014-08-22extracting config for leap to config fileDuda Dornelles
2014-08-22fixes style issuesPatrick Maia and Victor Shyba
2014-08-22adding config files and certs to setup.py installDuda Dornelles
2014-08-22adds log capacity to pixelated user agentPatrick Maia and Victor Shyba
2014-08-20Added config file to the setup.pyBruno Wagner Goncalves
2014-08-20Removed go and runtests - setup.py develop creates a pixelated-user-agent ↵Bruno Wagner Goncalves
script that you can run
2014-08-20Added setup.py and changed app to pixelated because it will be a packageBruno Wagner Goncalves