Age | Commit message (Expand) | Author |
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba |
2015-03-22 | extracts get_lastuid and adds tests for create_mail uid consistency. | Victor Shyba |
2015-03-20 | empty queries test makes more sense as a unit test | Victor Shyba |
2015-03-20 | integration helper: reindex only when new tags are added (performance) | Victor Shyba |
2015-03-20 | Added missing file for previous commit. | Folker Bernitt |
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt |
2015-03-19 | #248 Wrote missing tests | Jefferson Stachelski |
2015-03-18 | testing #330, this fixes search performance test | Victor Shyba |
2015-03-18 | cleaning import * from integration and unit tests | Victor Shyba |
2015-03-18 | no more self.client, since those methods are available from test case base | Victor Shyba |
2015-03-18 | TestCase logic moved to AppTestClient, enabling reuse outside of integration ... | Victor Shyba |
2015-03-17 | Don't fail to parse mail if neither Date nor Received header is avail. | Folker Bernitt |
2015-03-17 | Lock index on index_mail. | Folker Bernitt |
2015-03-13 | Added test for ext_keymanager_fetch_key monkey patch. | Folker Bernitt |
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt |
2015-03-11 | for #315, test queries with bad or empty parameters. They all should return e... | Victor Shyba |
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt |
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz |
2015-03-05 | Fixed problem when doding mails and with non utf-8 charset. | Folker Bernitt |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in pars... | Bruno Wagner & Victor Shyba |
2015-02-27 | Make tests involving adding and selecting tags more robust | Alexandre Pretto Nunes |
2015-02-27 | Allow to pass a different timeout to wait_until_* methods | Alexandre Pretto Nunes |
2015-02-25 | #296 Fixing functional tests so it clicks the right element | Gabriel Albo |
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba |
2015-02-23 | for #174, only 5.X.X are permanent bounces | Victor Shyba |
2015-02-23 | Tests click on fake-left-off-canvas-toggle instead of hidden one. | Folker Bernitt |
2015-02-20 | Issue #174 - rejects bounced addresses on contacts suggestions | Patrick Maia |
2015-02-20 | Issue #174 - extracts bounced address from bounce message | Patrick Maia |
2015-02-20 | Issue #174 - recognizes bounced mails | Patrick Maia |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles |
2015-02-13 | Fixing colors for recipient information and fixing pep8 violations | Duda Dornelles |
2015-02-13 | Making sure that no private key can be retrieved by the KeysResource | Duda Dornelles |
2015-02-11 | Fixing pep8 errors | Tiago Ferraz |
2015-02-11 | General Refactoring | Tiago Ferraz |
2015-02-10 | Issue #276 - uses the old casing when an existing tag with different casing i... | Patrick Maia |
2015-02-09 | Ops, now importing MailBuilder properly for integration tests | Duda Dornelles |
2015-02-09 | Fixing integration tests | Duda Dornelles |
2015-02-09 | Sending a mail is always successful in functional test context. | Folker Bernitt |
2015-02-06 | Issue #276 - saves tags in the same case they arrive | Patrick Maia |
2015-02-06 | for #167, moving contacts suggestions search logic to a separate module | Victor Shyba |
2015-02-05 | for #167, deduplicate contacts by largest | Victor Shyba |
2015-02-05 | (Re-)added error handling for twisted smtp sender. | Folker Bernitt |
2015-02-04 | Refactoring more of resource logic into service. No more search engine on mai... | Duda Dornelles |
2015-02-03 | Issue #176 - tags with multiple words are now searcheable | Patrick Maia |
2015-02-03 | Running functional tests with phantomjs | Duda Dornelles |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some search_engine... | Duda Dornelles |
2015-02-03 | Moving mails_resouce render_GET logic to mail_service | Duda Dornelles |
2015-02-03 | Enabling integration tests to be run in parallel | Duda Dornelles |
2015-01-30 | Removing duplicate email address | simnyatsanga |
2015-01-30 | 249 Implemented a feature that send an email when something was wrong to send... | Jefferson Stachelski |