Hi
I've just been setting up IMAPd (2.0.7) on a Linux box, and I've been trying
to create my own notification system in it.
I've written a very simple routine to just dump the details of the notify()
call to a text file, so that I can see what's going on with it.
When a user INBOX has a message delivered to it, then the notify function is
being called, and behaving the way I'd expect it do.
The issue is, if a message is submitted to a non-user mailbox, the
subscribers don't get any notification. Likewise, if there are user
mailboxes with multiple subscribers, only the "owner" of the mailbox gets
notified.
Ideally, I'd like the notify() function to be called once per subscriber of
the mailbox which is being delivered to.
Can anyone give me some hints on this?
Thanks in advance
Steve