Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Count words based on text words | Vsevolod Stakhov | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | [Project] Various unicode fixes in language detector | Vsevolod Stakhov | 2018-11-25 | 1 | -4/+0 |
| | |||||
* | [Minor] Add ID to mime parts | Vsevolod Stakhov | 2018-11-05 | 1 | -2/+6 |
| | |||||
* | [Fix] Fix various issues with parsing of the received headers | Vsevolod Stakhov | 2018-10-16 | 1 | -0/+1 |
| | |||||
* | [Rework] Rework language detector | Vsevolod Stakhov | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Add UText wrapper for stripped content | Vsevolod Stakhov | 2018-09-06 | 1 | -0/+2 |
| | |||||
* | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 1 | -7/+14 |
| | | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components | ||||
* | [Project] Further changes in unicode operations | Vsevolod Stakhov | 2018-08-23 | 1 | -1/+3 |
| | | | | | | | * Normalise unicode * Add normality flag for text parts * Store UCS in text parts * Rework unicode conversions and operations | ||||
* | [Project] Start unicode rework | Vsevolod Stakhov | 2018-08-23 | 1 | -5/+10 |
| | |||||
* | [Feature] Split message parsing and processing | Vsevolod Stakhov | 2018-06-06 | 1 | -0/+6 |
| | |||||
* | [Feature] Do not detect language twice for relative parts | Vsevolod Stakhov | 2018-04-06 | 1 | -0/+1 |
| | |||||
* | [Project] Preliminary version of ngramms based language detector | Vsevolod Stakhov | 2018-01-13 | 1 | -3/+2 |
| | |||||
* | [Project] Add unigramms to language detection as well | Vsevolod Stakhov | 2018-01-01 | 1 | -0/+1 |
| | |||||
* | [Feature] Add more text attributes | Vsevolod Stakhov | 2017-09-23 | 1 | -0/+2 |
| | |||||
* | [Feature] Add text_part:get_stats function | Vsevolod Stakhov | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | [Minor] Add some more data to the spaces strip algorithm | Vsevolod Stakhov | 2017-06-21 | 1 | -0/+2 |
| | |||||
* | [Feature] Store more data when stripping newlines | Vsevolod Stakhov | 2017-06-21 | 1 | -0/+4 |
| | |||||
* | [Fetaure] Add method that detects 8 bit characters in text parts | Vsevolod Stakhov | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | [Feature] Store headers order | Vsevolod Stakhov | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix parsing of cte in expressions | Vsevolod Stakhov | 2017-03-07 | 1 | -0/+15 |
| | |||||
* | [Fix] Distinguish missing and broken mandatory headers | Vsevolod Stakhov | 2017-03-06 | 1 | -1/+2 |
| | |||||
* | [Feature] Enchance text_part:get_content method | Vsevolod Stakhov | 2017-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | This method now supports otional `type` attribute which could be following: - `content` (default): utf8 content with HTML tags stripped and newlines preserved - `content_oneline`: utf8 content with HTML tags and newlines stripped - `raw`: raw content, not mime decoded nor utf8 converted - `raw_parsed`: raw content, mime decoded, not utf8 converted - `raw_utf`: raw content, mime decoded, utf8 converted (but with HTML tags and newlines) | ||||
* | [Feature] Implement received headers flags | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+5 |
| | |||||
* | [Feature] Store all received headers in lua | Vsevolod Stakhov | 2017-02-09 | 1 | -0/+1 |
| | |||||
* | [Feature] Do not trust CTE, check base64 and qp strictly | Vsevolod Stakhov | 2016-12-30 | 1 | -1/+2 |
| | |||||
* | [Rework|Minor] More updates for mime parsing | Vsevolod Stakhov | 2016-12-16 | 1 | -5/+5 |
| | |||||
* | [Rework|Minor] Continue new parser integration | Vsevolod Stakhov | 2016-12-16 | 1 | -1/+4 |
| | |||||
* | [Rework] Start massive rework to get rid of gmime | Vsevolod Stakhov | 2016-12-16 | 1 | -15/+18 |
| | |||||
* | [Minor] More features to mime parser | Vsevolod Stakhov | 2016-12-14 | 1 | -0/+2 |
| | |||||
* | [Feature] Start import of the optimized base64 decode | Vsevolod Stakhov | 2016-12-13 | 1 | -0/+14 |
| | |||||
* | [Minor] Move headers parsing to a separate unit | Vsevolod Stakhov | 2016-12-13 | 1 | -11/+1 |
| | |||||
* | [CritFix] Introduce raw content to text parts | Vsevolod Stakhov | 2016-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Previously we had the following types of text content: - `orig`: MIME *decoded* content - `content`: same as `orig` but converted to utf8 and without HTML tags - `stripped`: same as `content` but without newlines Now we add `raw`: - `raw`: raw mime content as it was in an original message This also fixes R_BAD_CTE_7BIT rule | ||||
* | [Feature] Store `for` part in received headers | Vsevolod Stakhov | 2016-10-04 | 1 | -0/+1 |
| | |||||
* | [Feature] Stop using of GLists for headers, improve performance | Vsevolod Stakhov | 2016-09-28 | 1 | -31/+4 |
| | |||||
* | [Feature] Pre-calculate blake2 digest for all parts | Vsevolod Stakhov | 2016-08-13 | 1 | -2/+3 |
| | |||||
* | [Rework] Rework exceptions and newlines processing | Vsevolod Stakhov | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | [Feature] Store raw headers value to use them in DKIM | Vsevolod Stakhov | 2016-07-07 | 1 | -0/+2 |
| | |||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -11/+20 |
| | |||||
* | [Feature] Use one pass to remove newlines and store their positions | Vsevolod Stakhov | 2016-06-16 | 1 | -0/+1 |
| | |||||
* | [Feature] Add ESMTPSA received type | Vsevolod Stakhov | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | [Feature] Parse received date and ESMTPA proto | Vsevolod Stakhov | 2016-06-15 | 1 | -1/+2 |
| | |||||
* | [Feature] Use new ragel parser in message parsing code | Vsevolod Stakhov | 2016-06-14 | 1 | -0/+13 |
| | |||||
* | [Fix] More fixes to parts distance calculations | Vsevolod Stakhov | 2016-04-29 | 1 | -0/+1 |
| | | | | | | | - Use hashed words instead of full words for speed - Improve levenstein distance calculations and penalise replaces - Always return number from 0 to 1 - Use g_malloc instead of alloca | ||||
* | [Feature] Store text parts content with newlines stripped | Vsevolod Stakhov | 2016-04-28 | 1 | -0/+1 |
| | |||||
* | [Feature] Add more methods to get headers from a task | Vsevolod Stakhov | 2016-04-22 | 1 | -0/+26 |
| | |||||
* | [CritFix] Plug memory leak in headers getting code | Vsevolod Stakhov | 2016-04-22 | 1 | -2/+16 |
| | |||||
* | [Feature] Save multipart boundaries | Vsevolod Stakhov | 2016-04-11 | 1 | -0/+1 |
| | |||||
* | [Feature] Save raw headers for mime parts | Vsevolod Stakhov | 2016-04-11 | 1 | -0/+1 |
| | |||||
* | [Feature] Allow to get mime headers from a task | Vsevolod Stakhov | 2016-04-09 | 1 | -0/+4 |
| | |||||
* | [Feature] Add method to get headers as array for speed | Vsevolod Stakhov | 2016-03-29 | 1 | -0/+4 |
| |