omarchehab98/autobank

Automatic expense tracking through email monitoring, add a filter for your bank's email notifications

omarchehab98 opened this issue · 0 comments

Does your bank send email notifications of transactions? I bank with Royal Bank of Canada (RBC), I enabled email notifications for every transaction.

Email notification send by RBC

I wrote four filters (src/server/mail/filters/rbc.js) that parse the different emails that RBC can send.

Classification of emails is achieved through a functional filtering API (docs/filter.md), using the field set filter (docs/filters/fieldset.md).

An example of the filter that detects RBC's emails is documented in (docs/filters/rbc.md).

Write a filter that classifies your bank's email notifications.