Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-11 | Removed general timings from methods | Bruno Wagner | |
I kept the logging functions so we can log times for tests and to investigate issues, but I removed all usages of them until someone needs them | |||
2016-03-02 | adding default date if not given in the mail header, for search index -- ↵ | NavaL | |
fixing build | |||
2016-02-02 | Log some times to identify very slow parts | Folker Bernitt | |
2016-01-20 | Some work around that fixed jeffhsta wazokazi account | Jefferson Stachelski | |
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
2016-01-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-11-24 | Issue #536 - Refactoed search_addresses | Jefferson Stachelski | |
2015-11-20 | Issue #526 - Changed way that we use whoosh | Jefferson Stachelski | |
Now we are captilizing string for don't miss name that starts with an uppercase letter | |||
2015-11-18 | Issue #526 - Fixed contacts query input and results to only return matched terms | Bruno Wagner | |
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-10-05 | [bug] use utc for sorting while indexing | Victor Shyba | |
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-09-10 | Removed bounced email contact removal (#441) | Bruno Wagner | |
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :) | |||
2015-09-02 | Move index key to SearchIndexStorageKey | Folker Bernitt | |
- Issue #449 - next step: replace querier in services with this implementation | |||
2015-09-01 | Decode encoded mail headers to unicode | Folker Bernitt | |
- Issue #446 | |||
2015-08-11 | Fixed unit test. | Folker Bernitt | |
2015-08-11 | Fixed unit and integration tests. | Folker Bernitt | |
2015-08-11 | Fixed test_search integration test. | Folker Bernitt | |
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | fix integration test_search | Victor Shyba | |
2015-08-11 | All mails now displays mails. | Folker Bernitt | |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-04 | [feat] async index writer to avoid locking #404 | Victor Shyba | |
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now. | |||
2015-03-20 | Gracefully handle None from and subject values during tests. | Folker Bernitt | |
- Issue #248 | |||
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt | |
- Issue #248 | |||
2015-03-18 | #248 Fixed the UTF-8 decode for special characteres | Jefferson Stachelski | |
2015-03-18 | import * and missing re, re came from * | Victor Shyba | |
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 | |||
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba | |
2015-02-20 | Issue #174 - rejects bounced addresses on contacts suggestions | 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-03 | Issue #176 - tags with multiple words are now searcheable | Patrick Maia | |
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2015-01-14 | Added a lock to search index_mail. | Folker Bernitt | |
- gets called from separate threads and causes exceptions otherwise | |||
2015-01-08 | #157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵ | Alexandre Pretto | |
parse the multipart mails anymore | |||
2014-12-22 | refactoring package structure | Duda Dornelles | |