-
TestMailServer is deprecated, we need to switch to GreenMail for email unit test
https://github.com/opensearch-project/notifications/blob/main/notifications/core/src/test/kotlin/org/opensearch/noti…
-
Occasionally I create and use resources in unit tests that should be released after test execution. You usually do this in tear-down methods. But in a lot of cases a simple `@AutoClose` annotated fiel…
bjmi updated
11 months ago
-
After updating from 0.4.1 to 0.4.3 we noticed errors when running a test that selects an inbox
> rails aborted!
Net::IMAP::ResponseParseError: invalid flag-list
/Users/evanguthrie/.rvm/gems/ruby-…
-
as the title says, is it possible to support jks type keystore?
from the documentation i read
> Configures a PKCS12 keystore for secure IMAP/SMTP/POP3 TLS certificates (see also -Dgreenmail.tls.key…
-
### Environment (Required on creation)
Spring boot 3.1.2
Camunda 7.20.0-alpha4
### Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the t…
-
Greenmail been is null and can't be autowired.
I've fixed this problem and will send pull request later. But I'm not sure why this error happens, so I want to describe it.
It looks like something chan…
-
After upgrading to 2.0 we noticed a change in behavior of the SMTP server.
When sending this message:
```
235 2.7.0 Authentication Succeeded
DEBUG SMTP: use8bit true
MAIL FROM:
250 OK
RCPT T…
-
Cursive version:1.13.4-eap5-2024.1
Hello
I recently got weird UI freezes in IntelliJ. I run a non Clojure run debug, in a non-Clojure project. The run completes and the IntelliJ freezes. The freez…
-
grails.plugin.greenmail.GreenMail is not in the same package as com.icegreen.greenmail.util.GreenMail.. thus stop() fails to find the super's services field at runtime as (being a Java class) it has p…
-
Now there is option greenmail.disable and if user forgot to set it to true greenmail will be started.
It looks not good for me because of security and unexpected behavior.
For example dumpster plugin …