aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/message.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Rework HTML content urls extractionVsevolod Stakhov2019-04-021-2/+8
* [Project] Allow to hash and compare inet addresses considering portVsevolod Stakhov2019-03-041-1/+1
* [Minor] Fix log messageVsevolod Stakhov2019-01-281-2/+2
* [Minor] Use zw space check macroVsevolod Stakhov2019-01-161-2/+2
* [Project] More work towards flexible actionsVsevolod Stakhov2019-01-141-13/+14
* [Minor] Core: Treat 0x200c as zero width space as wellVsevolod Stakhov2019-01-141-1/+1
* [Minor] Core: Also count spaces when skipping invisible spacesVsevolod Stakhov2019-01-121-0/+2
* [Feature] Core: Ignore and mark invisible spacesVsevolod Stakhov2019-01-121-2/+37
* [Minor] Core: Improve raw files scanVsevolod Stakhov2019-01-051-3/+40
* [Fix] Core: Don't detect language twiceVsevolod Stakhov2018-12-141-2/+0
* [Fix] Core: Fix parts distance calculationsVsevolod Stakhov2018-12-131-17/+17
* [Feature] Core: Add libmagic detection for all partsVsevolod Stakhov2018-12-111-12/+39
* [Fix] Do not trigger BROKEN_CONTENT_TYPE on innocent text partsVsevolod Stakhov2018-12-031-2/+1
* [Minor] Count words based on text wordsVsevolod Stakhov2018-11-301-2/+6
* [Feature] Allow to get task flags in C expressionsVsevolod Stakhov2018-11-291-0/+6
* [Minor] Add extra heuristic for text partsVsevolod Stakhov2018-11-271-1/+30
* [Project] Use more generalised API to produce meta wordsVsevolod Stakhov2018-11-261-1/+3
* [Minor] Fix lua tokenize functionVsevolod Stakhov2018-11-261-4/+1
* [Project] Rework parts conversion and serializationVsevolod Stakhov2018-11-251-84/+8
* [Project] Various unicode fixes in language detectorVsevolod Stakhov2018-11-251-1/+0
* [Project] Rework stemmingVsevolod Stakhov2018-11-241-1/+1
* [Minor] This step is not done yet, apply another approachVsevolod Stakhov2018-11-081-6/+24
* [Minor] Add workaround for Thai characters on CentOS 6Vsevolod Stakhov2018-11-081-0/+13
* [Project] Finish rework of passthrough actionsVsevolod Stakhov2018-10-111-13/+11
* [Rework] Always create result for a taskVsevolod Stakhov2018-10-111-1/+1
* [Minor] Fix CMA calculationsVsevolod Stakhov2018-10-061-6/+11
* [Minor] Insert spaces only if text part is not suspected to be a linkMikhail Galanin2018-09-181-2/+14
* [Minor] Plug utexts leakVsevolod Stakhov2018-09-111-0/+5
* [Fix] Fix various corner cases for language detectionVsevolod Stakhov2018-09-081-1/+5
* [Minor] Check language detector prior to usageVsevolod Stakhov2018-09-071-1/+1
* [Rework] Rework language detectorVsevolod Stakhov2018-09-071-32/+3
* [Feature] Implement new text tokenizer based on libicuVsevolod Stakhov2018-09-061-15/+8
* [Minor] Add UText wrapper for stripped contentVsevolod Stakhov2018-09-061-1/+14
* [Minor] Sigh, fix non-empty parts this timeVsevolod Stakhov2018-09-051-3/+2
* [Minor] Fix processing of empty partsVsevolod Stakhov2018-09-051-16/+23
* [Rework] Rework utf content processing in text partsVsevolod Stakhov2018-09-051-127/+148
* [Project] Further changes in unicode operationsVsevolod Stakhov2018-08-231-9/+6
* [Project] Start unicode reworkVsevolod Stakhov2018-08-231-4/+12
* [Minor] Include subject in task digestVsevolod Stakhov2018-08-141-0/+1
* [Fix] Fix messages insertionVsevolod Stakhov2018-07-311-3/+7
* [Fix] Fix HTML part detection heuristicVsevolod Stakhov2018-07-281-2/+4
* [Fix] Detect empty text part as text, not HTMLMikhail Galanin2018-07-271-5/+10
* [Minor] Fix gtube detection if nothing else is presentedVsevolod Stakhov2018-06-261-1/+1
* [Feature] Split message parsing and processingVsevolod Stakhov2018-06-061-39/+45
* [Minor] Improve performance of language detectorVsevolod Stakhov2018-04-171-2/+1
* [Minor] Fix conditionVsevolod Stakhov2018-04-061-76/+75
* [Feature] Do not detect language twice for relative partsVsevolod Stakhov2018-04-061-117/+177
* [Minor] Preserve more information in the artificial headerVsevolod Stakhov2018-04-041-0/+9
* [Minor] Fix out-of-boundary accessVsevolod Stakhov2018-03-271-1/+5
* [Fix] Rework logic of actions settingVsevolod Stakhov2018-03-221-2/+0