aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/message.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rework message store to allow encryption.Vsevolod Stakhov2015-01-301-3/+3
|
* Disable statistics in rspamd till reworking is done.Vsevolod Stakhov2015-01-231-1/+1
|
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-1/+1
|
* Do not dereference null pointer.Vsevolod Stakhov2014-12-301-3/+5
|
* Save raw headers for all normal parts.Vsevolod Stakhov2014-12-291-13/+31
|
* Rework language detection.Vsevolod Stakhov2014-12-231-29/+146
|
* Skip short words.Vsevolod Stakhov2014-12-221-0/+16
|
* Fix initialization issues for some variables.Vsevolod Stakhov2014-12-221-0/+2
|
* Make words from text parts.Vsevolod Stakhov2014-12-171-2/+18
|
* Refactor function names.Vsevolod Stakhov2014-11-291-2/+2
|
* Fix leaking of iconv descriptors.Vsevolod Stakhov2014-11-211-0/+3
|
* Fix raw vs parsed reperesentations.Vsevolod Stakhov2014-11-191-5/+6
| | | | | | | | | Raw parts are now: - decoded b64/qp, but *NOT* converted to utf-8 Processed parts are now: - converted to UTF-8 - normalized if needed (e.g. HTML tags are stripped)
* Do not include \0 into length of text.Vsevolod Stakhov2014-11-191-1/+1
|
* Decode entitles when normalizing HTML parts.Vsevolod Stakhov2014-11-191-4/+22
|
* Rework conversion to utf since glib is broken.Vsevolod Stakhov2014-11-141-8/+67
|
* Remove unused variable.Vsevolod Stakhov2014-11-111-1/+0
|
* Stop processing headers in parts.Vsevolod Stakhov2014-11-111-6/+0
|
* Fix bug with charset conversion.Vsevolod Stakhov2014-09-101-2/+22
| | | | Glib iconv understands only uppercase for charset names.
* Fix received headers parsing.Vsevolod Stakhov2014-09-051-1/+7
|
* Remove old mime headers.Vsevolod Stakhov2014-09-031-618/+3
|
* Rework raw headers storage.Vsevolod Stakhov2014-09-031-44/+45
| | | | | | | - Use raw headers instead of message headers in message parser - Store headers of parts - Use double linked lists to avoid overhead on appending - Decode raw headers
* Return content-type headers.Vsevolod Stakhov2014-09-031-1/+31
|
* Validate charset attribute of Content-Type.Vsevolod Stakhov2014-08-251-6/+46
|
* Viva clang-3.4Vsevolod Stakhov2014-08-181-1/+2
|
* Unify from/rcpt processing.Vsevolod Stakhov2014-08-181-28/+28
|
* Fix URL detection in HTML parts.Vsevolod Stakhov2014-08-111-8/+2
| | | | Reported by: Andrew Lewis
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-344/+566
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-570/+348
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-348/+570
|