summaryrefslogtreecommitdiffstats
path: root/src/libmime/message.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-0/+1764