You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request a new module that provides monitoring of a Maildir (or mbox if it's significantly easier, but Maildir is preferred) and notifies in a specified channel when new mails arrive. Using a format string it should be possible to define the notices that will appear, and they would contain things like the sender, received time and subject line. For bonus points, many-to-many mappings of Maildir folders to channels. This could either use some inotify magic or polling, but I'd like to deploy it on OpenBSD so it needs to work there and I'm not sure if inotify does.
Feel free to close if this is just too much work/not really suitable for this project.
The text was updated successfully, but these errors were encountered:
I'd like to request a new module that provides monitoring of a Maildir (or mbox if it's significantly easier, but Maildir is preferred) and notifies in a specified channel when new mails arrive. Using a format string it should be possible to define the notices that will appear, and they would contain things like the sender, received time and subject line. For bonus points, many-to-many mappings of Maildir folders to channels. This could either use some inotify magic or polling, but I'd like to deploy it on OpenBSD so it needs to work there and I'm not sure if inotify does.
Feel free to close if this is just too much work/not really suitable for this project.
The text was updated successfully, but these errors were encountered: