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
/
test
Age
Commit message (
Expand
)
Author
2014-08-29
Fixed smtp tests
Bruno Wagner Goncalves
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
Fixed pep8 warnings.
Folker Bernitt
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-27
fixes pep8 issues on test folder
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-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
fixing pep8 issues
Duda Dornelles
2014-08-22
fixes bug in which inbox special tag was being duplicated
Patrick Maia and Victor Shyba
2014-08-20
setup.py test, build and develop are now working
Bruno Wagner Goncalves
2014-08-18
Fixed pep8 errors on service
Bruno Wagner Goncalves
2014-08-18
The date field was added on the code but not on the tests
Bruno Wagner Goncalves
2014-08-14
Persisting new tags to email (using workaround for now because LeapMessage.se...
Patrick Maia
2014-08-14
refactored update tags logic
Patrick Maia
2014-08-14
Fixed some identation issues
Bruno Wagner Goncalves
2014-08-14
Update mail tags are now on the right place
Bruno Wagner Goncalves
2014-08-14
Update mail with new tags should be working now
Bruno Wagner Goncalves and Patrick Maia
2014-08-14
You can now list all tags and creating an email identify the tags
Patrick Maia
2014-08-13
Pixelated mail class and test
Bruno Wagner Goncalves
2014-08-13
Basic pixelated mail class initialized with imap mail
Bruno Wagner Goncalves
2014-08-12
Basic tags implementation
Bruno Wagner Goncalves
2014-08-11
first implementation of tags
Victor Shyba
2014-08-11
Mails is now working and the tags call is returning hardcoded values for now
Victor Shyba
2014-08-08
Updated some leap components to latest version.
Folker Bernitt
2014-08-07
Closes #2 +@shyba +@bwagner - Implemented behavior when calling get /mails, o...
Bruno Wagner Goncalves
2014-08-07
Search shouldn't be a module yet, because it only have one file
Bruno Wagner Goncalves
2014-08-07
#2 - +@shyba +@bwagner +@neissi - fixed search with quotes bug
Bruno Wagner Goncalves
2014-08-07
Victor/Bruno: Removing APP_ROOT workaround from app and tests
Victor Shyba
2014-08-06
Added openpgp key generation.
Folker Bernitt
2014-08-06
Added register to leap_srp.
Folker Bernitt
2014-08-06
LeapSmtp SMTP_PORT constant is in fact the twisted communication port and mus...
Bruno Wagner Goncalves
2014-08-06
Found a home for the 'insert base path in python path' hack and fixed some st...
Bruno Wagner Goncalves
2014-08-05
Now you can run the server and the tests without changing any code!
Neissi Torres Lima
2014-08-05
fix teardown method
Victor Shyba
2014-08-04
Changed identation to 4 spaces to conform to rest of the code
Bruno Wagner Goncalves
2014-08-04
Added first client test and hardcoded some initial values that will be moved ...
Bruno Wagner Goncalves
2014-08-04
Imported bitmask libraries to service
Bruno Wagner Goncalves
2014-08-01
Pixelated user agent REST api without implementation
Duda Dornelles