Issues
- MailWatcher add support for imap, backlog, deletion and custom fetcher methodLDEV-5464Zac Spitzer
- admin say "cache connection" instead of "event gateway"LDEV-4574Resolved issue: LDEV-4574Michael Offner
- Lucee 6 Admin- Event Gateway didn't throw error with using invalid componentLDEV-4438Resolved issue: LDEV-4438Pothys - MitrahSoft
- Lucee 6 Admin - Event Gateway start/stop option didn't workLDEV-4406Resolved issue: LDEV-4406Pothys - MitrahSoft
- Lucee 6 Admin Services - Create a new gateway instance that doesn't workLDEV-4400Michael Offner
- start event gateway after startupLDEV-3923Resolved issue: LDEV-3923Michael Offner
- Improve error logging for invalid event gateway CFCsLDEV-3645
- Example gateways are not very goodLDEV-3642Resolved issue: LDEV-3642Pothys - MitrahSoft
- add socketGateway UI to the admin and documentLDEV-3551
- creating an event gateway with an existing name, overwrites the existing entryLDEV-3464Resolved issue: LDEV-3464Zac Spitzer
- during shut down, stopped event gateways are restartedLDEV-3462Resolved issue: LDEV-3462Michael Offner
- NPE stopping an Event GatewayLDEV-3461Resolved issue: LDEV-3461Pothys - MitrahSoft
- event gateways missing in lucee 6 single context modeLDEV-3347Resolved issue: LDEV-3347Pothys - MitrahSoft
- Task GatewayLDEV-3307Resolved issue: LDEV-3307Michael Offner
- Event Gateway - Add a Gateway Type to Handle Asynchronous events through CFCsLDEV-2035Resolved issue: LDEV-2035Michael Offner
- event gateway listing should always show all active tasksLDEV-1777Resolved issue: LDEV-1777
- Use NIO WatchService for DirectorWatcherLDEV-1776Resolved issue: LDEV-1776Zac Spitzer
- Tomcat cannot be stopped if there's a DirectoryWatcher EventGatewayLDEV-1763Resolved issue: LDEV-1763Michael Offner
- Appears that SendGatewayMessage can only return errorLDEV-938Michael Offner
- Queries called from event gateways break due to invalid request timeoutLDEV-472Resolved issue: LDEV-472Michael Offner
20 of 20
MailWatcher add support for imap, backlog, deletion and custom fetcher method
Description
Attachments
1
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created 31 March 2025 at 12:26
Updated last week
Activity
Show:
Zac Spitzerlast week
added support for specifying the IMAP folder
https://github.com/lucee/Lucee/commit/a14204ba66719c51021d3117582538c01a565ee2
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
the default log for this is
mailwatcher
which needs to be defined in the admin, I’ve added some detail logging in there