I have two mailboxes I want to monitor. It's fine for the email events to go into the same index. Is it possible to add a second IMAP configuration to imap.conf?
For example:
[IMAP Configuration]
server = imap.server.com
user = mailbox1.server.com
debug = 0
...
indexBody = True
[IMAP Configuration 2]
server = imap.server.com
user = mailbox2.server.com
debug = 0
...
indexBody = True
↧