MailWatcher Gateway - update from POP to add IMAP

Just wondering if in lucee 6/7 we could update the mailwatcher component to imap considering a lot of mail servers are no longer offering pop out of the box and imap seems to be the current standard.

Could we at least have a toggle of pop/imap if current functionality is required by some?

1 Like

nice, let’s see what i can knock out

For Lucee 7

  • add imap support
  • add option to delete after processing (otherwise imap mark read)
  • add support for roll your own, custom fetch function
  • allow specifying log file
  • add support for secure pop3 / imap connections
  • add support for processing backlog on startup (previously only processed new messages since start)
  • added am exclusive lock around processing
  • added some additional TRACE and DEBUG level logging for debugging

https://luceeserver.atlassian.net/browse/LDEV-5464