Stacy Brock 6af6eed48d Improve filter-rules.py
Changelist:
- Add init_filters() func as an entry point when filters are reloaded
  from a file. This is a good place to put any code that should be
  loaded once instead of on a per-message basis.
- Added helper functions for moving messages and checking if a message
  has any matches in a list of strings.
- Created local object caches for normalized keyword lists and mailbox
  folder IDs. This puts the data closer to where it is needed, and
  removes the need for passing 'self' around when filtering.
- Added filter rule to catch unactionable email.
2021-04-14 14:43:34 -07:00
2021-03-30 09:46:40 -07:00
2021-03-30 09:46:40 -07:00
2021-03-30 09:46:40 -07:00
2021-04-14 14:43:34 -07:00
2021-03-30 09:46:40 -07:00
2021-03-30 09:46:40 -07:00
2021-04-08 09:19:04 -07:00

o365-mail-filter

... because spam takes many forms.

Description
No description provided
Readme 76 KiB
Languages
Python 100%