/InboxWatcher

A Windows Service that monitors Imap mailboxes and provides a REST API to interact with messages. Provides notification of messages received to configurable endpoint. Work in progress.

Primary LanguageC#

InboxWatcher

A Windows Service that monitors Imap mailboxes and provides a REST API to interact with messages. Provides notification of messages received to configurable endpoint. Work in progress.

InboxWatcher provides an email management solution geared towards a ticketing/helpdesk type environment where many people need to interact with emails that come in to one shared account.

todo:

  • SignalR
  • Better handling of Smtp / sending emails
  • Add email filtering
  • Improved status display on dashboard (show when starting up and when started via signalR)
  • Search for old emails in mailbox
  • Ability to configure DB
  • Additional notification types (sms, signalr, wcf, more?)
  • Automate Backups