set_junk_filter
Description:
Installs 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 |
junk_filter |
a JunkFilter, or null |