Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Do extra copy to ensure that original content is never touched | Vsevolod Stakhov | 2017-04-18 | 1 | -1/+3 |
| | |||||
* | [Fix] Always try to adjust filename | Vsevolod Stakhov | 2017-04-14 | 1 | -1/+19 |
| | | | | Issue: #1591 | ||||
* | [Minor] Use normal string allocation | Vsevolod Stakhov | 2017-04-08 | 1 | -5/+5 |
| | |||||
* | [Minor] Fix couple of format arguments issues | Vsevolod Stakhov | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove minor warnings | Vsevolod Stakhov | 2017-04-08 | 1 | -0/+2 |
| | |||||
* | [Minor] Remove redundant function | Vsevolod Stakhov | 2017-04-08 | 1 | -2/+0 |
| | |||||
* | [Minor] Unify substring search routines | Vsevolod Stakhov | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Check bounds | Vsevolod Stakhov | 2017-04-07 | 1 | -0/+7 |
| | |||||
* | [Fix] Fix rfc2047 tokenization | Vsevolod Stakhov | 2017-04-05 | 1 | -2/+4 |
| | |||||
* | [Minor] Use the correct context when dealing with attached messages | Vsevolod Stakhov | 2017-04-05 | 1 | -2/+2 |
| | |||||
* | [CritFix] Fix issue when parsing encoded rfc822/messages | Vsevolod Stakhov | 2017-04-05 | 1 | -20/+37 |
| | |||||
* | [Minor] Explicitly set queue to NULL for top part | Vsevolod Stakhov | 2017-04-04 | 1 | -0/+1 |
| | |||||
* | [Feature] Store headers order | Vsevolod Stakhov | 2017-04-03 | 4 | -8/+22 |
| | |||||
* | [Fix] Avoid lookup in absent hash | Vsevolod Stakhov | 2017-03-30 | 1 | -1/+1 |
| | | | | Issue: #1569 | ||||
* | [Minor] Properly deal with content type parameter | Vsevolod Stakhov | 2017-03-29 | 2 | -3/+5 |
| | |||||
* | [Feature] Allow to process filenames from content type | Vsevolod Stakhov | 2017-03-29 | 2 | -5/+25 |
| | |||||
* | [Feature] Distinguish URLs found in Subject | Vsevolod Stakhov | 2017-03-28 | 1 | -7/+3 |
| | |||||
* | [Fix] Fix one-shot symbols weight calculations | Vsevolod Stakhov | 2017-03-25 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix various style issues | Vsevolod Stakhov | 2017-03-23 | 7 | -21/+4 |
| | |||||
* | [Minor] Add id to async watchers to simplify debugging | Vsevolod Stakhov | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | [Fix] Preserve order of options in symbols | Vsevolod Stakhov | 2017-03-22 | 2 | -9/+23 |
| | |||||
* | [Minor] Fix some issues when dealing with scores | Vsevolod Stakhov | 2017-03-21 | 1 | -5/+2 |
| | |||||
* | [Fix] Fix options and shots match | Vsevolod Stakhov | 2017-03-20 | 1 | -33/+42 |
| | |||||
* | [Feature] Allow to specify maximum number of shots for symbols | Vsevolod Stakhov | 2017-03-20 | 2 | -7/+21 |
| | |||||
* | [Fix] Do not crash if cannot decode qp encoded part | Vsevolod Stakhov | 2017-03-18 | 1 | -7/+20 |
| | |||||
* | [Minor] Remove some unused variables | Vsevolod Stakhov | 2017-03-10 | 1 | -2/+1 |
| | |||||
* | [Fix] Fix parsing of cte in expressions | Vsevolod Stakhov | 2017-03-07 | 3 | -34/+48 |
| | |||||
* | [Fix] Distinguish missing and broken mandatory headers | Vsevolod Stakhov | 2017-03-06 | 3 | -3/+23 |
| | |||||
* | [Minor] Some more adjustments to CTE detection | Vsevolod Stakhov | 2017-03-06 | 1 | -3/+23 |
| | |||||
* | [Feature] Enchance text_part:get_content method | Vsevolod Stakhov | 2017-03-06 | 2 | -0/+3 |
| | | | | | | | | | | | 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) | ||||
* | [Fix] Do more heuristical detection for missing CTE | Vsevolod Stakhov | 2017-03-05 | 1 | -1/+3 |
| | | | | Issue: #1480 | ||||
* | [Minor] Deal with DSN messages | Vsevolod Stakhov | 2017-03-03 | 2 | -1/+9 |
| | |||||
* | [Feature] Add heuristic to find text parts in files | Vsevolod Stakhov | 2017-03-03 | 1 | -16/+53 |
| | |||||
* | [Fix] Fix prefilters action scores | Vsevolod Stakhov | 2017-03-02 | 1 | -8/+16 |
| | |||||
* | [Minor] Fix couple of charset detection issues | Vsevolod Stakhov | 2017-02-27 | 1 | -9/+18 |
| | |||||
* | [Minor] Detect real charset if data is in utf-8 | Vsevolod Stakhov | 2017-02-24 | 2 | -24/+48 |
| | |||||
* | [Minor] Allow ascii messages with undetected charset | Vsevolod Stakhov | 2017-02-23 | 1 | -0/+11 |
| | |||||
* | [Fix] Fix ignoring of bad text parts | Vsevolod Stakhov | 2017-02-23 | 2 | -2/+5 |
| | |||||
* | [Fix] Stop processing of bad parts as text parts | Vsevolod Stakhov | 2017-02-23 | 1 | -1/+12 |
| | |||||
* | [Feature] Add charset detection for text parts | Vsevolod Stakhov | 2017-02-23 | 1 | -6/+52 |
| | |||||
* | [Feature] Cache libicu convertors | Vsevolod Stakhov | 2017-02-23 | 1 | -22/+43 |
| | |||||
* | [Rework] Use libicu instead of iconv for conversions | Vsevolod Stakhov | 2017-02-23 | 1 | -111/+131 |
| | |||||
* | [Minor] Do not process large invalid zip archives | Vsevolod Stakhov | 2017-02-22 | 1 | -1/+7 |
| | |||||
* | [CritFix] Fix parsing of boundaries that end with `--` | Vsevolod Stakhov | 2017-02-22 | 1 | -6/+28 |
| | |||||
* | [Rework] Use a special structure for stats tokens | Vsevolod Stakhov | 2017-02-14 | 1 | -4/+5 |
| | |||||
* | [Feature] Implement received headers flags | Vsevolod Stakhov | 2017-02-13 | 3 | -0/+16 |
| | |||||
* | [Feature] Store relational order of all headers in a message | Vsevolod Stakhov | 2017-02-11 | 2 | -23/+27 |
| | |||||
* | [Feature] Store all received headers in lua | Vsevolod Stakhov | 2017-02-09 | 2 | -0/+2 |
| | |||||
* | [Minor] Fix lengths when parsing email addresses | Vsevolod Stakhov | 2017-02-09 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix couple of cornercases with email addresses | Vsevolod Stakhov | 2017-02-09 | 1 | -7/+41 |
| |