summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2014-09-10Build and add resources at the right locations.Folker Bernitt
- include package data into build - build resources as part of debian dpkg-buildpackage use: dpkg-buildpackage -rfakeroot -uc -us to build the package
2014-09-09Adding support files to python buildDuda Dornelles
2014-09-09fix requirementsChristoph Kluenter
distinguish between test_requirements and running requirements.
2014-09-09fix building the debian packages with ./debian in the rootChristoph Kluenter
2014-09-08\#72 - adds tag with the name of the mailbox on all mails that does not have ↵Patrick Maia and Victor Shyba
it during mails fetch
2014-09-08Adding date to PixelatedMail#from_dictDuda Dornelles
2014-09-08Added debian package scripts.Folker Bernitt
2014-09-08#51 - reuses dbm instances between TagIndex instances if the dbm instances ↵Patrick Maia
are using the same file
2014-09-08#51 - fixes bug in which TagIndex.remove were not visible to other TagIndex ↵Patrick Maia
instances
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 - uses TagIndex.add method to set special tagsPatrick 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-06#51 - forces tag index to be flushed after a tag is setPatrick Maia and Victor Shyba
2014-09-06#51 - sets the path to tag index file in the right wayPatrick Maia and Victor Shyba
2014-09-06#51 - PixelatedMail.update_tags expects a set (a list was being sent). Uses ↵Patrick Maia and Victor Shyba
the right mail_id for PixelatedMailbox.notify_tags_updated
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 ↵Neissi Torres Lima
<foo@bar.com>) are showing properly
2014-09-05Added register cli command.Lisa Junger
- to register a new user run: python pixelated/user_agent.py --register username
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 - fixes bug: PixelatedMail.update_tags is not returning old tags by nowPatrick Maia and Victor Shyba
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-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-09-03fixing pep8Duda Dornelles
2014-09-03fixing all mails for mail_service when no query is sent and also ifDuda Dornelles
in:all is sent
2014-09-03when opening leap session, also create and exchange gpg keys in case there ↵Duda Dornelles
aren't any
2014-09-03Added latest example certificate.Lisa Junger
2014-09-01fixing unit testsDuda Dornelles
2014-09-01support multiple to, cc and bccDuda Dornelles
2014-09-01using argparse for help and optional arguments. eg: --debugVictor Shyba
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
2014-08-29Removed last reference to self._twisted_port in smtp.pyBruno Wagner Goncalves
2014-08-29Fixed smtp testsBruno Wagner Goncalves
2014-08-29Removed flask reloader and changed the twisted port to be fixed again, now ↵Bruno Wagner Goncalves
running always on 4650
2014-08-28fixing pep8Duda Dornelles
2014-08-28moving user agent initialization (mail service, leap_session, app_config) to ↵Duda Dornelles
inside setup so it doesn't happen in the tests
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