summaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Expand)Author
2014-09-08\#72 - adds tag with the name of the mailbox on all mails that does not have ...Patrick Maia and Victor Shyba
2014-09-08Adding date to PixelatedMail#from_dictDuda Dornelles
2014-09-08#51 - reuses dbm instances between TagIndex instances if the dbm instances ar...Patrick Maia
2014-09-08#51 - fixes bug in which TagIndex.remove were not visible to other TagIndex i...Patrick Maia
2014-09-07#51 - removes tag from the index when it is not being used anymorePatrick Maia and Victor Shyba
2014-09-07#51 - adds TagIndex.remove methodPatrick Maia and Victor Shyba
2014-09-07#51 - initializes index with all mail tags if it is emptyPatrick Maia and Victor Shyba
2014-09-07#51 - adds method TagIndex.emptyPatrick Maia and Victor Shyba
2014-09-07#51 - some tests for TagIndex and the addition of method TagIndex.addPatrick Maia and Victor Shyba
2014-09-06#51 - does not use Tag objects when strings are enoughPatrick Maia and Victor Shyba
2014-09-05#51 - uses list every time we need to convert to jsonPatrick Maia and Victor Shyba
2014-09-05#51 - persists new tags globally (in a local file) and shows on tag listPatrick Maia and Victor Shyba
2014-09-05Neissi/Duda - make sure that complex recipients (e.g. 'Foo Bar <foo@bar.com>)...Neissi Torres Lima
2014-09-04fixing pep8Duda Dornelles
2014-09-04Implement mark_as_read for emailsAlexandre Pretto Nunes
2014-09-04 Neissi / Duda - break leap mail header in multiple recipientsNeissi Torres Lima
2014-09-04#6 - reimplements email tag addition/removal using headersPatrick Maia and Victor Shyba
2014-09-03+@pmaia - fix unit tests for isodateVictor Shyba
2014-09-03falling back to received header for date if email doesnt have date headerDuda Dornelles
2014-09-03fixing all mails for mail_service when no query is sent and also ifDuda Dornelles
2014-09-01fixing unit testsDuda Dornelles
2014-09-01support multiple to, cc and bccDuda Dornelles
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
2014-08-29Fixed smtp testsBruno Wagner Goncalves
2014-08-28fixing pep8Duda Dornelles
2014-08-28Neissi/Duda: sending emails. also moving local smtp creation to mail_service ...Duda Dornelles
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 th...Victor Shyba
2014-08-28Fixed pep8 warnings.Folker Bernitt
2014-08-28Added mail filtering by tag.Folker Bernitt
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 soleda...Patrick Maia and Victor Shyba
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 fro...Duda Dornelles
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 LeapMessage.se...Patrick Maia
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