summaryrefslogtreecommitdiff
path: root/service/test/adapter
AgeCommit message (Collapse)Author
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
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-28Duda/Neissi adding to_mime_multipart method to pixelated mailDuda Dornelles
2014-08-28fix - account.mailboxes is a list of strings, using getMailbox to get from ↵Victor Shyba
the name
2014-08-28Fixed pep8 warnings.Folker Bernitt
2014-08-28Added mail filtering by tag.Folker Bernitt
- simple brute force implementation
2014-08-28#53 - adds ability to remove tags from emailPatrick Maia
2014-08-27#51 - workaround to bypass SoledadMailbox and read flags directly from ↵Patrick Maia and Victor Shyba
soledad. For now, SoledadMailbox.getFlags always returns a fixed set
2014-08-27#51 - sets leap mailbox flags on mail tags updatePatrick Maia and Victor Shyba
2014-08-27uses Tag.from_flags method to extract tags on PixelatedMailPatrick Maia and Victor Shyba
2014-08-26From dict is working nowBruno Wagner Goncalves
2014-08-27fixes pep8 issues on test folderPatrick Maia and Victor Shyba
2014-08-26- #51 - retrieves tag from leap and introduces PixelatedMailbox abstractionPatrick Maia and Victor Shyba
2014-08-26extracts tag and status conversion logicPatrick Maia and Victor Shyba
2014-08-26refactoring pixelatedMail constructor so we can have 'two' (from_dict and ↵Duda Dornelles
from_leap_mail)
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-22moving pixelated.cfg out of the codebaseDuda Dornelles
2014-08-22fixing pep8 issuesDuda Dornelles
2014-08-22fixes bug in which inbox special tag was being duplicatedPatrick Maia and Victor Shyba
2014-08-20setup.py test, build and develop are now workingBruno Wagner Goncalves
2014-08-18Fixed pep8 errors on serviceBruno Wagner Goncalves
2014-08-18The date field was added on the code but not on the testsBruno Wagner Goncalves
2014-08-14Persisting new tags to email (using workaround for now because ↵Patrick Maia
LeapMessage.set_flags is not working)
2014-08-14refactored update tags logicPatrick Maia
2014-08-14Fixed some identation issuesBruno Wagner Goncalves
2014-08-14Update mail tags are now on the right placeBruno Wagner Goncalves
2014-08-14Update mail with new tags should be working nowBruno Wagner Goncalves and Patrick Maia
2014-08-14You can now list all tags and creating an email identify the tagsPatrick Maia
2014-08-13Pixelated mail class and testBruno Wagner Goncalves
2014-08-13Basic pixelated mail class initialized with imap mailBruno Wagner Goncalves
2014-08-11Mails is now working and the tags call is returning hardcoded values for nowVictor Shyba
2014-08-07Closes #2 +@shyba +@bwagner - Implemented behavior when calling get /mails, ↵Bruno Wagner Goncalves
only works with basic tag search yet
2014-08-06Found a home for the 'insert base path in python path' hack and fixed some ↵Bruno Wagner Goncalves
style issues
2014-08-05Now you can run the server and the tests without changing any code!Neissi Torres Lima