Issues
- MailWatcher add support for imap, backlog, deletion and custom fetcher methodLDEV-5464Zac Spitzer
- Proposal for cfpop/cfimap deliverystatusLDEV-4844Resolved issue: LDEV-4844Pothys - MitrahSoft
- cfimap support for flags-related columnsLDEV-4442Resolved issue: LDEV-4442
- CFImap This operation is not allowed on a closed folderLDEV-4220Michael Offner
- Deleting IMAP message via UID is very slow with large inboxLDEV-4147Resolved issue: LDEV-4147Pothys - MitrahSoft
- cfImap query missing columnsLDEV-4115
- cfpop and cfimap ignore specfied ports, defaults back to standard portsLDEV-4050Resolved issue: LDEV-4050Pothys - MitrahSoft
- add greenmail to build for smtp tests including tls/ssl supportLDEV-4028Resolved issue: LDEV-4028Zac Spitzer
- javax.mail.Provider: com.sun.mail.imap.IMAPProvider not a subtypeLDEV-3431Michael Offner
- CFIMAP and attachment with same nameLDEV-2237Resolved issue: LDEV-2237Michael Offner
- <cfmail with option Folder= not workingLDEV-2170Resolved issue: LDEV-2170Michael Offner
- <cfimap action="MoveEmail" makes a copy and not moveLDEV-2169Resolved issue: LDEV-2169Michael Offner
- cfdump fails on imap folder contents after call to getMessages();LDEV-1580Resolved issue: LDEV-1580Pothys - MitrahSoft
- Enhance CFIMAP TagLDEV-530Resolved issue: LDEV-530Michael Offner
- pop and imap need SSL supportLDEV-132Michael Offner
15 of 15
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 last month
Updated 3 days ago
Activity
Show:
Zac Spitzer3 days ago
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