aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | Issue: #1591
* [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
| | | | Issue: #1569
* [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
|
* [Fix] Fix one-shot symbols weight calculationsVsevolod Stakhov2017-03-251-2/+2
|
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-237-21/+4
|
* [Minor] Add id to async watchers to simplify debuggingVsevolod Stakhov2017-03-231-1/+1
|
* [Fix] Preserve order of options in symbolsVsevolod Stakhov2017-03-222-9/+23
|
* [Minor] Fix some issues when dealing with scoresVsevolod Stakhov2017-03-211-5/+2
|
* [Fix] Fix options and shots matchVsevolod Stakhov2017-03-201-33/+42
|
* [Feature] Allow to specify maximum number of shots for symbolsVsevolod Stakhov2017-03-202-7/+21
|
* [Fix] Do not crash if cannot decode qp encoded partVsevolod Stakhov2017-03-181-7/+20
|
* [Minor] Remove some unused variablesVsevolod Stakhov2017-03-101-2/+1
|
* [Fix] Fix parsing of cte in expressionsVsevolod Stakhov2017-03-073-34/+48
|
* [Fix] Distinguish missing and broken mandatory headersVsevolod Stakhov2017-03-063-3/+23
|
* [Minor] Some more adjustments to CTE detectionVsevolod Stakhov2017-03-061-3/+23
|
* [Feature] Enchance text_part:get_content methodVsevolod Stakhov2017-03-062-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 CTEVsevolod Stakhov2017-03-051-1/+3
| | | | Issue: #1480
* [Minor] Deal with DSN messagesVsevolod Stakhov2017-03-032-1/+9
|
* [Feature] Add heuristic to find text parts in filesVsevolod Stakhov2017-03-031-16/+53
|
* [Fix] Fix prefilters action scoresVsevolod Stakhov2017-03-021-8/+16
|
* [Minor] Fix couple of charset detection issuesVsevolod Stakhov2017-02-271-9/+18
|
* [Minor] Detect real charset if data is in utf-8Vsevolod Stakhov2017-02-242-24/+48
|
* [Minor] Allow ascii messages with undetected charsetVsevolod Stakhov2017-02-231-0/+11
|
* [Fix] Fix ignoring of bad text partsVsevolod Stakhov2017-02-232-2/+5
|
* [Fix] Stop processing of bad parts as text partsVsevolod Stakhov2017-02-231-1/+12
|
* [Feature] Add charset detection for text partsVsevolod Stakhov2017-02-231-6/+52
|
* [Feature] Cache libicu convertorsVsevolod Stakhov2017-02-231-22/+43
|
* [Rework] Use libicu instead of iconv for conversionsVsevolod Stakhov2017-02-231-111/+131
|
* [Minor] Do not process large invalid zip archivesVsevolod Stakhov2017-02-221-1/+7
|
* [CritFix] Fix parsing of boundaries that end with `--`Vsevolod Stakhov2017-02-221-6/+28
|
* [Rework] Use a special structure for stats tokensVsevolod Stakhov2017-02-141-4/+5
|
* [Feature] Implement received headers flagsVsevolod Stakhov2017-02-133-0/+16
|
* [Feature] Store relational order of all headers in a messageVsevolod Stakhov2017-02-112-23/+27
|
* [Feature] Store all received headers in luaVsevolod Stakhov2017-02-092-0/+2
|
* [Minor] Fix lengths when parsing email addressesVsevolod Stakhov2017-02-091-3/+3
|
* [Fix] Fix couple of cornercases with email addressesVsevolod Stakhov2017-02-091-7/+41
|