You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
454 B

  1. This module allows to:
  2. ----------------------
  3. * mark e-mails older than x days as read,
  4. * move those messages in a specific folder,
  5. * remove messages older than x days
  6. on IMAP servers, just before fetching them.
  7. Since the main "mail" module does not mark unroutable e-mails as read,
  8. this means that if junk mail arrives in the catch-all address without
  9. any default route, fetching newer e-mails will happen after re-parsing
  10. those unroutable e-mails.