summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter
AgeCommit message (Collapse)Author
2014-10-28Adding some comments on where we are overriding properties. We must fix ↵Duda Dornelles
this. DO NOT OVERRIDE PROPERTIES
2014-10-27Card #30 - does no crash when a part does not have headersPatrick Maia and Victor Shyba
2014-10-27Card #30 - fixes bug in which % character on multipart body was causing an ↵Patrick Maia and Victor Shyba
exception
2014-10-24Card #30 - considers all parts when generating mail bodyPatrick Maia and Victor Shyba
2014-10-24Card #30 - information for alternatives and attachments are differentVictor Shyba
2014-10-24Card #30 - handles alternative bodies on InputMailPatrick Maia
2014-10-23Improving test on soldeda_querier all_mails to make it more robust andDuda Dornelles
deleting marking recent flags for all mailboxes
2014-10-23removing the rct flags doc for all mailboxesDuda Dornelles
2014-10-23#117 making partial fetch of all_mails more reliable in case the fdoc of a ↵Duda Dornelles
mail has already been synced but the hdoc hasnt - have to do the same for cdocs
2014-10-22Card #30 - method to extract email alternatives and attachmentsPatrick Maia
2014-10-22Card #30 - correctly sets part map for outcoming mailVictor Shyba
2014-10-22index mails to accept a callback so that we can mark all as not recent when ↵Duda Dornelles
we are done indexing mails
2014-10-22index mails to accept a callback so that we can mark all as not recent when ↵Duda Dornelles
we are done indexing mails
2014-10-22#117 soledad querier to be more complete when removing dupesDuda Dornelles
2014-10-21Removed tag_index file - not used anymoreBruno Wagner
2014-10-21No need to remove duplicates every time we fetch mail, that was a mistakeDuda Dornelles
2014-10-21#117 - waiting for soledad sync to be done before indexing mails. Also, ↵Duda Dornelles
removing inbox duplicates
2014-10-20remove deleted from mail schema.Lisa Junger
2014-10-20adds permant deleted for trashed messages.Lisa Junger
2014-10-20Changed search so that you can search without specifying paginationBruno Wagner
2014-10-17adds regression tests on #114 due to a bug found and fixes mail creation ↵Victor Shyba
with predefined status that wasnt being set
2014-10-17Date is now stored as number, and is correctly used for sortingBruno Wagner
2014-10-17#102 #113 Sorting through search, and ignoring duplicate results on searchesBruno Wagner
2014-10-17improving matching for filtering tags and fixing pep8 warningsDuda Dornelles
2014-10-17better tests for getting all tags and filtering all tags. some fixes go togetherDuda Dornelles
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16Pep8 fixesBruno Wagner
2014-10-16Created a way to search all mails with no pagination for indexingBruno Wagner
2014-10-16Pagination was breaking new mail indexing, because it doesn't use pagesBruno Wagner
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-15uses SoledadQuerier.mail() to retrieve one mailPatrick Maia
2014-10-15getting rid of "pixelated" in the names of many classes - redundantDuda Dornelles
2014-10-15#101 Raw is now the default search fieldBruno Wagner
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 ↵Bruno Wagner
are used elsewhere
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-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-14Indexing mails when (un)marking as read and fixing tags countDuda Dornelles
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-14renames method to follow other members naming #103Victor Shyba
2014-10-14Issue #12 - Bulk mark as unreadLisa Junger
2014-10-14More readability for logs while adding listeners #103Victor Shyba
2014-10-14fix for when a chash isnt foundVictor Shyba
2014-10-14adds tests and listener for indexing mails created outside the user agent, ↵Victor Shyba
see #103
2014-10-13#89 - separates manage draft and send mail responsibilitiesPatrick Maia
2014-10-13#104 Implemented mark single mail as unreadLisa Junger
2014-10-10Search engine files to be in ~/.leapDuda Dornelles