aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/message.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid error when removing `words` memberVsevolod Stakhov2015-11-261-4/+3
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-261-6/+1
* Parse more headers if they are missed in HTTPVsevolod Stakhov2015-11-241-0/+30
* When returning headers, reverse list to restore the original orderVsevolod Stakhov2015-11-241-0/+1
* Fix parsing of IPv6 received headers.Vsevolod Stakhov2015-11-241-11/+27
* Try to load mime from properlyVsevolod Stakhov2015-11-161-9/+14
* Fix regexp matching logicVsevolod Stakhov2015-11-131-1/+1
* Fix processing of headers.Vsevolod Stakhov2015-11-131-2/+2
* Implement words decaying for text parts.Vsevolod Stakhov2015-11-121-4/+4
* Do not convert 7 bit encodings to utf8.Vsevolod Stakhov2015-11-121-2/+10
* Gmime cannot parse messages unfortunatelyVsevolod Stakhov2015-11-121-8/+11
* Add logic to parse non-mime requestsVsevolod Stakhov2015-11-121-127/+162
* Allow conditional build of snowball.Vsevolod Stakhov2015-10-231-2/+14
* Fix more fstring migration issues.Vsevolod Stakhov2015-10-161-1/+1
* Words are now rspamd_ftok_tVsevolod Stakhov2015-10-151-5/+5
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-131-1/+3
* Fix other mime library modules.Vsevolod Stakhov2015-10-061-12/+14
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
* Sanitize spaces in headers' start.Vsevolod Stakhov2015-09-171-0/+5
* Extract mime part, not text part in task:get_partsVsevolod Stakhov2015-09-041-1/+1
* Write message-id and queue-id to logs.Vsevolod Stakhov2015-09-011-0/+9
* Update mime code for the new logger.Vsevolod Stakhov2015-08-301-22/+24
* 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