summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/search/__init__.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2016-04-11Removed general timings from methodsBruno 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-02adding default date if not given in the mail header, for search index -- ↵NavaL
fixing build
2016-02-02Log some times to identify very slow partsFolker Bernitt
2016-01-20Some work around that fixed jeffhsta wazokazi accountJefferson Stachelski
2016-01-18Move user folder logic up to ServicesFolker Bernitt
- Issue #576
2016-01-12Issue #577 - Added namespace to search index pathBruno Wagner
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-11-03[#508] Making search also work with substrings - pairing w/ @pereiragisleneGiovane
2015-10-05[bug] use utc for sorting while indexingVictor Shyba
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-10Removed 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-01Decode encoded mail headers to unicodeFolker Bernitt
- Issue #446
2015-08-11Fixed unit test.Folker Bernitt
2015-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Fixed test_search integration test.Folker Bernitt
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11fix integration test_searchVictor Shyba
2015-08-11All mails now displays mails.Folker Bernitt
2015-06-12[refactor] SearchEngine does not need a querierVictor 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 #404Victor Shyba
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now.
2015-03-20Gracefully handle None from and subject values during tests.Folker Bernitt
- Issue #248
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
- Issue #248
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
2015-03-18import * and missing re, re came from *Victor Shyba
2015-03-17Lock index on index_mail.Folker Bernitt
- Issue #330
2015-02-23for #174, mailer daemon is now filtered from suggestionsVictor Shyba
2015-02-20Issue #174 - rejects bounced addresses on contacts suggestionsPatrick Maia
2015-02-06for #167, moving contacts suggestions search logic to a separate moduleVictor Shyba
2015-02-05for #167, deduplicate contacts by largestVictor Shyba
2015-02-03Issue #176 - tags with multiple words are now searcheablePatrick Maia
2015-01-28for #173, now searching on sender field for contacts auto completeVictor Shyba
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
- add option --home /some/path to set a custom location for all user agent files.
2015-01-14Added 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-22refactoring package structureDuda Dornelles