-
Hi!
First of all thank you for such a great project :)
We use GreenMail in a local k8s cluster (minikube) to check if everything works as expected. It is a common practice for such a scenario to…
-
We are using greenmail for testing smtp functionality. We have removed greenmail-2.0.0 version from our project as it is bringing com.sun.mail.jakarta.mail, it is not complying with org.eclipse.angus.…
-
Hi there,
I'm currently looking for an alternative for greenmail, mostly because they don't have a web interface for reading captured mails. Judging by their issue tracker there were requests and att…
-
**Describe the bug**
Processing the following file is too slow, taking more than a minute.
```python
# source: https://gist.github.com/ammarshah/f5c2624d767f91a7cbdc4e54db8dd0bf
FREE_EMAIL_DOMAI…
-
Hi,
I got following error during build (```mvn -X install -DskipTests```):
```
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Acosix A…
-
I'm having an issue when trying to run my application that I'm getting an error when running bootrun in my gradle application.
2024-05-02 08:46:39,797 [restartedMain] [] ERROR org.apache.tomcat.jdb…
-
After migration to Spring Boot 3.0 mail we did get an issue with [MailSenderPropertiesConfiguration] as the application fails to start getting this Caused by: java.lang.ArrayStoreException: arraycopy:…
-
The default `FLAGS` response for the `SELECT` command sends `\*`, which is valid for `PERMANENTFLAGS` but not for `FLAGS`. See RFC3501 or RFC9051:
> The PERMANENTFLAGS list can _also_ include the sp…
-
It should use [GreenMail](https://greenmail-mail-test.github.io/greenmail/) or [HoodieCrow](https://github.com/andris9/hoodiecrow) to interact with an IMAP server and fetch the data and check some bas…
-
Hi,
I need to use greenmail as standalone server with IMAP settings (this because my application is not written in Java).
my application work as follow:
- read all email from one IMAP folder,
…