summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/pixelated_mailbox.py
AgeCommit message (Collapse)Author
2014-10-01#53 - does not automatically add mailbox tagPatrick Maia
2014-09-30Fixing move to trashDuda Dornelles
2014-09-26Fixing testsDuda Dornelles
2014-09-25Drafts working now for both create and updateBruno Wagner Goncalves
2014-09-25Creating mail right on soledadDuda Dornelles
2014-09-24Adding InputMail model to be used to send mails and save draftsDuda Dornelles
2014-09-23Added basic mail savingBruno Wagner Goncalves
2014-09-22Added a querier to avoid duplicating the queries (must find a proper place ↵Bruno Wagner Goncalves
yet) and tweaked pixelated mail to better use the docs
2014-09-22Moving soledad code to pixelated mailbox and making it work with the app - ↵Duda Dornelles
disabling some stuff to do so
2014-09-22PixelatedMailbox to call mail#mark_as_deleted on removing mail (featureDuda Dornelles
envy removal)
2014-09-22Since ident is a property in pixelated_mail, it is dangerous and weird to ↵Duda Dornelles
overwrite it so lets not do it
2014-09-19Now it is possible to add_msg with either raw format (for when changing leap ↵Duda Dornelles
messages to different mailboxes) or smtp_format (when adding a brand new draft)
2014-09-1774 - moves move_to_trash logic to PixelatedMailboxes and adds some testsPatrick Maia
2014-09-16#53 apply mailbox tag only on recent mailVictor Shyba
2014-09-15When adding draft, return the mail with the new draft id so the UI can ↵Duda Dornelles
update it later
2014-09-15added drafts.Lisa Junger
2014-09-15#74 - Moving message to trash mailboxPatrick Maia
2014-09-11Mark mails as readAlexandre Pretto Nunes
2014-09-11Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-11generating unique ident for PixelatedMailDuda Dornelles
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-07#51 - removes tag from the index when it is not being used anymorePatrick 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 - uses TagIndex.add method to set special tagsPatrick 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 - sets the path to tag index file in the right wayPatrick 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-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-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
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-26fixes pep8 issuesPatrick Maia and Victor Shyba
2014-08-26- #51 - retrieves tag from leap and introduces PixelatedMailbox abstractionPatrick Maia and Victor Shyba