Context
Some emails like alerts, notifications and updates are useful to have in your inbox. However, these types of emails are only useful for a short period of time and in finite numbers.
Change
Modify the email management code such that you can specify emails that you want to classify as notifications. These emails will arrive in the inbox and temporarily stay there. After a time, they will be archived. Some emails can be configured to appear only n number of times in the inbox. This means that if you get two emails from the same sender and the max number configured is 1, then the older email will be archived.
Context
Some emails like alerts, notifications and updates are useful to have in your inbox. However, these types of emails are only useful for a short period of time and in finite numbers.
Change
Modify the email management code such that you can specify emails that you want to classify as notifications. These emails will arrive in the inbox and temporarily stay there. After a time, they will be archived. Some emails can be configured to appear only n number of times in the inbox. This means that if you get two emails from the same sender and the max number configured is 1, then the older email will be archived.