aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Fix] Replace bad unicode sequences instead of stopping on themVsevolod Stakhov2018-07-261-1/+1
* [Minor] Various fixesVsevolod Stakhov2018-07-262-22/+68
* [Minor] Simplify hashes definitionsVsevolod Stakhov2018-07-262-12/+5
* [Minor] Preallocate results hash tablesVsevolod Stakhov2018-07-241-0/+15
* [Project] Adopt functionsVsevolod Stakhov2018-07-242-9/+16
* [Project] Add helpersVsevolod Stakhov2018-07-242-0/+52
* [Project] Move symbols to khash for speed and inliningVsevolod Stakhov2018-07-242-38/+82
* fix email address parsing: ebraces should increase till matched with obracesIgor Ippolitov2018-07-121-1/+1
* [Fix] Fix regexp functions when no data is passedVsevolod Stakhov2018-07-101-13/+27
* [Minor] Fix gtube detection if nothing else is presentedVsevolod Stakhov2018-06-261-1/+1
* [Feature] Add a concept of ignored symbols to avoid race conditionsVsevolod Stakhov2018-06-221-0/+6
* [Fix] Fix proxying of Exim connectionsVsevolod Stakhov2018-06-211-19/+15
* [Fix] Free language detector structuresVsevolod Stakhov2018-06-142-0/+52
* [Feature] Split message parsing and processingVsevolod Stakhov2018-06-062-39/+51
* [Fix] Fix RFC822 comments when processing a mime addressVsevolod Stakhov2018-05-251-1/+54
* [Feature] Allow multiple groups for symbolsVsevolod Stakhov2018-05-151-2/+2
* [Feature] Allow to get multipart children in LuaVsevolod Stakhov2018-05-151-3/+3
* [Minor] Rename confusing variablesVsevolod Stakhov2018-04-302-27/+27
* [Rework] Implement flags for inserting a symbolVsevolod Stakhov2018-04-302-52/+34
* [Feature] Further optimization of the lang_detectionVsevolod Stakhov2018-04-171-94/+125
* [Feature] Further improvements of language detector by using khashVsevolod Stakhov2018-04-171-43/+60
* [Minor] Improve performance of language detectorVsevolod Stakhov2018-04-172-2/+5
* [Minor] Fix conditionVsevolod Stakhov2018-04-061-76/+75
* [Feature] Do not detect language twice for relative partsVsevolod Stakhov2018-04-062-117/+178
* [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-223-23/+3
* [Fix] Fix some typosAndrew Lewis2018-03-181-2/+2
* [Minor] Disable extra verbose lang_detection logsVsevolod Stakhov2018-03-171-0/+7
* [Minor] Another try to fix action outputVsevolod Stakhov2018-03-151-0/+4
* [Fix] Improve cached action interactionVsevolod Stakhov2018-03-151-0/+14
* [Minor] Allow negative scores for no action pre-actionVsevolod Stakhov2018-03-151-4/+6
* [Fix] Deal with deeply nested messages more aggressivelyVsevolod Stakhov2018-03-123-37/+76
* [Minor] Fix strlcpy callVsevolod Stakhov2018-03-081-1/+1
* [Minor] Fix overwriting of lowercased content-disposition dataVsevolod Stakhov2018-03-081-4/+3
* [Minor] Fix string copyVsevolod Stakhov2018-03-081-2/+2
* [Minor] Add extra logic for short texts in language detectorVsevolod Stakhov2018-02-081-43/+53
* [Minor] Use more words and remove some languagesVsevolod Stakhov2018-02-071-1/+1
* [Minor] Add more filtering for ngramm chainsVsevolod Stakhov2018-02-071-0/+51
* [Minor] Use ngramm chains structureVsevolod Stakhov2018-02-051-25/+29
* [Minor] Various tweaks towards improvements in language detectionVsevolod Stakhov2018-02-041-24/+26
* [Minor] Apply more aggressive filteringVsevolod Stakhov2018-02-031-1/+1
* [Project] Further improvements to language detectorVsevolod Stakhov2018-02-031-15/+47
* [Feature] Try to detect HTML messages betterVsevolod Stakhov2018-02-031-1/+17
* [Feature] Further improvements in language detectionVsevolod Stakhov2018-02-011-3/+31
* [Feature] Further improvements in language detection algorithmVsevolod Stakhov2018-01-311-14/+43