aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/message.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-061-1/+1
* More fixes to reading of empty messages.Vsevolod Stakhov2015-07-311-4/+7
* Allow messages with headers only.Vsevolod Stakhov2015-07-301-1/+1
* 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-231-1/+1
* Skip URLs check and set empty flag for HTML parts.Vsevolod Stakhov2015-07-171-1/+3
* 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 new HTML API in message.cVsevolod Stakhov2015-07-161-264/+5
* Refactor html.h.Vsevolod Stakhov2015-07-151-2/+2
* Move distance calculation to message parsing.Vsevolod Stakhov2015-07-141-1/+97
* Start removing of old fuzzy algorithm.Vsevolod Stakhov2015-07-141-2/+0
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-141-2/+4
* Fix received headers parsing.Vsevolod Stakhov2015-07-141-1/+1
* Rework parts and task structure:Vsevolod Stakhov2015-07-131-37/+37
* Add GTUBE support.Vsevolod Stakhov2015-07-021-0/+61
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-11/+14
* Avoid copying when parsing headers.Vsevolod Stakhov2015-06-021-28/+23
* Rework and fix several issues in mime processing.Vsevolod Stakhov2015-06-021-15/+38
* 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
* Store mime objects inside part structures.Vsevolod Stakhov2015-04-291-4/+9
* Add lines count calculation to text parts.Vsevolod Stakhov2015-04-291-1/+17
* Use binary flags for part flags.Vsevolod Stakhov2015-04-291-21/+24
* Use hash table instead of tree for urls.Vsevolod Stakhov2015-04-141-2/+2
* Use new ac_trie for url extraction.Vsevolod Stakhov2015-04-061-3/+4
* More fixes to normalization.Vsevolod Stakhov2015-04-021-6/+6
* Add fast version of ascii lowercase.Vsevolod Stakhov2015-04-021-5/+6
* Fix normalization and tokenization.Vsevolod Stakhov2015-04-021-10/+7
* Fix words normalization.Vsevolod Stakhov2015-04-011-20/+24
* Explicitly set address if cannot parse received header.Vsevolod Stakhov2015-04-011-0/+1
* Do not reverse received headers.Vsevolod Stakhov2015-04-011-3/+0
* Add new UTF8 tokenizer.Vsevolod Stakhov2015-04-011-3/+6
* Do not convert utf to utf.Vsevolod Stakhov2015-03-311-14/+17
* Parse IP from the first received header if not specified by protocol.Vsevolod Stakhov2015-03-281-0/+14
* Preserve order of received headers.Vsevolod Stakhov2015-03-281-0/+3
* Save some space inside rspamd task by using bit flags.Vsevolod Stakhov2015-03-121-1/+1
* Really add normalized words.Vsevolod Stakhov2015-02-231-2/+2
* Add routines to normalize text parts.Vsevolod Stakhov2015-02-231-0/+50
* Configurable min_word_len.Vsevolod Stakhov2015-02-231-1/+1
* Fix urls interaction.Vsevolod Stakhov2015-02-031-14/+11
* Remove old crap functions from url parser code.Vsevolod Stakhov2015-02-031-7/+7