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
Age
Commit message (
Expand
)
Author
2014-09-03
when opening leap session, also create and exchange gpg keys in case there ar...
Duda Dornelles
2014-09-03
Added latest example certificate.
Lisa Junger
2014-09-01
fixing unit tests
Duda Dornelles
2014-09-01
support multiple to, cc and bcc
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 last reference to self._twisted_port in smtp.py
Bruno Wagner Goncalves
2014-08-29
Fixed smtp tests
Bruno Wagner Goncalves
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
Duda/Neissi adding to_mime_multipart method to pixelated mail
Duda Dornelles
2014-08-28
fix - account.mailboxes is a list of strings, using getMailbox to get from th...
Victor Shyba
2014-08-28
Added mail filtering by tag.
Folker Bernitt
2014-08-28
#53 - adds ability to remove tags from email
Patrick Maia
2014-08-27
#51 - workaround to bypass SoledadMailbox and read flags directly from soleda...
Patrick Maia and Victor Shyba
2014-08-27
#51 - sets leap mailbox flags on mail tags update
Patrick Maia and Victor Shyba
2014-08-27
uses Tag.from_flags method to extract tags on PixelatedMail
Patrick Maia and Victor Shyba
2014-08-26
From dict is working now
Bruno Wagner Goncalves
2014-08-26
fixes pep8 issues
Patrick Maia and Victor Shyba
2014-08-26
- #51 - retrieves tag from leap and introduces PixelatedMailbox abstraction
Patrick Maia and Victor Shyba
2014-08-26
extracts tag and status conversion logic
Patrick Maia and Victor Shyba
2014-08-26
refactoring pixelatedMail constructor so we can have 'two' (from_dict and fro...
Duda Dornelles
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
fixes bug in which inbox special tag was being duplicated
Patrick Maia and Victor Shyba
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