summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-25Added a bit of relisience to errors in draft parsing and started fixing some ↵Bruno Wagner Goncalves
tests
2014-09-25Drafts working now for both create and updateBruno Wagner Goncalves
2014-09-25Removed pdbs and fixed draft savingBruno Wagner Goncalves
2014-09-25Fixing headers for showing mails and indexing new docsDuda Dornelles
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-22Pep8 fixedBruno Wagner Goncalves
2014-09-22Added soledad querierBruno 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-22initial implementation for getting all mailsDuda Dornelles
2014-09-22#51 - refreshs tag list on tag removalPatrick Maia
2014-09-22removes event without handlerPatrick Maia
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-22showing draft even if json has no recipientsDuda Dornelles
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-19PixelatedMail#to_smtp_format shouldnt add empty fieldsDuda Dornelles
2014-09-19Update draft routeDuda Dornelles
2014-09-18Adding update_draft to mailboxesDuda Dornelles
2014-09-17#74 - adds message to trash before delete it from original mailboxPatrick Maia
2014-09-1774 - moves move_to_trash logic to PixelatedMailboxes and adds some testsPatrick Maia
2014-09-17depend on python-scanner and python-crochetChristoph Kluenter
both packages are missing in debian. I built them from source and uploaded them to packages.pixelated-project.org
2014-09-17ooh god pep8...Duda Dornelles
2014-09-17fixing static_folder path for when running from debian packageDuda Dornelles
2014-09-16should use create_or_get to get mailboxesDuda Dornelles
2014-09-16#53 apply mailbox tag only on recent mailVictor Shyba
2014-09-16adding conversion to recent statusVictor Shyba
2014-09-16fixing mail date parsing on fake service - we still use random data for the ↵Duda Dornelles
functional tests[
2014-09-16ops, forgot a debug statementDuda Dornelles
2014-09-16fixing mail ident and tags for draftsDuda Dornelles
2014-09-15Moved py-fake-service to fake-service, because we only have one nowBruno Wagner
2014-09-15Added run instructions of fake to READMEBruno Wagner
2014-09-15Changed loaded to autoload now it will only autoload if the environment ↵Bruno Wagner
variable AUTOLOAD is set to True
2014-09-15#47 The csv date is now parsed when importing messages, and will be used ↵Bruno Wagner
instead of the random one from before
2014-09-15Fixing unit testsDuda Dornelles
2014-09-15fixing pep8Patrick Maia
2014-09-15adding feature toggle for draftsPatrick Maia
2014-09-15When adding draft, return the mail with the new draft id so the UI can ↵Duda Dornelles
update it later
2014-09-15fixing testsDuda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15#74 - Moving message to trash mailboxPatrick Maia
2014-09-11fixing pep8Duda Dornelles
2014-09-11Mark mails as readAlexandre Pretto Nunes
2014-09-11Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-11Fixing functional tests (py fake has to work with both csv mailset orDuda Dornelles
old mailset)
2014-09-11generating unique ident for PixelatedMailDuda Dornelles