get_junk_filter


Description:

[ Version ( since = "3.2" ) ]
public unowned JunkFilter? get_junk_filter ()

Returns the JunkFilter instance used to classify messages as junk or not junk during filtering.

Note that JunkFilter itself is just an interface. The application must implement the interface and install a JunkFilter instance for junk filtering to take place.

Parameters:

this

a Session

Returns:

a JunkFilter, or null