Age | Commit message (Expand) | Author |
2014-10-22 | Card #30 - method to extract email alternatives and attachments | Patrick Maia |
2014-10-22 | Card #30 - correctly sets part map for outcoming mail | Victor Shyba |
2014-10-22 | removes unused import | Patrick Maia and Victor Shyba |
2014-10-22 | Explicit pyasn1 because it wasn't installing the package properly otherwise | Bruno Wagner |
2014-10-22 | Added explicit import setuptools to try to solve the service_identity problem | Bruno Wagner |
2014-10-22 | Adding the service identity module because twisted complains about ssl certif... | Bruno Wagner |
2014-10-22 | Disabled requests logging for functional tests | Bruno Wagner |
2014-10-22 | Fixed pip errors | Bruno Wagner |
2014-10-22 | Credentials will be asked for when spinning up the user agent now, if you wan... | Bruno Wagner |
2014-10-22 | Host and port are now user agent switches, not depending on .pixelated file a... | Bruno Wagner |
2014-10-22 | Fixed no handler for x logger, and made flask logging work with the python ba... | Bruno Wagner |
2014-10-22 | If we can't connect to the provider or the credentials are wrong, you get a m... | Bruno Wagner |
2014-10-22 | Bitmask was printing error logs ignoring all debug settings | Bruno Wagner |
2014-10-22 | index mails to accept a callback so that we can mark all as not recent when w... | Duda Dornelles |
2014-10-22 | index mails to accept a callback so that we can mark all as not recent when w... | Duda Dornelles |
2014-10-22 | pep8 warnings | Duda Dornelles |
2014-10-22 | #117 soledad querier to be more complete when removing dupes | Duda Dornelles |
2014-10-22 | #117 getting partial results when loading mails | Duda Dornelles |
2014-10-22 | Changed the print to make clearer what is running on that port | Bruno Wagner |
2014-10-21 | Removed tag_index file - not used anymore | Bruno Wagner |
2014-10-21 | Fixing unit tests | Duda Dornelles |
2014-10-21 | damn you pep8! | Duda Dornelles |
2014-10-21 | Adding sync_info controller for #117 | Duda Dornelles |
2014-10-21 | No need to remove duplicates every time we fetch mail, that was a mistake | Duda Dornelles |
2014-10-21 | #117 - waiting for soledad sync to be done before indexing mails. Also, remov... | Duda Dornelles |
2014-10-20 | Moving drafts service test to the unit folder | Duda Dornelles |
2014-10-20 | fixing pep8 warnings | Duda Dornelles |
2014-10-20 | remove deleted from mail schema. | Lisa Junger |
2014-10-20 | adds permant deleted for trashed messages. | Lisa Junger |
2014-10-20 | Changed search so that you can search without specifying pagination | Bruno Wagner |
2014-10-20 | Removed unused values from the mails response | Bruno Wagner |
2014-10-17 | adds regression tests on #114 due to a bug found and fixes mail creation with... | Victor Shyba |
2014-10-17 | bulk mark as read #114 | Victor Shyba |
2014-10-17 | Date is now stored as number, and is correctly used for sorting | Bruno Wagner |
2014-10-17 | Fixed date order test | Bruno Wagner |
2014-10-17 | Readded line removed in rebase | Bruno Wagner |
2014-10-17 | #102 #113 Sorting through search, and ignoring duplicate results on searches | Bruno Wagner |
2014-10-17 | mark as unread should also reindex the mails | Duda Dornelles |
2014-10-17 | improving matching for filtering tags and fixing pep8 warnings | Duda Dornelles |
2014-10-17 | better tests for getting all tags and filtering all tags. some fixes go together | Duda Dornelles |
2014-10-17 | Fixing certs path for registration | Duda Dornelles |
2014-10-16 | Bumped the nose version | Bruno Wagner |
2014-10-16 | Fix PEP8 errors | Alexandre Pretto Nunes |
2014-10-16 | Better handle information on exceptions. #92 | Alexandre Pretto Nunes |
2014-10-16 | Fixed the pagination on the front-end and added real total mail count ot the ... | Bruno Wagner |
2014-10-16 | Pep8 fixes | Bruno Wagner |
2014-10-16 | Created a way to search all mails with no pagination for indexing | Bruno Wagner |
2014-10-16 | Pagination was breaking new mail indexing, because it doesn't use pages | Bruno Wagner |
2014-10-16 | Pinned versions of all packages, so we can reliably run the upgrade test, als... | Bruno Wagner |
2014-10-16 | decreasing count on tag and tag shortcut when email is read. we were | Duda Dornelles |