Replicate the email snooze functionality common in webmail clients using folders over IMAP.
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-12-16 19:45:01 -08:00
.devcontainer Initial commit 2022-12-16 19:45:01 -08:00
pkg Initial commit 2022-12-16 19:45:01 -08:00
vendor Initial commit 2022-12-16 19:45:01 -08:00
.gitignore Initial commit 2022-12-16 19:45:01 -08:00
go.mod Initial commit 2022-12-16 19:45:01 -08:00
go.sum Initial commit 2022-12-16 19:45:01 -08:00
LICENSE Initial commit 2022-12-16 19:45:01 -08:00
Makefile Initial commit 2022-12-16 19:45:01 -08:00
README.md Initial commit 2022-12-16 19:45:01 -08:00

AutoSnooze

Replicate the email snooze functionality common in webmail clients using folders over IMAP.

Usage

  1. Build and run the application to output an example config file.
  2. Save and adjust the config file as necessary.
  3. Setup the application to run at regular intervals, for example every night at 23:00.
  4. Create relative folders, for example "AutoSnooze/Tomorrow" and "AutoSnooze/Next Weekend"
  5. Place emails in folders as desired.