aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1710 from moisseev/spellingVsevolod Stakhov2017-06-271-1/+1
|\
| * [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
* | [CritFix] Switch from ragel to C for Content-Type parsingVsevolod Stakhov2017-06-272-13/+269
|/
* [Minor] Fix element addedVsevolod Stakhov2017-06-221-4/+4
* [Feature] Add text_part:get_stats functionVsevolod Stakhov2017-06-212-3/+3
* [Minor] Add some more data to the spaces strip algorithmVsevolod Stakhov2017-06-212-0/+14
* [Feature] Store more data when stripping newlinesVsevolod Stakhov2017-06-212-25/+74
* [Feature] Rework newlines strip parser one more timeVsevolod Stakhov2017-06-212-4/+146
* [Minor] Add workaround for ISO-2022-JP encodingVsevolod Stakhov2017-06-121-2/+12
* [Feature] Support MTA name headerVsevolod Stakhov2017-05-311-1/+3
* [Fix] Fix CTE propagation from parent containers to children partsVsevolod Stakhov2017-05-291-24/+48
* [Fix] Deal with 7bit charsets properlyVsevolod Stakhov2017-05-261-11/+16
* [Fix] Try harder to detect CTEVsevolod Stakhov2017-05-231-6/+1
* [Fix] Do not stop on illegal unicode points - replace themVsevolod Stakhov2017-05-201-2/+2
* [Minor] Add `is_empty_body` regexp functionVsevolod Stakhov2017-05-181-0/+21
* Merge pull request #1639 from sbadia/debian-pkgVsevolod Stakhov2017-05-141-3/+3
|\
| * [Minor] src: Fix spelling errorsSebastien Badia2017-05-131-3/+3
* | [Minor] Set explicit type for known headersVsevolod Stakhov2017-05-132-1/+24
|/
* [Feature] Reuse stemmers in the cacheVsevolod Stakhov2017-05-131-8/+21
* [Minor] Do not use lowercase for stemmed words unless 1.6 releaseVsevolod Stakhov2017-05-131-0/+2
* [Fix] Fix lowercasing of stemmed wordsVsevolod Stakhov2017-05-131-1/+1
* [Minor] Check for parts with no wordsVsevolod Stakhov2017-05-131-1/+1
* [Minor] Move some of mempool magic constants to a separate fileVsevolod Stakhov2017-05-112-7/+12
* [Feature] Store average words length and short words countVsevolod Stakhov2017-05-111-2/+72
* [Feature] Store hash of headers order and namesVsevolod Stakhov2017-05-111-0/+24
* [Minor] Oops, forgot to save in the previous commitVsevolod Stakhov2017-04-291-5/+5
* [Fix] Fix parsing of long regexp typesVsevolod Stakhov2017-04-291-10/+19
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-291-1/+1
* [Minor] Fix warningsVsevolod Stakhov2017-04-281-1/+3
* [Feature] Add initial support of the new protocol replyVsevolod Stakhov2017-04-261-0/+1
* [Rework] Remove multiple metrics support from RspamdVsevolod Stakhov2017-04-263-10/+7
* [Fix] Deal with 8bit characters in email addressesVsevolod Stakhov2017-04-253-36/+28
* [Fetaure] Add method that detects 8 bit characters in text partsVsevolod Stakhov2017-04-242-0/+47
* [Fix] Do extra copy to ensure that original content is never touchedVsevolod Stakhov2017-04-181-1/+3
* [Fix] Always try to adjust filenameVsevolod Stakhov2017-04-141-1/+19
* [Minor] Use normal string allocationVsevolod Stakhov2017-04-081-5/+5
* [Minor] Fix couple of format arguments issuesVsevolod Stakhov2017-04-081-1/+1
* [Minor] Remove minor warningsVsevolod Stakhov2017-04-081-0/+2
* [Minor] Remove redundant functionVsevolod Stakhov2017-04-081-2/+0
* [Minor] Unify substring search routinesVsevolod Stakhov2017-04-071-1/+1
* [Minor] Check boundsVsevolod Stakhov2017-04-071-0/+7
* [Fix] Fix rfc2047 tokenizationVsevolod Stakhov2017-04-051-2/+4
* [Minor] Use the correct context when dealing with attached messagesVsevolod Stakhov2017-04-051-2/+2
* [CritFix] Fix issue when parsing encoded rfc822/messagesVsevolod Stakhov2017-04-051-20/+37
* [Minor] Explicitly set queue to NULL for top partVsevolod Stakhov2017-04-041-0/+1
* [Feature] Store headers orderVsevolod Stakhov2017-04-034-8/+22
* [Fix] Avoid lookup in absent hashVsevolod Stakhov2017-03-301-1/+1
* [Minor] Properly deal with content type parameterVsevolod Stakhov2017-03-292-3/+5
* [Feature] Allow to process filenames from content typeVsevolod Stakhov2017-03-292-5/+25
* [Feature] Distinguish URLs found in SubjectVsevolod Stakhov2017-03-281-7/+3