index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
pixelated
/
user_agent.py
Age
Commit message (
Expand
)
Author
2014-09-24
Adding InputMail model to be used to send mails and save drafts
Duda Dornelles
2014-09-23
Added basic mail saving
Bruno Wagner Goncalves
2014-09-22
Moving soledad code to pixelated mailbox and making it work with the app - di...
Duda Dornelles
2014-09-22
initial implementation for getting all mails
Duda Dornelles
2014-09-19
Update draft route
Duda Dornelles
2014-09-17
74 - moves move_to_trash logic to PixelatedMailboxes and adds some tests
Patrick Maia
2014-09-17
fixing static_folder path for when running from debian package
Duda Dornelles
2014-09-15
fixing pep8
Patrick Maia
2014-09-15
adding feature toggle for drafts
Patrick Maia
2014-09-15
When adding draft, return the mail with the new draft id so the UI can update...
Duda Dornelles
2014-09-15
added drafts.
Lisa Junger
2014-09-15
#74 - Moving message to trash mailbox
Patrick Maia
2014-09-11
Refactoring tags functionality into TagService
Duda Dornelles
2014-09-10
Build and add resources at the right locations.
Folker Bernitt
2014-09-06
#51 - does not use Tag objects when strings are enough
Patrick Maia and Victor Shyba
2014-09-05
Added register cli command.
Lisa Junger
2014-09-03
reactivating reply/reply all/forward; deactivating reply draft
Duda Dornelles
2014-09-01
using argparse for help and optional arguments. eg: --debug
Victor Shyba
2014-08-29
Refactoring into mailboxes and mailsender - less colaborators for mail service
Duda Dornelles
2014-08-29
Removed flask reloader and changed the twisted port to be fixed again, now ru...
Bruno Wagner Goncalves
2014-08-28
fixing pep8
Duda Dornelles
2014-08-28
moving user agent initialization (mail service, leap_session, app_config) to ...
Duda Dornelles
2014-08-28
fixing pep8
Duda Dornelles
2014-08-28
Neissi/Duda: sending emails. also moving local smtp creation to mail_service ...
Duda Dornelles
2014-08-28
Added mail filtering by tag.
Folker Bernitt
2014-08-26
extracts tag and status conversion logic
Patrick Maia and Victor Shyba
2014-08-26
workaround for static folder reference during package
Victor Shyba
2014-08-25
paths must be absolute for app to work as an egg. Also, packaging the
Duda Dornelles
2014-08-25
Add copyright and license notice to service
Alexandre Pretto Nunes
2014-08-22
moving pixelated.cfg out of the codebase
Duda Dornelles
2014-08-22
extracting config for leap to config file
Duda Dornelles
2014-08-22
fixes style issues
Patrick Maia and Victor Shyba
2014-08-22
adding config files and certs to setup.py install
Duda Dornelles
2014-08-22
adds log capacity to pixelated user agent
Patrick Maia and Victor Shyba
2014-08-20
Added config file to the setup.py
Bruno Wagner Goncalves
2014-08-20
Removed go and runtests - setup.py develop creates a pixelated-user-agent scr...
Bruno Wagner Goncalves
2014-08-20
Added setup.py and changed app to pixelated because it will be a package
Bruno Wagner Goncalves