summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/pixelated_mail.py
AgeCommit message (Expand)Author
2014-10-15Changed pixelated mail file to mail, because it has more than pixelated mailBruno Wagner
2014-10-15#107 Statuses are only used when delivering mails to the front-end, flags are...Bruno Wagner
2014-10-15Moved some common properties of mail and input mail to another classBruno Wagner
2014-10-15Extracting features controllerDuda Dornelles
2014-10-15Moved input mail from dict to input mail instead of floating elsewhereBruno Wagner
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-14Issue #12 - Bulk mark as unreadLisa Junger
2014-10-13#104 Implemented mark single mail as unreadLisa Junger
2014-10-10Sorting mails by date - againDuda Dornelles
2014-10-09Fixing bug where the send button would get disabled at times even if there we...Duda Dornelles
2014-10-01Fixing recipients in PixelatedMail#as_dictDuda Dornelles
2014-10-01#53 - does not allow reserved names in tagsPatrick Maia
2014-09-30Fixing move to trashDuda Dornelles
2014-09-29Testing drafts in integration, fixing a bug where the sent wasnt leaving the ...Duda Dornelles
2014-09-29fixing tests and pep8Duda Dornelles
2014-09-29Fixing send mailDuda Dornelles
2014-09-26All tests passing using soledadBruno Wagner Goncalves
2014-09-26Fixing testsDuda Dornelles
2014-09-25Added a bit of relisience to errors in draft parsing and started fixing some ...Bruno Wagner Goncalves
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 a querier to avoid duplicating the queries (must find a proper place ye...Bruno Wagner Goncalves
2014-09-22Moving soledad code to pixelated mailbox and making it work with the app - di...Duda Dornelles
2014-09-22initial implementation for getting all mailsDuda Dornelles
2014-09-22PixelatedMailbox to call mail#mark_as_deleted on removing mail (featureDuda Dornelles
2014-09-22Since ident is a property in pixelated_mail, it is dangerous and weird to ove...Duda Dornelles
2014-09-19PixelatedMail#to_smtp_format shouldnt add empty fieldsDuda Dornelles
2014-09-18Adding update_draft to mailboxesDuda Dornelles
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-16fixing mail ident and tags for draftsDuda Dornelles
2014-09-15When adding draft, return the mail with the new draft id so the UI can update...Duda 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-11generating unique ident for PixelatedMailDuda Dornelles
2014-09-08Adding date to PixelatedMail#from_dictDuda Dornelles
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