Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | Remove legacy words, use merely normalized_words | Vsevolod Stakhov | 2015-11-26 | 1 | -1/+0 |
| | |||||
* | Implement words decaying for text parts. | Vsevolod Stakhov | 2015-11-12 | 1 | -0/+1 |
| | |||||
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 1 | -4/+0 |
| | |||||
* | Refactor html.h. | Vsevolod Stakhov | 2015-07-15 | 1 | -1/+2 |
| | |||||
* | Rework and fix several issues in mime processing. | Vsevolod Stakhov | 2015-06-02 | 1 | -6/+4 |
| | |||||
* | Store mime objects inside part structures. | Vsevolod Stakhov | 2015-04-29 | 1 | -0/+2 |
| | |||||
* | Add lines count calculation to text parts. | Vsevolod Stakhov | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Use binary flags for part flags. | Vsevolod Stakhov | 2015-04-29 | 1 | -5/+11 |
| | |||||
* | Add routines to normalize text parts. | Vsevolod Stakhov | 2015-02-23 | 1 | -0/+1 |
| | |||||
* | Save raw headers for all normal parts. | Vsevolod Stakhov | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | Rework language detection. | Vsevolod Stakhov | 2014-12-23 | 1 | -1/+3 |
| | |||||
* | Make words from text parts. | Vsevolod Stakhov | 2014-12-17 | 1 | -1/+2 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 1 | -3/+3 |
| | |||||
* | Remove old mime headers. | Vsevolod Stakhov | 2014-09-03 | 1 | -20/+1 |
| | |||||
* | Rework raw headers storage. | Vsevolod Stakhov | 2014-09-03 | 1 | -1/+2 |
| | | | | | | | - Use raw headers instead of message headers in message parser - Store headers of parts - Use double linked lists to avoid overhead on appending - Decode raw headers | ||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -5/+12 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -12/+5 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -5/+12 |
| |