aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-junk-filter.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove e_mail_junk_filter_available().Matthew Barnes2012-10-011-13/+0
| | | | | | | | Because we now check for junk filtering software in configure, junk filtering modules can now safely assume the required junk filtering software is installed. No more having the module installed but not the required software. If this invariant is broken, an error will be shown for each new message received.
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+82
These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.