aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Expand)AuthorAgeFilesLines
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-16/+0
* More fixes to reading of empty messages.Vsevolod Stakhov2015-07-311-4/+7
* Allow messages with headers only.Vsevolod Stakhov2015-07-301-1/+1
* Initialize image structure to avoid corruption.Vsevolod Stakhov2015-07-301-6/+4
* Store multiparts for further analysis.Vsevolod Stakhov2015-07-291-2/+31
* Reduce log level for similar parts distance.Vsevolod Stakhov2015-07-291-1/+1
* Fix parsing of the last header in a message.Vsevolod Stakhov2015-07-251-4/+5
* Refactor functions in images processing.Vsevolod Stakhov2015-07-233-15/+14
* Find linked images from HTML parts.Vsevolod Stakhov2015-07-231-1/+55
* Add HTML image type.Vsevolod Stakhov2015-07-232-0/+4
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-182-5/+0
* Skip URLs check and set empty flag for HTML parts.Vsevolod Stakhov2015-07-171-1/+3
* Improve tag_exists function.Vsevolod Stakhov2015-07-171-41/+1
* Do not compare parts with no words.Vsevolod Stakhov2015-07-171-16/+19
* Split emails and urls.Vsevolod Stakhov2015-07-171-1/+2
* Exclude HTML urls content from textsVsevolod Stakhov2015-07-161-2/+4
* Fix parts distance compare condition.Vsevolod Stakhov2015-07-161-22/+23
* Fix stupid misprint in array indexing.Vsevolod Stakhov2015-07-161-1/+1
* Fix addition to html tree.Vsevolod Stakhov2015-07-161-1/+1
* Use the new API.Vsevolod Stakhov2015-07-161-5/+6
* Use new HTML API in message.cVsevolod Stakhov2015-07-161-264/+5
* Refactor html.h.Vsevolod Stakhov2015-07-152-3/+4
* Move distance calculation to message parsing.Vsevolod Stakhov2015-07-142-133/+97
* Implement levenshtein distance for words.Vsevolod Stakhov2015-07-141-4/+41
* Start removing of old fuzzy algorithm.Vsevolod Stakhov2015-07-142-11/+13
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-141-2/+4
* Fix some more issues found after mime rework.Vsevolod Stakhov2015-07-141-8/+8
* Fix received headers parsing.Vsevolod Stakhov2015-07-141-1/+1
* GList -> GPtrArray for partsVsevolod Stakhov2015-07-141-5/+3
* Rework parts and task structure:Vsevolod Stakhov2015-07-133-204/+137
* Add GTUBE support.Vsevolod Stakhov2015-07-021-0/+61
* Fix regexp_search invocation.Vsevolod Stakhov2015-06-301-6/+6
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-11/+14
* Avoid copying when parsing headers.Vsevolod Stakhov2015-06-021-28/+23
* Restore build.Vsevolod Stakhov2015-06-021-60/+0
* Fix internal libraries.Vsevolod Stakhov2015-06-021-27/+0
* Rework and fix several issues in mime processing.Vsevolod Stakhov2015-06-023-23/+44
* Reorganize structure of filter components.Vsevolod Stakhov2015-06-022-462/+0
* Move bits compatibility function.Vsevolod Stakhov2015-06-021-15/+0
* Implement frequency incrementing.Vsevolod Stakhov2015-05-281-1/+1
* Refactor and unify function names.Vsevolod Stakhov2015-05-271-1/+1
* Fix states logic broken by the previous commit.Vsevolod Stakhov2015-05-271-1/+3
* Adopt the rest of the code.Vsevolod Stakhov2015-05-261-5/+1
* Refactor events API.Vsevolod Stakhov2015-05-262-16/+16
* Remove threading support at all.Vsevolod Stakhov2015-05-262-24/+0
* Skip spaces at the beginning of mime message.Vsevolod Stakhov2015-05-241-2/+10
* Switch off legacy tokenization by default.Vsevolod Stakhov2015-05-211-1/+1
* Do not stem exceptions.Vsevolod Stakhov2015-05-211-15/+17
* Fix memory issues with tokens normalization.Vsevolod Stakhov2015-05-211-0/+6
* Fix symbols removal in composites.Vsevolod Stakhov2015-05-131-3/+5