Dan G. Switzer, II
Dan G. Switzer, II
Just wondering if there was any progress on this working with CF9?
@derickbailey: Sorry for the delay in responding, but I had to wait until I had time to read it and digest it. I think you're right in that we can...
The ability to do some simple management options like "Delete" is sorely missing from this plugin.
I'm running into the same issue. I've looked at the source code links @rouazana link to. If I'm reading things correctly, I really need to go look at https://github.com/lsc-project/lsc/blob/master/src/test/resources/etc/lsc.xml to...
This update just adds support for passing in the `LUCEE_BUILD_ENV` value in the ant command line, so that you can do: ant.bat -DLUCEE_BUILD_ENV="c:/work/lucee_build_env.json"
@zspitzer @cfmitrah So Greenmail does not seem to get initialized when running the unit tests, so the mail tests don't actually run locally. Is there a way to run it...
@zspitzer So I've committed the test cases. I'm not sure why the build failed, seems to maybe be a Github/ANT configuration issue. I know the code compiles and runs tests...
@cfmitrah So there's even an easier way to get Greenmail running (no need for Docker at all). Download the Greenmail standalone jar and just run: ``` java -Dgreenmail.setup.test.all -Dgreenmail.users=test1:pwd1,test2:[email protected] \...
So I still can't figure out why when running the ANT build, the Mail.cfc keeps throwing the `javax.mail.Provider: com.sun.mail.imap.IMAPProvider not a subtype` exception. I've spent too much time tracking it...
@zspitzer @cfmitrah Any ideas why the build checks are failing? It looks like @michaeloffner recently modified the `build-core.xml` file and removed some of the extensions, so I'm wonder if that's...